body {
	height:100%;
}
#container {
	width:900px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	font-size: small;
	color: #333333;
}
#container #header {
	width: 900px;
	padding-bottom: 5px;
	text-align: right;
	height: 40px;
}
#header .header_column {
	float: right;
	width: 600px;
	text-align: right;
	padding-top: 25px;
	font-size: 12px;
}
#header .header_picture {
	float: left;
	height: 40px;
	width: 250px;
}
#container #navi {
	float: none;
	width: 900px;
	padding-top: 5px;
}
#navi a:hover {
	position: static;
}
#container #left {
	height: auto;
	width: 200px;
	float: left;
}
#container #topics {
	float: left;
	height: auto;
	width: 450px;
	margin-left: 25px;
	margin-bottom: 25px;
}
#container #topics li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	text-align: left;
	float: none;
	list-style-type: none;
	padding-bottom: 2px;
	margin-right: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	background-image: url(images/others/triangle.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 15px;
}
#container #right {
	float: right;
	height: auto;
	width: 200px;
	float:right;
	margin-bottom: 25px;
}
#container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	text-align: right;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	position:relative;
	padding-top: 10px;
	float: left;
	width: 900px;
	margin-top: 20px;
}
#container #bottom {
	float: left;
	position: relative;
	width: 900px;
}
#container #theme .column {
	text-align: left;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #theme {
	float: left;
	width: 680px;
	height: 100%;
	text-align: left;
	position:relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#container #theme .map {
	float: left;
	width: 425px;
}
#container #theme .information {
	float: right;
	width: 220px;
	font-size: 14px;
}
#container #theme .section {
	width: 200px;
	margin-top: 30px;
	float: left;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
#container #theme .section .section_picture {
	height: 120px;
	width: 160px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: none;
	margin-left: 20px;
}
#container #theme .news_topics {
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-right: 30px;
}
#container #theme .news_topics_year {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-right: 20px;
	border: thin solid #781414;
}

#container #theme h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 16px;
	padding-bottom: 2px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #781414;
	padding-top: 2px;
	padding-left: 15px;
	color: #000000;
}
#container #theme h3 {
	background-color:#ffffbe;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #BEBEFF;
	font-weight: normal;
	font-size: 100%;
}

#container #theme h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: normal;
	background-image: url(images/others/circle.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 20px;
}
#container #theme h5 {
	padding-left: 25px;
	font-weight: normal;
	padding-right: 25px;
	font-size: 100%;
}
#container #theme h6 {
	font-size: 100%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
}
a:link {
	color: #781414;
}
a:visited {
	color: #781414;
}
