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

body {
background-image: url(/images_design/bg.jpg);
background-repeat:repeat-x;
background-color: #E8E8E8;
font-size: 14px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #000000;}
a:visited {color:#000000;}
a:hover {color: #000000;}
a:active { color:#000000;}

/* ----------container to center the layout-------------- */
#container {
width: 920px;
margin-top: 60px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
}

#ebene01 {
width: 920px;
margin: 0px;
padding: 0px;
}

#ebene02 {
text-align: right;
width: 500px;
height: 20px;
margin-left: 385px;
margin-top: 0px;
}

.ebene02 {
font-size: 14px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#808080;
}

#schmetterling {
width: 90px;
height: 90px;
text-align: left;
padding: 0px;
margin-left: 780px;
margin-top: 50px;
}

#logo {
width: 170px;
height: 55px;
text-align: left;
padding: 0px;
margin-left: 25px;
margin-bottom: 40px;
}

#banner {
background-image: url(/images_design/bg_menu.png);
width: 920px;
height: 33px;
text-align: left;
padding: 0px;
margin: 0px;
}

#box {
width: 920px;
padding: 0px;
margin: 0px;
background-image: url(/images_design/bg_content.png);	
}

/* -----------------content--------------------- */
.text11 {
font-size: 14px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000000;
FONT-WEIGHT: bold; 
}

.text09 {
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000000;
FONT-WEIGHT: normal; 
}

.error {
font-size: 14px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000000;
FONT-WEIGHT: normal;
background-color:#FFFF00;
}

#menue {
width: 250px;
font-size: 80%;
border: 1px solid #000000;
}
.menuekopf {
font-size: 14px;
font-weight: bold;
color: #000000;
width: 240px;
padding: 5px;
}

#menue li a, #menue li a:link {
text-decoration: none;
display: block;
color: #000000;
}
#menue li a:visited {
text-decoration: none;
color: #000000;
}

#menue li a:hover, #menue li a:active, #menue li a:focus {	
background-color: #D2D2D2;
text-decoration: none;
}

#menueon {	
background-color: #D2D2D2;
text-decoration: none;
}

li
{
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000000;
text-decoration: none;
FONT-WEIGHT: normal; 
list-style-image:url('/images_design/arrow_li.gif');	
}

#content {
width: 880px;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 25px;
}

div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

#submenu {
width: 270px;
padding: 0px;
margin: 0px;
float: left;
}

#subcontent {
margin-left: 280px;
width: 590px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
width: 920px;
height: 30px;
margin: 0px;
padding: 0px;
text-align: left;
background-image: url(/images_design/bg_footer.png);
}
.feld {
	border:1px solid #eaeaea;
	background-color:#eaeaea;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

<!--[if IE 6]>
<style type="text/css">

#box {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images_design/bg_content.png', sizingMethod='scale');
background:none;
}

</style>
<![endif]-->