/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
html{background: #d7e9f3 }
body {
background: url(images/bg_main.jpg) repeat-x ;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #19425e; text-decoration: none}

a:hover {text-decoration: underline}
a:active { color:#000000;}

/*
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;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

*/
h1, .pageHeading{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	}
h2{
	font-size: 12px;
	text-transform: none;}
.img_prod{
	font-size: 12px;
	font-weight: bold}
/* ----------container to center the layout-------------- */
#container {
width: 956px;
margin-left: auto;
margin-right: auto;
background-color: #d2e3eb;
border-left: thin solid white;
border-right: thin solid white;

}

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

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 187px;
margin-right: 0px;

}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
border-bottom: white solid thin;
border-left: white solid thin;

background: white;
}
#content_in{
background: url(images/cont_bg.jpg) repeat-x top;
padding: 10px
}
p, pre{
padding: 5px 10px;
margin:0px;
}

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

background: url(images/left_bg.jpg) repeat-x top;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center;
background: white;
border-top: solid thin gray }

#menu li{list-style-type: none; background:transparent url(images/menu_bg.jpg) no-repeat scroll 0 43px;
}
#menu a:hover{background: url(images/menu_item_bg.jpg) repeat-y; color: white;}
#menu a{display: block; padding:12px 0 15px 10px; font-size: 14px; font-weight: bold}
ul{padding: 0; margin: 0}
