/* *** 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: #fbe99f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}
img {
	border: none;
}

a {
	color: #02638d;
	text-decoration: none;
}
a:visited {
	color:#02638d;
}
a:hover {
	color: #333333;
	font-weight: bold;
}
a:active {
	color:#02638d;
}
a.level2 {
	padding-left: 15px;
	line-height: 10px;
	color: #FFFFFF;
}
a.level2:visited {
	color:#FFFFFF;
}
a.level2:hover {
	color: #333333;
	font-weight: bold;
}
a.level2:active {
	color:#02638d;
}
a.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
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:18px;
	font-weight: normal;
	margin:0px;
	color: #e3000b;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 800px;
	margin-bottom: 10px;
	margin-right: auto;
	background-color: #9fdaf3;
	margin-left: auto;
	min-height:500px;
}

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

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	margin-left: 200px;
	margin-right: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}
div#content {
	min-height:400px;

height:expression(this.scrollHeight > 100 ? "auto":"100px"); 
	padding: 10px;
}

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

/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 180px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	text-align: right;
	background-color: #e3000b;
	height: 20px;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: -5px;
}
