/* *** css based on www.intensivstation.ch *** */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #e5dcca;
	padding:0;
  margin:0;
	color: #000000;
	margin-top: 20px;
}

a {color: #9d080a;  text-decoration: none;}
a:visited {color:#9d080a;}
a:hover {color: #9d080a; text-decoration: underline;}
a:active { color:#9d080a;}


h1 {
	color: #9d080a;
	font-weight: bold;
	font-size: 12px;
}

h2 {
	color: #9d080a;
	font-weight: bold;
	font-size: 11px;
}



/* ----------container zentriert das layout-------------- */
#container {
width: 925px;
margin-bottom: 10px;
margin:0 auto;
background-color: #FBF8F0;
border: 7px solid #dacdb3;
}


/* -----------------Inhalt--------------------- */
#content {
margin: 0 195px;
font-size: 10pt;
color:#000000;
background-color: #fbf8f0;
padding-left: 20px;
padding-right: 20px;
margin-top: 155px;
line-height: 20px;

}

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



/* --------------left navigavtion------------- */
#left {
float: left;
width: 195px;
margin: 0px;
padding: 0px;
background-color: #fbf8f0;
text-align: right;

}

#right {
	float: right;
	width: 187px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-left: 1px solid #dacdb3;
  border-bottom: 1px solid #dacdb3;
	
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; 
font-size: 8pt;
color:#777570;
margin-bottom: 12px; 
margin-top: 5px;
}


.border {
	border: 1px solid #000000;
}


ul{
    list-style:none;
}

ul li{
    background:url(dots.gif) no-repeat top left;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-left: -20px; 
}



hr {
background-color:#8c0000; /* Mozilla 1.4 */
color:#dacdb3; /* IE 6 */
border: #dacdb3; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
