/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {

background: #ffffff url(images/bg.gif) repeat-x;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
line-height: 1.5em;
}
a: {color: #8AEE12;}
a:link{color: #8AEE12;}
a:visited {color:#8AEE12;}
a:hover {color: #564b47;}
a:active { color:#8AEE12;}

h1 {
font-size: 20px;
text-transform:uppercase;
/* background-color: #E0A3B7; */
border-top:1px dotted #564b47;
border-bottom:1px dotted #564b47;
padding:5px 15px;
margin: 10px 10px 30px;}

h2 {
font-size: 15px;
/* background-color: #E0A3B7; */
border-top:1px dotted #564b47;
border-bottom:1px dotted #564b47;
padding:5px 15px;
margin: 20px 10px 10px;}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 960px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
/*background-color: #EBD3E0;*/
}

/* ----------banner for logo-------------- */
#banner {
/* background-color: #e1ddd9; */
text-align: left;
padding:80px 0px 0px 30px;
margin: 0px;
font-size: 36px;
font-weight: bold;
}
#banner img {} 

/* -----------------Inhalt--------------------- */
#content {
background: url(images/bg_content.png) repeat-x;
padding: 70px 40px 70px 70px;
margin-right: 260px;
margin-left: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

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

/* --------------left navigavtion------------- */
#left {
float: right;
width: 260px;
margin: 0px;
padding: 30px 0px 0px 0px;
}

#left a:link, #left a:visited {
	color: #ffffff;
	text-decoration: none;
}
#left a:hover, a:active  {
	color: #564b47;
	text-decoration: none;
}


#left ul, #left li {
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #8AEE12;
	line-height: 1.5em;
	margin-left: 10px;
	
}
.menu_current {
	font-weight: bold;
	display: block;
	line-height: 1.5em;
	text-decoration: underline;
	background: #564b47;
}

#left .menu_current a:hover, a:active  {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
width 960px;
margin: 0px 0px 0px 0px;
padding: 0px;
text-align: center; }


