*{
	padding:0;
	margin:0;
	border:0;
}

body,html{
	height:100%;
	font:14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:black;
	background:#003366;
	text-align:center;
	line-height:14pt;
}

h1{
	margin:10px 0 10px 0;
	padding-left:0px;
	padding-right:0px;
	color: #003366;
	font-size:20px;
	border-bottom: 1px solid #003366;
}

h2{
	margin:10px 0 10px 0;
	padding-left:0px;
	padding-right:0px;
	color: #003366;
	font-size:15px;
	border-bottom: 0px solid black;
}

#middle{
	width:100%;
	padding-bottom:20px;
	margin:0 auto;
	text-align:left;
	background: #003366;
  	position: relative;
  	min-height: 97.5%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}

#content{
	width:714px;
	padding:12px;
	margin:0 auto;
	text-align:left;
	background: #003366;
  	position: relative;

}

#topbanner{
	position:relative;
	padding-left:20px;
	height:110px;
	font-size:40px;
	text-transform:uppercase;
	background:#003366;
	line-height: 60px;
	color:#ccc;
}

#topbanner span{
	position:absolute;
	top:25px;
	left:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

#mainnav{
	width:100%;
	background:#818FCF;
	list-style:none;
	text-align:center;
	height:25px;
	border-bottom:15px solid #5A6BBD;
}



#subnav{
	width:100%;
	background:#818FCF;
	list-style:none;
	text-align:center;
	height:25px;
	border-bottom:15px solid #5A6BBD;
}





span.submenu {
	float:left;
	font-weight:normal;
}


span.submenu a{
	display:block;
	width:369px;
	height:25px;
	line-height:25px;
	background:#818FCF;
	color:#FFFFFF;
	text-decoration:none;
}

span.submenu a:hover{
	background:#FFC15F;
	color:#333;
}

.submenu-active a{
	float:left;
	display:block;
	width:369px;
	height:25px;
	line-height:25px;
	background:#FFC15F;
	color:#000000;
	text-decoration:none;
}


.level1-no {
	float:left;
}

.level1-no a {
	display:block;
	width:123px;
	height:25px;
	line-height:25px;
	background:#818FCF;
	color:#FFFFFF;
	text-decoration:none;
}

.level1-no a:hover {
	background:#FFC15F;
	color:#000000;
}

.level1-act {
	float:left;
}

.level1-act a {
	display:block;
	width:123px;
	height:25px;
	line-height:25px;
	background:#FFC15F;
	color:#000000;
	text-decoration:none;
}

#bottom{
	position: absolute;
	left:0px;
  	bottom: 0;
	height:25px;
	background:#003366;
	width:738px;
	color:#ccc;
	text-align:center;
	line-height:25px;
}