/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: grey;
font-size: 13px;
font-family: Georgia, Serif;
color:#564b47;
padding:0px;
margin:0px;
}

a {color: #5f3336; font-weight: bold}
a:visited {color:#5f3336;}
a:hover {color: #5f3336;}
a:active { color:#5f3336;}

#left a {color: white; font-weight: bold}
#left a:visited {color:white;}
#left a:hover {color: white;}
#left a:active { color:white;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #333333;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 700px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #5f3336;
}

/* ----------banner for logo-------------- */
#banner {
background-color: yellow;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding: 0;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 25px;
margin-left: 150px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 150px;
margin: 20px;
padding: 0px;
color: white;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
