body {
  background-color: #c3c4c5;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}


a { 
color: #024c97;
font-size: 11px;
background-color:transparent;
text-decoration: none; 

}
 
pre { 
color: #564b47;
font-size: 11px;
background-color: #c3c4c5;
font-family: Courier, Monaco, Monospace;
}

p,h1, h3, pre {
 padding: 5px 15px;
 margin: 0px;
}

h3 {
font-size: 13px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

/*  positioning-layers dynamisch */

#logo { 
position: absolute;
right: 2%; 
width: 96%; 
text-align: right;
top: 20px;
}

#links { 
position: absolute; 
left: 2%; 
width: 19%; 
top: 106px; 
background-color: #ffffff;  
}

#mittelinks { 
position: absolute; 
left: 22%; 
width: 28%; 
top: 106px; 
background-color: #ffffff;
}

#mitterechts { 
position: absolute; 
left: 51%; 
width: 28%; 
top: 106px; 
background-color: #ffffff;
overflow: auto;
}

#rechts { 
position: absolute; 
left: 80%; 
width: 18%; 
top: 106px; 
background-color: #ffffff;
  overflow: auto;
}

#rechts, #mitterechts, #mittelinks, #links { 
border: 1px solid #564b47;
padding:0px;
margin:0px;
} /* CSS Document */

