/* CSS Document */
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	
}
img {
	border: 0;
}
/** navigation **/

.left {
	float: left;
}
.right {
	float: right;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000099;
}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000099;
}
.navtext {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000099;
	

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000099;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #009966;
	
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000099;
	
}
#navigation a:link {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #009966;
	text-decoration: none;
	font-weight: normal;

}
#navigation a:visited {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #009966;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #ccff00;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:active {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #009966;
	text-decoration: none;
	font-weight: normal;
}
#nav a:link {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #009966;
	text-decoration: none;
	

}
#nav a:visited {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #009966;
	text-decoration: none;
	
}
#nav a:hover {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #ccff00;
	text-decoration: none;
	
}
#nav a:active {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #009966;
	text-decoration: none;
	
}



/** layout **/
#container {
	text-align: left;
	margin: auto;
	width: 800px;
  position: relative;
}
/** body **/
#header {
	
	position: absolute;
	top: 0px;
	width: 900px;
	height: 779px;
	z-index: 2;
	visibility: visible;
	background-image: url(images/hg.jpg);
}	
	#slideshow {
	position:absolute;
	left:311px;
	top:56px;
	width:560px;
	height:230px;
	z-index:1;
}
#line {
	position:absolute;
	left:263px;
	top:20px;
	width:45px;
	height:370px;
	z-index:2;
}
#logo {
	position:absolute;
	left:40px;
	top:21px;
	width:212px;
	height:181px;
	z-index:3;
}
#navigation {
	position:absolute;
	left:31px;
	top:208px;
	width:242px;
	height:144px;
	z-index:4;
}
#titel {
	position:absolute;
	left:317px;
	top:301px;
	width:437px;
	height:75px;
	z-index:5;
}
#bbt {
	position:absolute;
	left:650px;
	top:290px;
	width:437px;
	height:75px;
	z-index:6;
}
#nav {
	position:absolute;
	left:320px;
	top:255px;
	width:500px;
	height:35px;
	z-index:11;
}

#wdh { visibility: hidden; }