/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #e1ddd9;
font-size:11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

a {color: #a5a5b5;}
a:visited {color:#a5a5b5;}
a:hover {color: #fdc613;}
a:active { color:#000000;}


h1 {
font-size: 11px;
text-transform:uppercase;
padding:5px 15px;
margin:0px 
}

h2 {
font-size:20px;
font-weight: normal;
padding: 0px 10px;
margin:0px;
}


/* ----------container zentriert das layout-------------- */
#container {
border-left:1px solid #fdc613;
border-right:1px solid #fdc613;
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #f1f1f1;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #f1f1f1;
text-align: left;
padding: 0px;
margin-left: 0px;
margin-bottom:20px;
}
#banner img {padding:0px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 130px;
margin-right: 0px;
padding: 20px 0px 0px 50px;
height:auto;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}


div#content { 
padding: 20px 50px 0px 20px;
min-height:490px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 120px;
height: auto;
background-color:transparent;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
border-top:1px solid #fdc613;
border-bottom:1px solid #fdc613;
background-color:#dddddd;
margin: 0px;
padding: 0px;
text-align: left; }




/* Menu */

#menu{
position:relative;
top:0px;
width: auto;
margin: 20px auto;
padding: 0;
list-style-type: none;
line-height: normal;
}

#menu li {
position:relative;
top:0px;
padding: 0px;
color:#fdc613;
display:block;
background:transparent;
margin: 0px 0px 7px 10px;

}

* html #menu li {
height: 10px;
}

#menu a {
display:block;
padding:5px 0px 5px 5px;	
width: auto;
margin: 0px;
height: auto;
text-decoration: none;
font-family: verdana;
font-size: 12px;
font-weight: normal;
border: none;
color: #564b47;	
background-color:#fdc613;
}



#menu a:hover {
color: #564b47;
background-color: #fdc613;
height: auto;

}

#menu .active,
#menu a:hover.active {
font-weight:bold;
color: #564b47;
background-color: #fdc613;
cursor:default;
}

/* image float */

img.floatLeft { 
    float: left; 
    margin: 0px 10px 0px 0px; 
}

