body {	background-color:#96BEE6;
		color: #08478B;
		margin: 0px;
		font-family: Arial, Verdana;
		font-size: 13px;
	}

#navigation {	width:22%;
				background-color: #96BEE6;
				text-align:left;
				position:absolute; left:0px; top:125px;
		 }

#header {	width: 100%;
			height: 125px;
			background-color: #358CCC;
			position:absolute; left:0px; top:0px;
		 }

#content {	width:78%;
			background-color: #96BEE6;
			position:absolute; right:0%; top:125px;
		 }

a:link {	color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 13px; }
a:visited { color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 13px; }
a:hover {	color: #08478B; text-decoration: none; font-weight: normal; font-size: 13px; }

a:hover.firstlevel { color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 13px; }

p,td,tr,th { font-size: 13px; font-weight: normal; }

h1 {	font-size: 38px;
		font-weight: bolder;
		color: #FFFFFF;
		}

h2 {	font-size: 26px;
		font-weight: bolder;
		color: #FFFFFF;
		}

h3 {	font-size: 16px;
		font-weight: bolder;
		color: #FFFFFF;
		}

table.theme {	text-align:right;
				table-layout:fixed;
				border-width:0px;
				height:36px;
				padding-left:0px;
				padding-top:0px;
				padding-bottom:0px;
				padding-right:0px;
				border-style:none;
				border-spacing:0px;
				border-collapse:collapse;
				width:85%;
				}

td.theme {	background-color:#08478B; width:75%; padding-right:30px; padding-left:0px; height:36px; }

b.headline {	font-size: 24px;
	 			font-family: 'Bauhaus Md BT', Bauhaus, Arial;
	 			text-align: right;
	 			font-weight: bold;
	 			vertical-align: middle;
	 			color: #FFFFFF;
			}

.center { text-align: center; }

.blue { color:#358CCC; }
.light_blue { color:#96BEE6; }
.darkblue { color:#08478B; }

/*Style-Definition für die First-Level-Navigation*/
ul#Navi { width: 178px; margin:0px; padding-left:0px; padding-top:2px;}

ul#Navi a {
	color: #FFFFFF;
	background-color: #358CCC;
	display: block;
	padding: 2px;
    padding-left: 12px;
    text-decoration: none; font-weight: bold;
    border-top: 2px solid #96BEE6;
    border-bottom: 2px solid #96BEE6;
}

* html ul#Navi a {  /* Breitenangaben nur fuer IE */
    width: 92%;
}


ul#Navi a:hover { color: #FFFFFF; background-color: #08478B; }

ul#Navi a.Naviactive {
	color: #FFFFFF;
	background-color: #08478B;
	display: block;
    padding: 2px;
    padding-left: 12px;
    text-decoration: none; font-weight: bold;
    border-top: 2px solid #96BEE6;
    border-bottom: 2px solid #96BEE6;
}

/*Style-Definition für die Second-Level-Navigation*/
ul#Navi li.Navi2 a {
	padding: 2px;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #358CCC;
	text-decoration: none; font-weight: bold;
	border-top: 2px solid #96BEE6;
    border-bottom: 2px solid #96BEE6;
    border-left: 12px solid #96BEE6;
}

* html ul#Navi li.Navi2 a {  /* Breitenangaben nur fuer IE */
    width: 86%;
}

ul#Navi a.Navi2:hover { color: #FFFFFF; background-color: #08478B; }

ul#Navi a.Naviactive2 {
	padding: 2px;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #08478B;
	text-decoration: none; font-weight: bold;
	border-top: 2px solid #96BEE6;
    border-bottom: 2px solid #96BEE6;
    border-left: 12px solid #96BEE6;
}

* html ul#Navi a.Naviactive2 {  /* Breitenangaben nur fuer IE */
    width: 86%;
}