
html{background:#887A0A;}

body{
color:#E4E4E4;
height:100%;
}

#sideinfo
{
float:left;
margin-top:15%;
margin-left: 4%;
z-index:4;
width: 12%;
height: 25vw;
border: 0.3vw solid white;
background: black;
}

#inhalt
{
position:relative;
font-family: verdana, sans-serif;
font-size: 0.8vw;
txt-align: justify;
color:#E4E4E4;
padding:5%;
padding-top:11%;
margin-left:auto;
margin-right: auto;
height:100%;
width:40%;
background: #514C21 ;
z-index:0;
border-left: 0px #164727 solid;
border-right: 0px #164727 solid;
}


#header
{
position:absolute;
top:0px;
left:0px;
z-index: 2;
width: 100% ;
height: 15%;
}



#ueberschrift
{
position: absolute;
z-index:3;
top:0px;
left:0px;
right:0px;
width: 30%;
height:auto;
margin-left:auto;
margin-right: auto;
}


#footer
{
background: black;
position: fixed;
height:4%;
bottom: 0px;
left: 0px;
z-index: 2;
width: 100%;
padding-bottom:0.3vw;

}


a{
color:#E4E4E4;
font-family: verdana, sans-serif;
text-decoration: none;
}

h1
{
font-size:1vw;
}