
* {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

html {
	font-size: 100.01%;
}

#head {
	height: 151px;
	overflow: hidden;
}

#head h1 {
	display: none;
	padding: 20px;
	font-size: 2em;
	font-weight: bold;
}

#head ul {
	height: 150px;
	padding-left: 206px;
	list-style: none;
	border-bottom: 1px solid black;
	background: url(images/fw_header.jpg) no-repeat center;
}

#head li {
	display: inline;
	font-weight: bold;
}

#head li.selected {
	border-bottom: #fff;
}

#head a {
	display: inline;
	float: left;
	height: 21px;
	padding: 5px 10px 3px;
	margin: 120px 10px 0;
	color: #000;
	background: #ddd;
	border: 1px solid black;
	border-bottom: 0;
	text-decoration: none;
}

#head li.selected a {
	position: relative;
	top: 3px;
	padding-top: 5px;
	border-bottom: #fff;
	background: #fff;
}

#head a:hover {
	background: #fff;
}

#nav {
	float: left;
	padding: 0;
	margin: 1em;
	background-color: #FFEEEE;
	list-style: none;
	clear: left;
	width: 10em;
}

#nav a {
	font-size: 0.9em;
	height: 17px;
	color: #fff;
	display: block;
	padding: 4px 20px;
	background: #000000 url(images/menu_bg.png);
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background-position:  0 -25px;
}

#content {
	margin: 1em 1em 0 1em;
	padding: 15px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: auto;
	
	font-size: 0.9em;
}

#content h2 {
	margin: 0 10px 20px;
	font-size: 1.8em;
	font-weight: bold;
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#content p {
	margin-bottom: 15px;
}

#content div.box {
	float: left;
	width: 250px;
	margin-right: 30px
}

#content div.box table {
	width: 100%;
}

#content div.box td {
	vertical-align: top;
	padding: 3px 10px 2px 0;
}

#content table.list {
	border-bottom: 1px solid black;
	border-collapse: collapse;
}

#content table.list td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #D3D3D3;
	padding: 2px 8px;
}

#content table.list .highlight {
	background-color: #D3D3D3;
}

#content table.list th {
	border: 1px solid black;
	padding: 2px 8px;
}

#content ul {
	padding-left: 20px;
}

#content label {
	float: left;
	width: 120px;
	margin-bottom: 3px;
}

#content input, #content select, #content textarea {
	float: left;
	margin-bottom: 3px;
}

#content form .nolabel {
	margin-left: 120px;
}

#content form .button {
	padding: 0 5px;
}

#content form br {
	clear: left;
}

#content p.report {
	max-width: 600px;
	text-align: justify;
	line-height: 1.3em;
}

#content p.report img {
	float: left;
	padding: 0 10px 10px 0;
}

#content div.okm {
	padding: 12px;
	margin: 0 20px 20px 0;
	float: left;
	width: 340px;
}

#content div.okm h3, #content div.okm2 h3 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#content div.okm img {
	display: block;
	float: right;
}

#content div.okm2 {
	padding: 12px 82px;
	margin: 0 20px 20px 0;
	float: left;
	width: 200px;
}

#content .news {
	max-width: 600px;
	margin-bottom: 30px;
}

#content .news h3 {
	margin: 0 10px 10px 0;
	float: left;
}

#content .news .date {
	float: right;
}

#content .news p {
	clear: right;
	text-align: justify;
	line-height: 1.3em;
}

#content .gallery {
	overflow: hidden;
	margin-bottom: 15px;
}

#content .gallery a {
	float: left;
	border: 1px solid #999;
	padding: 5px;
	margin: 10px;
}

#content .gallery a:hover {
	border-color: #ccc;
}

#content a img {
	border: 0;
}

#content fieldset {
	margin-bottom: 20px;
	padding: 0 15px 15px;
}

.survey input.left {
	margin: 0 5px 5px 15px;
	line-height: 1.5em;
	float: none;
}

.survey li {
	list-style-type: none;
	margin-bottom: 5px;
}

.survey table {
	margin-top: 20px;
}

.survey td, .survey th {
	padding: 3px 5px;
}

.survey th {
	text-align: left;
}

.imprint span.a {
	display: inline;
}

.imprint span.b {
	display: none;
}

#footer {
	margin-top: 10px;
	font-size: 0.7em;
	text-align: center;
}

#footer a {
	color: black;
}
