/*  adapted from http://www.intensivstation.ch */

/*  body und schrift deffinitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}


a { 
color: #7f9dff;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}

ul, 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;
}

#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 

#left_upper { 
position: absolute; 
left: 2%; 
width: 22%; 
top: 106px; 
background-color: #ffffff;  
}

#left_content {
margin:20px;
}

#centre { 
position: absolute; 
left: 25%; 
width: 50%; 
top: 106px; 
background-color: #ffffff;
overflow: auto;
}

#centre_single {
position: absolute;
left: 10%;
width: 80%;
top: 106px;
background-color: #ffffff;
overflow: auto;
}

#right { 
position: absolute; 
left: 76%; 
width: 22%; 
top: 106px; 
background-color: #ffffff;
overflow: auto;
}

#right, #centre, #left_upper {
border: 1px solid #564b47;
padding:2px;
margin:0px;
}


