@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
* html, body {height:100%;}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. */
	color: #333333;
}

img {
	border:none;
}

a, a:visited, a:active {
	text-decoration:none;
	color: #0c5708;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

p {
	padding:8px 0;
}

h1 {
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	padding:15px 0;
	color:#1e4566;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding:8px 0;
	color:#1e4566;
}

h3 {
	font-size:14px;
	font-weight:bold;
	padding:8px 0;
	color:#1e4566;
}

hr {
	height:1px;
	border:0;
	border-top:1px dotted #1e4566;
	margin:2px 0;
}

strong {
	color:#1e4566;
	font-weight:bold;
}

sub, sup {
	line-height: 0px;
	font-size: 75%;
	}

p.grey {
	background-color:#edeeee;
	margin:4px 0;
	padding:5px 20px;
}

.grey td {
	background-color:#edeeee;
}

.grey a, #mainContent ul li a, #mainContent ul li a:visited, #mainContent ul li a:active {
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
}

#mainContent ul {
	background-color:#ececec;
	padding:15px 0;
}

#mainContent li {
	list-style:disc;
	margin-left:50px;
	margin-right:5px;
}

#mainContent table.grey td li {
	margin-left:25px;
}

#container {
	width: 964px;
	background-repeat:repeat-y;
	margin: 0 auto; /* Seite zentriert */
	text-align: left;
}


#content {
	background-image:url(../images/bg_head.gif);
	background-repeat:no-repeat;
	width:964px;
	min-height:750px;
	padding-top:21px;
}

#logo {
	padding-top:51px;
	float:left;
	width:212px;
}

#sitemap_imprint {
	 margin-top:16px;
	 text-align:right;
	 padding-right:10px;
	 float:right;
	 width:245px;
	 height:20px;
	 background-image:url(../images/bg_sitemap_imprint.png);
	 font-size:10px;
	 color:#285977;
}
#sitemap_imprint a, #sitemap_imprint a:visited, #sitemap_imprint a:active { 
	color:#285977;
	text-decoration:none;
	font-weight:normal;
}

#sitemap_imprint a:hover {
	text-decoration:underline overline;
}

#headimage {
	width:938px;
	height:155px;
	margin-left:13px;
}

#mainContent {
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	margin-top:10px;
	padding-top:15px;
	padding-left:35px;
	padding-right:315px;
	padding-bottom:25px;
	width:615px;
	position:absolute;
	z-index:50;
}

#mainContent input, #mainContent textarea {
	width:450px;
	background-color:#edeeee;
	border:none;
	padding:2px;
}

#mainContent select {
	background-color:#edeeee;
	border:none;
	padding:2px;
}

#sidebar {
	position:absolute;
	width:256px;
	margin-left:695px;
	padding-top:25px;
	z-index:60;
}

#search {
	width: 256px;
	height:25px;
	overflow:hidden;
	background-color:#5daa35;
	margin-bottom:4px;
}

#search input {
	color:#FFF;
	font-size:11px;
	margin-top:1px;
}

#searchform input {
	width:auto;
}

.highlight {
	background-color:#c0dac0;
}

#menu {
	width:938px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	margin-left:13px;
}

#language {
	 padding-top:3px;
	 padding-right:7px;
}

#language select {
	height:19px;
	font-size:11px;
}

#act_news {
	width:254px;
	border:1px solid #bbd2b6;
	line-height:17px;
	margin-bottom:4px;
}

#act_news p {
	padding:5px 15px;
	margin:0;
	font-size:11px;
}

#act_news hr {
	border-top:1px dotted #0c5708;
	margin-left:15px;
	width:224px;
}

#ie5_note {
	position: absolute;
	width:725px;
	height:50px;
	left:40px;
	top:140px;
	padding:5px;
	background-color:#FFFFCC;
	border:1px solid #000000;
	z-index:250;
}

#gradient_left {
	position:absolute;
	background-image:url(../images/gradient_left.gif);
	background-repeat:no-repeat;
	height:175px;
	width:5px;
	z-index:70;
}
#gradient_right {
	position:absolute;
	background-image:url(../images/gradient_right.gif);
	background-repeat:no-repeat;
	margin-left:959px;
	height:175px;
	width:5px;
	z-index:70;
}

#footer {
	visibility:hidden;
	padding:0;
}

.sitemap_table a {
	font-weight:normal;
	font-size:11px;
}