

.logo{
position:absolute;
width:200px;
height:100px;
background-color:maroon;
top:0px;
left:0px;
text-align:center;
padding:0px;
border:0;
z-index:1;
border-color:gold;
}


.headline{
position:absolute;
width:600px;
height:100px;
background-color:maroon;
top:0px;
left:200px;
color:peru;
padding:0px;
margin:0px;
z-index:2;
border:0;
}


.navi{
position:absolute;
width:200px;
height:500px;
background-color:maroon;
background-image:url();
top:100px;
left:0px;
text-align:center;
color:peru;
padding:0px;
z-index:3;
border:0;
}


.hauptseite{
position:absolute;
width:600px;
height:500px;
background-color:peru;
background-repeat:no-repeat;
background-position:50%;
top:100px;
left:200px;
color:maroon;
font-family:;
font-size:105%;
text-align:center;
padding:10px;
z-index:4;
border:0;
margin:0px;
border-color:black;
}



.bilder{
position:absolute;
width:500px;
height:500px;
background-color:peru;
background-repeat:no-repeat;
background-position:50%;
top:100px;
left:300px;
color:maroon;
text-align:center;
padding:0px;
margin:0px;
border:0;
margin:0px;
border-color:black;
z-index:7;
}

.copyright{

position:absolute;
top:625px;
left:620px;
width:250px;
height:20px;
background-color:;
padding:0px;
margin:0px;
border:0;
z-index:10;

}

a:link {
	
	text-decoration:none;
	color:white;
	margin:0px;
}
a:visited {
	
	text-decoration:none;
	color:black;
	margin:0px;
}
a:hover {
	
	color:goldenrod;
}

