@charset "iso-8859-1";
/* CSS Document */

* { margin: 0; padding: 0; }

a:link {
	color: #000;
	text-align: left;
}


a.speziell:link {
   background-color: #FFF;
   color:            #0000CC;
}

a.speziell:visited {
   background-color: #FFF;
   color:            #660066;
}

a.speziell:hover {
   background-color: #FFF;
   color:            #FFCC66;
}

a.speziell:active {
   background-color: #FFF;
   color:            #CC0000;
}



html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 15px;
	text-align: center;
	background-repeat: repeat;
	background-position: center;
	background-color: #8ea4bb;
}
p {
	margin: 20px; 0;
	text-align: left;
	color: #002841;
	font-size: 14px;
	}
h1 {
	text-align: left;
	color: #88ac4b;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 20px; 0;
	font-size: 18px;
	}
h2 {
	text-align: left;
	margin: 25px; 0;
	color: #002841;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	}
h3 {
	font-size: 14px;
	text-align: left;
	color: #99c0df;
	font-style: normal;
	font-weight: normal;
	}
h4 {
	font-size: 16px;
	text-align: left;
	color: #ab0305;
	font-style: normal;
	font-weight: normal;
	}		
#wrapper {
	width: 1080px;
	margin: auto;
	background-color: #2d5174;
	height:auto !important; /* Important Regel für moderne Browser */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: 100%;
}
#header {
	width: 1080px;
	height: 189px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../media/header10.jpg);
}	


#mainnavi{
	text-align: left;
	width: 206px;
	float: left;
	background-color: #2d5174;
	line-height: 20px;
	padding-left: 10px;
	}
#mainnavi ul {
	width: 196px;
	list-style:none;
	font-size: 12px;
	 }
#mainnavi li{
	background: #8ea4bb;
	border: 3px solid #2d5174;
	color: #fbfdfe;
	list-style: none;
	}
#mainnavi a{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	}
#mainnavi li a{
	text-decoration:none;
	display:block
	}
#mainnavi li a:hover{
	background: #fbfdfe;
	color: #000;
	}
	
#content {
	width: 856px;
	float: left;
	background-color: #fbfdfe;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
}

#footer {
	clear: both;
	height: 35px;
	width: 1080px;
	background-color: #2d5174;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #8ea4bb;
	text-align: left;
	line-height: 30px;
}
#footer2 {
	clear: both;
	height: 25px;
	width: 1080px;
	background-color: #99c0df;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

#content table {
	margin:0 auto;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	font-size: 14px;
}
#content table ul{
	list-style-type: square;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	}
#wrapper #content table tr td table {
	font-size: 14px;
	color: #000;
}
#wrapper #content table tr td table tr td {
	text-align: left;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#wrapper #content table tr td table tr td a {
	line-height: 50px;
	font-size: 14px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#myform{
	width: 610px;
	color: #000;
	
	line-height: 2;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: #fff;
	}
#legend{
	width: 90%;	
	}
.schrift_mittelblau {
	color: #99c0df;
	font-weight: bold;
	font-size: 15px;
}
.schrift_rot {
	color: #c0504d;
	font-weight: bold;
}
