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

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding:0px;
	margin:0px;
	background: #000000 url(images/background-red.jpg) repeat-x;
}
a {color: #224172;}
a:visited {color:#6094e7;}
a:hover {color: #710000;}
a:active { color:#000000;}

h1 {
	font-size: 14px;
	text-transform:uppercase;
	color: #003366;
	padding-left: 10px;
}

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

img.download {vertical-align:middle;}

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

/* ----------banner for logo-------------- */
#banner {
	background-color: #e1ddd9;
	padding: 0px;
	margin: 0px;
	height: 234px;
	width: 770px;
}

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

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

/* --------------left navi------------- */
#left {
float: left;
width: 526px;
margin: 0px;
padding: 0px 0px 0px 12px;
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

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

/* ----------- text ------------------------- */

#text {
	position:relative;
	left:282px;
	top:239px;
	width:526px;
	height:105px;
	z-index:1;
}
strong {
	font-weight: bold;
	color: #600;
}
