body {
margin:0;
padding:0;
font-family:Tahoma,Geneva,Kalimati,sans-serif;;
color:#202020;
}

#mittig {
margin-top:50px;
margin-left:auto;
margin-right:auto;
height:auto;
width:1200px;
}

#rechte_seite {
background:white;
width:1200px;
height:900px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}

#linke_seite {
float:left;
height:795px;
width:250px;
background:#f6f6f6;
border-right:1px solid #d1d1d1;
-webkit-border-radius: 5px 0px 0px 0px;
        border-radius: 5px 0px 0px 0px;
}

#logo {
text-align:center;
width:100%;
height:60px;
border-bottom:1px solid #e6e6e6;
}

#menue {
width:250px;
margin-top:10px;
border-bottom:1px solid #e6e6e6;
height:140px;
}

#menue li {
list-style:none;
}

#menue a {
padding-left:20px;
text-align:left;
display: block;
width: 230px;
padding:10px;
text-decoration:none;
color:#505050;
font-size:20px;
}

#menue a:hover {
color:#202020;
background:#e6e6e6;
}

#menue .active {
background:#80b8c7;
color:white;
}

#menue .active:hover {
background:#80b8c7;
color:white;
}

#inhalt {
padding-right:15px;
float:right;
margin-right:25px;
margin-top:20px;
height: 1200px;
width: 880px;
overflow:  visible;
overflow: auto;
}



#fußzeile_außen {
float:left; 
width:1200px;
height:60px;
background:#f6f6f6;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}

#fußzeile_innen {
width:950px;
float:right;
height:60px;
border-top:1px solid #d1d1d1;
}