/*für alle Bereiche werden die Innen- und Außernabstände auf 0 gesetzt*/
body, html, #navigation, #container, #inhalt {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #00162D;
	text-align: center;
	margin-top: 10px;
}

#kopf {
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: left;
	background-image: url(gfx/bg_topdiv.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 92px;
	border-bottom: 1px;
	border-bottom-color: #FDB813;
	border-bottom-style: solid;
	
}

a:link {
	color: #000033;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000066;
}
a:active {
	color: #666666;
}


p {
	margin: 25px 25px 0 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 25px;
	padding: 25px 0 0;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Navigationsleiste */

#navigation {
	width: 224px;
	float: left;
	background-color: #FDB813;
	color: #00305E;
	font-size: 14px;
}


#navigation ul {
	list-style-type: none; /*Aufzählungspunkte entfernen */
	margin: 40px 0 0 0;
	padding: 0;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #806640;
	display: block;
	font-weight: 700;
	padding: 2px 0 2px 5px;
	border-left: 20px solid #FDB813;
	background-color: #FDB813;
	color: #00305E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container #navigation #imp {
	vertical-align: bottom;
}

#container #inhalt img.left {
	border-right: 3px;
	border-right-color: #FDB813;
	margin-right: 20px;
	border-bottom: 3px;
	border-bottom-color: #FDB813;
	border-bottom-style: solid;
	border-right-style: solid;
}

/*hover-Effekte */
#navigation a:hover {
	color: #3054BF;
	background-color:#FDB813;
	border-left: 23px solid white;
	color: #FFFFFF;
}




#container {
	width: 960px;
	text-align: left;
	margin: 0 auto; /*Zentrierung für die standardkonformen Browser */
	border: solid #FDB813 1px;
		background-color: #FDB813;
}


#container #kopf img {
	float: left;
}
#container #navigation .style9 img {
	border: 1px solid #FFFFFF;
}

#container #inhalt img.left {
	border-right: 3px;
	border-right-color: #FDB813;
	margin-right: 20px;
	border-bottom: 5px;
	border-bottom-color: #FDB813;
	border-bottom-style: solid;
	border-right-style: solid;
}
#container #navigation #imp {
	vertical-align: baseline;
	margin-top: 15px;
}

#container #inhalt img.rechts {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FDB813;
	border-bottom-color: #FDB813;
}
#container #inhalt table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: top;
}
#container #inhalt #semraum {
	padding-right: 10px;
	float: left;
}

#inhalt {
	color: #333333;
	margin-left: 224px;
	background-color: #FFFFFF;
}

.Stil1 {color: #00305E}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
}

.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}

.style12 {color: #FFFFFF}
#container #inhalt li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
}

