/* *** 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(images/background.gif);
font-size: 12px;
font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
line-height: 1.7em;
color:#000000;
padding:0px;
margin:25px;
}
a {color:#175e22;}
a:visited {color:#909e5a;}
a:hover {color:#909e5a;}
a:active { color:#909e5a;}

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

h2 {
font-size:20px;
color:  #402600;
font-weight: normal;
padding-bottom: 5px;
margin:0px;}

h3 {
font-size:15px;
color:  #402600;
font-weight: bold;
padding: 0px;
margin:0px;}

h4 {
font-size:20px;
color: #175e22;
font-weight: normal;
padding: 0px 10px 5px 10px;
margin:0px;}

h5 {
font-size: 10px;
text-align: center;
background-color: #ffffff;
border-top:2px solid #175e22;
border-bottom:2px solid #175e22;
font-weight: normal;
padding:10px 15px;
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: #e6e1d3;
}

/* ----------banner for logo-------------- */


#banner_wrapper {
float: left;
background-color: #ffffff;
text-align: left;
border-top:2px solid #175e22;
border-bottom:2px solid #175e22;
padding: 0px;
margin: 0px;
display: inline;
}


#banner {
float: left;
width: 250px;
padding: 15px 0px 15px 15px;
}

#banner img {padding:10px 0px;} 


/* -----------------top nav--------------------- */


#nav {
font-family: Georgia, "Times New Roman", serif;
font-size: 12px;
font-weight: bold;
float: right;
width: 510px;
text-align: left;
padding: 50px 0px 25px 0px;
}

#nav ul{
list-style:none;
}

#nav li{
float: left;
padding-right: 0px;
list-style:none;
}

#nav a{
color: #175e22;
text-decoration: none;
}

#nav #current a{
color: #909e5a;
text-decoration: none;
}

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

#content {
padding: 25px;
margin: 0px;
}

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


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

#left {
padding: 22px;
}

#left img {
border: 3px solid #175e22;
}

#highlight {
font-size:11px;
line-height: 20px;
font-weight: normal;
color: #594a2d;
margin-top: 100px;}

#highlight a{
font-size: 11px;
color: #594a2d;
text-decoration: underline;
}

#highlight a:hover{
color: #909e5a;
}

#highlight a:visited{
color: #909e5a;
}

#highlight a:active{
color: #909e5a;
}


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