/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #CCCCCC;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
padding:0px;
margin:0px;
}
a {
	color: #666666;
	font-weight: normal;
}
a:visited {color:#666666; background-image: none;} 
a:hover {color: #000000; background-image: none;}
a:active { color:#000000; background-image: none;}

h1 {
background-image: none;
font-size: 11px;
text-transform:uppercase;
background-color: #e1ddd9;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
color: #000000;
margin:0px }



h2 {
	background-image: none;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	color: #000000;
}

img.download {vertical-align:middle;background-image: none;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 800px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e1ddd9;
	position: static;
	margin-top: 5px;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;background-image: none;} 

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px;
	margin-left: 165px;
	margin-right: 0px;
	margin-top: 10px;

}
div#content { 
min-height:425px;
height:expression(this.scrollHeight > 425 ? "auto":"425px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 165px;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
    font-weight: bold;
}

/* -----------footer--------------------------- */
#footer {
clear: Beide;
margin: 0px;
padding: 0px;
list-style-position: outside;
text-align: right; }

ul {
	list-style-image: none;
	list-style-type: square;
	color: #FF0000;
	font-weight: normal;
	list-style-position: outside;



}
