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

body {
background: url('images/main_bg.jpg') repeat-y #FFFFFF right;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #04195d;}
a:visited {color:#999999;}
a:hover {
color: #990000;
text-decoration: none;
}
a:active { color:#CCCCCC;}

h1 {
font-size: 20px;
 }

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


img {
border: 0px;
}


/* ----------container to center the layout-------------- */
#container {
width: 60%;
margin-left: auto;
margin-right: auto;

}

/* ----------banner for logo-------------- */
#banner {
background: url('images/header.jpg') no-repeat right;
height: 200px;
text-align: left;
padding: 0px;
margin: 0px;
}

/* -----------------content--------------------- */
#content {

padding: 0px;
margin-left: 5px;
margin-right: 5px;

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

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

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

#left img {
	padding-bottom: 10px;
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin-top: 0px;
padding: 0px;
text-align: right; 
height: 259px;
background: url('images/footer_bg.jpg') no-repeat right;
}
