* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	margin-bottom: 1px;
}	
	
body {
	font-family: Verdana, Helvitica, Arial, sans-serif;
	color: #000000;
	background: #000099;
}
h1{
	color: #FFD700;
	background-color: inherit;
	line-height: 1.5em;
	text-align: left;
	font-size: 1.5em;
	padding-bottom: 20px;
}
h2{
	line-height: 1.6em;
}
h3{
	line-height: 1.6em;
}
p{
	line-height: 1.4em;
	font-size: 1em;
	margin-bottom: 5px;
}


#site {
	width: 100%;
	height: 100%;
	
}

#kopf {
	width: 100%;
	background: transparent url(../Bilder/Kopfbildfuellung.png) repeat-x;
	border-bottom: medium solid Blue;
	
}
#kopfbild{
	width: 803px;
	height: 200px;
	margin-left: 80px;
	background: url(../Bilder/Kopfbild-1v3.png) no-repeat;
	
}


#navi-container ul{
	position: absolute;
	top: 205px;
	left: 0px;
	padding: 0px;
	width: 250px;
	text-align: center;
	list-style: none none;
	list-style-type: none;
	list-style-image: none;
	line-height: 10px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.2em; /**height: 600px;**/
}
	
	

#navi-container .navlist a:link{
	display: block;
	height: 40px;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	background-image: url(../Bilder/navi_a_link.png);
	background-repeat: no-repeat;
	color: White;

}



#navi-container .navlist a:visited{
	display: block;
	height: 40px;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	background-image: url(../Bilder/navi_a_visited.png);
	background-repeat: no-repeat;
	color: White;
}

#navi-container .navlist a:focus{
	display: block;
	height: 40px;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	background-image: url(../Bilder/navi_a_visited_hover.png);
	background-repeat: no-repeat;
	}

#navi-container .navlist a:hover{
	display: block;
	height: 40px;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	background-image: url(../Bilder/navi_a_hover.png);
	background-repeat: no-repeat;
	
}

#navi-container .navlist a:visited:hover{
	display: block;
	height: 40px;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	background-image: url(../Bilder/navi_a_visited_hover.png);
	background-repeat: no-repeat;
	
}

.navlist a.act, a:visited.act {
	display: block;
	height: 40px;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	background-image: url(../Bilder/navi_a_visited_hover.png);
	background-repeat: no-repeat;
	
}

#inhalt {
	font-size: 1em;
	background-color: inherit;
	color: #D0D0D0;
	margin-left: 300px;
	padding: 10px 30px 0px 0px;
	text-align: justify;
}

#kopfnavi {
	font-size: 0.9em;
	background-color: inher;
	color: #00CCFF;
	border: 2px solid;
	text-align: center;
	text-decoration: none;
	word-spacing: 30px;
	clear: both;
}

.fuss {
	font-size: 1em;
	background-color: inherit;
	color: #2288ff;
	border: 2px solid;
	text-align: center;
	text-decoration: none;
	word-spacing: 50px;
	margin-top: 50px;
	clear: both;
	
}
.fuss a:link{
	background-color: inherit;
	color: #0066FF;
	display: inline;
}
.fuss a:hover{
	background-color: #0066ff;
	color: #ffffff;
	display: inline;
}
.fuss a:visited{
	background-color: inherit;
	color: Blue;
	display: inline;
}

a:link{
	color:#d0d0d0;
}

a:visited {
	color:#d0d0d0;
}
