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

body {
background-image: url("tlo.gif");
background-color: black;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:white;
padding:0;
margin:0;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 18px;
font-weight: bold;
text-align: center;
color: black;
background-color: #ffcc66;
padding:5px 15px;
margin:0 }

h2 {
font-size:14px;
font-weight: bold;
color: #ffcc66;
padding: 0px;
margin:0;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin: 0 auto;
}

/* ----------banner for logo-------------- */
#banner {
text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px} 

/* -----------------content--------------------- */
#content {
background-color: #000000;
padding: 2px 2px 2px 2px;
margin: 0 270px;
}
div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

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

/* --------------left navi------------- */
div#left { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}
#left {
float: left;
width: 250px;
margin: 0;
padding: 2px 2px 2px 2px;
background-color: black;
}
div#right { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

#right {
float: right;
width: 250px;
margin: 0;
padding: 2px 2px 2px 2px;
background-color: black;
}


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

}
div#footer { 
min-height:100px;
height:expression(this.scrollHeight > 100 ? "auto":"100px"); 
}
