/* *** 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: #ffffff;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;

color:#3B3533;
color:#564b47;
color:#000;

padding:0px;
margin:10px;
}

a {color: #FF4E1E; font-weight: bold; text-decoration:none;}
a:visited {color:#FF4E1E;}
a:hover {color: #FF4E1E;}
a:active { color:#FF4E1E;}


h1 {
font-size: 16px;
font-weight: bold;
text-transform:uppercase;
background-color: #FF4E1E;
border-bottom:1px solid #564b47;
border-top:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size: 11px;
font-weight: bold;
text-transform:uppercase;
background-color: #F1CFB8;
border-bottom:1px solid #564b47;
border-top:1px solid #564b47;
padding:0px 8px;
margin:0px;
height: 15px
}

h3 {
font-size: 10px;
font-weight: bold;
text-transform:uppercase;
background-color: #F1CFB8;
border-bottom:1px solid #564b47;
border-top:1px solid #564b47;
padding:0px 5px;
margin:10px;
width: 80px

}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 700px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #F6F4E1;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #F1CFB8;
text-align: left;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;}

/* -----------------Inhalt--------------------- */
#content {
/*background-color: #DEF3FF;*/
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
/*
height:300px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
background: url(img/hg3.gif);
background:url(../img/hinterg.gif) no repeat;*/
background-attachment:fixed;
background-position:50% 70%;
min-height:400px;
width:400px; 

}


div#logoimg {
background:url(../img/schrift.gif) no-repeat;
height:104px;
width:500px

}


p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/* -----------navigation--------------------------- */


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;

}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #F1CFB8;
border-bottom: 1px solid #564b47;
color: #000;
text-decoration:none;
}

#navcontainer a:link, .navlist a:visited
{
color: #000000;
text-decoration:none;
color: #000;
text-decoration:none;
}

#navcontainer a:hover
{
background-color: #F1CFB8;
color: #FF4E1E;
text-decoration:none;
}