/* *** 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;
color:#564b47;
padding:0;
margin:0;
background-image:url('images/testbild.jpg'); background-repeat:no-repeat; background-attachment:fixed;
}
a {color:#4F4F4F;
font-weight: bold;}
a:visited {color:#8F8F8F;}
a:hover {color:#4F4F4F;}
a:active { color:#000000;}

h1 {
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
background-color: #FF0000;
border-top:1px solid #FF0000;
border-bottom:1px solid #FF0000;
padding:5px 15px;
margin:0 }

h2 {
color: #FF0000;
font-size:12px;
font-weight: bold;
text-decoration: underline; 
padding: 5px 0px;
margin:0;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin: 0;

}
/* ----------druck -------------- */
#drucklogo {
 display: none;
 
}
#druckfuss {

 display: none;
}






/* ----------banner for logo-------------- */
#banner {
height: 140px;
text-align: right;
vertical-align: baseline;
padding-right: 130px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #FFFFFF;
padding: 0px;
margin-left: 200px;
width: 480px;
border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 0px; border-style: dotted; border-color: Olive;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0;
padding: 0;
min-height:300px;
height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
}
#right {
float: right;
width: 118px;
margin: 0;
padding: 0;
background-color: Yellow;
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
border-top: 1px; border-right: 1px; border-bottom: 1px; border-left: 0px; border-style: dotted; border-color: Olive;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
height: 50px;
margin-left: 200px;
padding: 0;
 font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
 }
A.impressum:LINK, A.impressum:VISITED, A.impressum:ACTIVE {
   font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	color : #787878;
	text-decoration: none;
	
	
	
	
}

A.impressum:HOVER {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 9px;;
	font-style : normal;
	font-weight : normal;
	color : #000000;
   background-color: #FEF202;
  
}
A.linkrot:LINK, A.linkrot:VISITED, A.linkrot:ACTIVE {
   font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #ED1C24;
	text-decoration: none;
	
	
	
	
}

A.linkrot:HOVER {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
   background-color: #ED1C24;
  
}