/*  Template von www.intensivstation.ch, angepasst */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #fff;
  font-size: 12px;
  font-family: verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0 20px;
  margin:0;
}

p { font-size: 12px; line-height: 16px; margin: 0; padding: 10px; }	
			
h1 { font-size: 11px; text-transform:uppercase; text-align: right; color: #564b47; background-color: #bcbcbb; padding:5px 15px; margin:0

; border-style: none; }

h2 {
	font-size:12px;
	padding-top:15px;
	color: #564b47;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 16px;

}

h3 { color: #564b47; font-size: 12px; background-color: transparent; text-transform: uppercase; word-spacing: 5px; margin-bottom: 0; padding-top: 15px; padding-bottom: 5px; padding-left: 10px; }

ul { margin: 0; 
padding: 0 0 0 25px; 
}

li { 
font-size: 12px; 
padding-top: 10px; 
list-style-type: square; 
list-style-image: none; 
}
li a { font-size: 12px; list-style-type: square; list-style-image: none; padding-top: 10px; }
a {
color: #564b47; 
font-size: 12px; 
background-color:transparent; 
text-decoration: none; 
}
a:hover { color: #a4ad30; }
/*  positioning-layers statisch und absolut */
	
#inhalt {
	background: #f0f0f0 no-repeat fixed left top;
	border:solid 1px #dcf292;
	width: 1000px;
	min-height:420px;
height:expression(this.scrollHeight > 420 ? "auto":"420px");
}

#inhalt #navi {
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
	float:right;
	width:250px;
	background-color:#A5D00F;
	text-transform: uppercase;
	margin:0 0 20px 20px;
	padding-bottom: 20px;
}

.webbilder { 
width: 400px; 
height: 212px; 
float: left; 
margin: 0 20px 20px; 
}
.highlight {
	color: #CCF24A;
}
#mo {
	clear: both;
	float: left;
	padding-right: 20px;
}
#inhalt ul li a {
	text-decoration: underline;
}
#inhalt h2 strong {
	color: #950000;
}

