/* *** 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: 12px;
	font-family: Trebuchet MS, SunSans-Regular, Sans-Serif;
	color: #353235;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: inherit;
	background-image: url(../images/bg_linien2.gif);
}

a {color: #002861 ;}
a:visited {color:#163c74;}
a:hover {color: #193c75;}
a:active { color:#353235;}

h1 {
font-size: 14px;
text-transform:uppercase;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
padding:2px 1px;
margin:0px }

h2 {
color:#495f75;
font-size: 20px;
font-weight: normal;
padding-top: 10px;
margin:0px;}

h3 {
font-size:14px;
font-weight: normal;
padding-top: 5px;
margin:0px;}


/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-top: 14px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/bg_linien.gif);
}

/* ----------banner for logo-------------- */
#banner {
text-align: left;
padding: 0px;
margin-top: 14px;
margin-bottom: 10px;
margin-left: 28px;
}
#banner img {
	padding:10px 0px;
	font-family: "Trebuchet MS", SunSans-Regular, Sans-Serif;
} 

/* -----------------Inhalt--------------------- */
#content {

padding: 0px;
padding-right: 14px;
margin-left: 240px;
margin-right:14px;
margin-top: 42px;
}

div#content {
	min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	font-family: "Trebuchet MS", SunSans-Regular, Sans-Serif;
}
#content img {padding:14px 0px; float: left;} 
#content a {color: #002861; url("../images/bullet_navoff.gif") no-repeat;}
#content a:visited {color:#163c74; url("../images/bullet_navoff.gif") no-repeat;}
#content a:hover {color: #193c75;url("../images/bullet_navhover.gif") no-repeat;}
#content a:active { color:#353235; url("../images/bullet_navon.gif") no-repeat ;}
#content ul {
	list-style: circle;
	 margin-left: 10px; padding:0; }
	

.floatright {
float: right;
}

.clearleft { clear: left; height: 1px; }
.clearright { clear: right; height: 1px; }
.cleaboth
{
	clear: both;
	height: 1px;
}
p, pre{
padding-top: 6px;
margin:0px;
}

.sl {
margin-bottom: 14px;
color: #64788e;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
}

/* --------------left navigavtion------------- */
#nav {
float: left;
width: 210px;
min-height:434px;
padding: 0px;
margin-left: 17px;
margin-top: 28px;
background-repeat: no-repeat;
background-position: left top;
background-image: url(../images/bg_navi.jpg);
}


#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 12px;
	line-height: 28px;
	width: 162px;
	height: inherit;
}
#nav ul li{ margin:0; padding:0; list-style-position: outside;}
#nav ul li a{display:block;text-decoration:none;color:#002861;padding:0 0 0 20px;width:168px;}
#nav ul li a:hover{background:#FFFFFF; url("../images/bullet_navover.gif"); no-repeat 3px 9px;}
#nav ul li .active {display:block; padding:0 0 0 20px; width:162px; background:#FFFFFF; url("../images/bullet_navover.gif") no-repeat 3px 9px;}



/* -----------footer--------------------------- */
#footer {
clear: both;
margin-left: 10px;
padding: 0px;
text-align: center; 
padding-right: 20px;
padding-left: 10px;
}

#footer p {
font-size: 10px;
color: #64788e;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
padding:2px 1px;
margin:0px

}

.small
{
	font-size: 10px;
	font-family: Trebuchet MS, SunSans-Regular, Sans-Serif;
	color: #524a52;
	
}

.button
{
	float: left;
	display: block;
	width: 480px;
	background-color: #9C3;
	padding: 12px;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
}
.button a { color: #e8fcfd; font-size: 110%;
	font-weight: bold;}
.button a:hover { color: #FFFFFF; text-decoration: underline; font-size: 110%;
	font-weight: bold; }




.author
{
	font-size: 12px;
	font-family: Trebuchet MS, SunSans-Regular, Sans-Serif;
	color: #889C11;
	font-style: italic;
	font-weight: bold;
}
