* {
	margin: 0;
	padding: 0;
}

html, body {
	border:0;
	height:100%;/*firefoxbug umgehen für den Hintergrund*/
}



body {
	background-image: url(bilder/bgstart.jpg);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#inhalt {
position:relative;
	left:50%;
	top:393px;
	margin-left:-254px;
	width:509px;
	height:91px;
	margin-top:-169px;
	z-index:1;



}
#logo {
	position:relative;
	background-image:url(bilder/logo_edesheim.jpg);
	left:0px;
	top:0px;
	width:509px;
	height:164px;
	z-index:5;
	background-repeat: no-repeat;
}
#inhalt {
	position:absolute;
	left:50%;
	top:50%;
	width:509px;
	height:300px;
	margin-left:-254px;
	margin-top:-150px;
	z-index:5;
	visibility: visible;
}

#versionen {
	position:absolute;
	left:214px;
	top:245px;
	width:291px;
	height:48px;
	z-index:5;
	
}
#Ueberschrift {
	position:absolute;
	left:39px;
	top:194px;
	width:374px;
	height:13px;
	z-index:6;
}
#willkommen {
display:none;}

ul {
	list-style-position: inside;}
li {padding:10px 0;}
li a:link {
	color: #000000;
	background-color:#FFFFFF;
	

}

a:hover {
	color: #CC0000;
	font-weight:bolder;
	font-size:105%;
	background-color:#FFFFFF;
}
a:visited {
	color: #000000;
	background-color:#FFFFFF;
}
a:active {
	color: #CC0000;
	background-color:#FFFFFF;
}
.Stil3 {font-family: Verdana, Arial, Helvetica, sans-serif; }

