body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #ffffe0;
}

#main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px; /* Breite des Elements */
	height: 760px; /* Höhe des Elements */
	margin-left: -600px; /* Breite des Elements geteilt durch zwei! */
	margin-top:-380px;
	z-index: 1;
}
body {
	background-image: url(../bildmedien/backgroundimage.jpg);
	background-color: #000000;
	background-repeat: repeat;
}
#header {
	position:absolute;
	left:200px;
	top:20px;
	width:800px;
	height:80px;
	z-index:11;
}
.Stil1 {color: #FFFFFF}
#seitenfeld {
	position:absolute;
	left:200px;
	top:110px;
	width:820px;
	height:650px;
	z-index:12;
}
#navi {
	position:absolute;
	left:200px;
	top:20px;
	width:800px;
	height:80px;
	z-index:16;
	visibility: hidden;
}
ul#Navigation {
    margin: 1.3em; padding: 0.8em;
    text-align: center;
    border: 0px solid black;
    background-color:none;
}
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
}

ul#Navigation a, ul#Navigation span {
    float: inherit; 
    margin: 0.8em; padding: 0.2em 1em ;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #425863; background-color: #FFF9C7;
}
ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #6B8A99;
}

ul#Navigation div {
	clear: left;}
	
	#einblenden {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:100px;
	z-index:13;
	visibility: hidden;
}
	
#navon{
	position:absolute;
	left:521px;
	top:49px;
	width:159px;
	height:60px;
	z-index:18;
}
#navoff {
	position:absolute;
	left:309px;
	top:50px;
	width:30px;
	height:30px;
	z-index:18;
	visibility: hidden;
}

footer {
	position: absolute;
	display: block;
	color: #FFF9C7;
	top: 725px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	height: 50px;
	text-align: center;
	z-index: 19;
	font-size: 60%;
}
