@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 82.5%/1.5em Arial, Helvetica, sans-serif;
	background: #fff url(img/bodybg.png) repeat-x 0 0 fixed;
}

img {
	border: none;
}

a {
	color: #006E2E;
}

a:hover {
	color: #000;
}

div.clear {
	display: block;
	width: 100%;
	clear: both;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0 6px 30px;
	background: #eee;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#header {
	overflow: hidden;
}

#image {
	float: left;
	width: 898px;
	display: block;
	background: #eee url(img/bg.jpg) no-repeat 0 0 scroll;
	height: 387px;
	position: relative;
	border: 1px solid #333;
}

#image h1 {
	position: absolute;
	top: 24px;
	right: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: 1px;
}

#hannoveraner {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#hannoveraner a {
	line-height: 0;
	width: 1%;
}

#hannoveraner a img {
	display: block;
}

#communication {
	position: absolute;
	top: 20px;
	left: 20px;
	background: transparent url(img/1x1.png) repeat 0 0 scroll;
	color: #ccc;
}

#communication a {
	color: #fff;
}

#communication a:hover {
	color: #666;
}

#communication th {
	display: none;
}

#communication table {
	padding: 10px;
}

#communication table td {
	padding: 0 10px 0 0;
}

#communication h3 {
	display: none;
}

ul#navigation {
	display: block;
	list-style: none outside none;
	width: 100%;
	text-align: center;
	padding: 8px 0;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	text-decoration: none;
	font-size: 1.5em;
	color: #666;
	padding: 8px 12px 4px;
	letter-spacing: -1px;
	outline: none;
}

ul#navigation li a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

ul#navigation li.current a {
	color: #000;
	border-bottom: 1px dotted #666;
}

ul#navigation li a:focus {
	color: #006E2E;
	border-bottom: 1px solid #006E2E;
}

#content {
	padding: 20px 0;
	color: #333;
}

#content h2 {
	clear: both;
	padding: 10px 0;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	color: #333;
}

#content h3 {
	clear: both;
}

#content h3, #content dl dt {
	margin-top: 1em;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.375em;
	line-height: 1em;
}

#content img, #content object {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
}

#content img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#content img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

#content img.middle, #content object {
	display: block;
	margin: 0 auto;
}

#content blockquote {
	padding: 1em 0 1em 4em;
	text-align: justify;
	font-style: oblique;
}

#content blockquote span {
	padding-left: 16em;
	color: #666;
	font-style: normal;
}

#content p {
	padding: 10px 0;
	text-align: justify;
}

#content ul {
	list-style: disc outside;
	padding: 10px 1em 10px 4em;
}

#content table.nav {
	margin: 0 auto;
}

#content table.nav td {
	padding: 2px 8px;
}

#footer {

}

#footer form {
	display: block;
}

#footer form fieldset {
	border: none;
}

#footer form fieldset legend {
	font-size: 1.5em;
	line-height: 1.5em;
}

#footer form fieldset ul {
	list-style: none outside none;
}

#footer form fieldset ul li {

}

#footer form fieldset input {

}

#footer form fieldset label {
	float: left;
	width: 7em;
	padding: 0 0.5em 0 0;
	text-align: right;
}

#footer form fieldset textarea {
	width: 400px;
	height: 100px;
}

#footer ul.data {
	padding: 4px 0;
	list-style: none outside none;
	text-align: center;
}

#footer ul.data li {
	padding: 4px 15px;
	display: inline;
}

/* Aktuelles */

div#akt {
	background: #ddd;
	border: 1px solid #ccc;
	min-height: 286px;
	margin: 5px 0 5px 420px;
	padding: 0 10px 0 0;
}

div#akt h3 {
	clear: none;
	text-align: center;
	padding-bottom: 0;
	margin-top: 0;
}

div#akt p {
	padding-left: 5em;
	text-indent: -4em;
}


