@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#FFF;
	background:#183961 url(Bilder/hg.png) 0px 8px repeat-x;
}

#wrapper{
	margin:auto;
	width:1000px;
	min-height:750px;
	background:url(Bilder/wrapper.png) no-repeat;
}

#wrapper1{
	margin:auto;
	width:1000px;
	min-height:750px;
	background:url(Bilder/wrapper1.png) no-repeat;
}

#wrapper2{
	margin:auto;
	width:1000px;
	min-height:750px;
	background:url(Bilder/wrapper2.png) no-repeat;
}

#wrapper3{
	margin:auto;
	width:1000px;
	min-height:750px;
	background:url(Bilder/wrapper3.png) no-repeat;
}

#wrapper4{
	margin:auto;
	width:1000px;
	min-height:750px;
	background:url(Bilder/wrapper4.png) no-repeat;
}

#top{
	float:left;
	width:1000px;
	height:118px;
	background:url(Bilder/hg_top.png);
}

#logo{
	margin:auto;
	width:600px;
	height:45px;
}

#main{
	margin:auto;
	margin-top:2px;
	width:600px;
	height:35px;
}

ul{
	list-style:none;
}

#main ul{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

#main li{
	float:left;
	margin-top:5px;
	margin-left:15px;
}

#footer{
	float:left;
	width:170px;
	height:20px;
	margin-left:850px;
}

#footer a{
	color:#FFF;
	width:100px;
	height:20px;
	
}

#content{
	float:left;
	clear:both;
	margin-left:80px;;
	margin-top:250px;
	width:850px;
	min-height:350px;
	background:url(Bilder/contenthg.png) no-repeat;
}

#content1{
	float:left;
	clear:both;
	margin-left:80px;;
	margin-top:400px;
	width:850px;
	height:250px;
	background:url(Bilder/contenthg.png) no-repeat;
}

#text{
	margin:auto;
	width:800px;
	min-height:350px;
	margin-top:30px;
}

a{
	text-decoration:none;
	color:#97BAE6;
}

a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#FFF;
}

a.active{
	font-weight:bold;
	color:#FFF;
}

h1{
	font-size:16px;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#table{
	float:left;
	width:790px;
}

label{
	font-size:16px;
}

#text ul{
	float:left;
	width:90px;
	margin:0px;
	list-style:none;
}

#text ul a{
	width:90px;
	height:20px;
	font-size:16px;
}

#text ul ul{
	padding-left:1px;
	display:none;
}

#text ul ul li a{
	font-size:12px;
}

#text ul li:hover ul{
	display:block;
}

#text ul ul li{
	float:left;
	padding-left:0px;
	padding-top:5px;
}

#text table{
	margin:auto;
}
