/* *** 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: #ffffff;
font-size: 12px;
font-family: Courier New, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
a {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color:#000000;}
a:hover {text-decoration: underline; color: #564b47;}
a:active {text-decoration: none; color:#000000;}

h1 {
font-size: 12px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:0px;
margin:0px }

h2 {
font-size:18px;
font-weight: bold;
padding: 0px;
margin:0px;}

h3 {
font-size:30px;
font-weight: bold;
padding: 0px;
margin:0px;}

h4 {
font-size:12px;
font-weight: bold;
padding: 0px;
margin:0px;}

img.download {vertical-align:middle;}

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

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

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

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

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

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