/* *** 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;
background-image:url(../images/hintergrund.png);
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #800000;}
a:visited {color:#800000;}
a:hover {color: #800000; font-weight:bold;}
a:active { color:#800000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2{
font-size:20px;
font-weight: normal;
color:#564b47;
}

h3{
font-size:13px;
}

h2, h3 {
padding: 5px 0px;
margin:0px;}

img.download {vertical-align:middle;}

img.border {border: 3px solid #426DBD;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
background-color: #426DBD;
border:1px solid #21616B;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #21616B;
text-align: right;
padding: 0px;
margin: 0px;
padding-bottom:1px;
}
#banner img {padding:0px;}

/* ----------menue-------------- */
#menue {
text-align: left;
height:15px;
margin-left:250px;
}

/* ----------oeffnungszeiten-------------- */
#oeffnungszeiten{
width:175px;
background-image:url(../images/hintergrund_oeffnungszeiten.jpg);
border: 1px solid #000000;
background-color: #EFF3F7;
padding:5px;
margin-top:20px;
color:#000000;
} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 10px;
margin-left: 215px;
margin-right: 0px;
}

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

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

/* --------------left navi------------- */
#left {
float: left;
width: 215x;
margin: 15px 0px 15px 15px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
height:26px;
clear: both;
margin: 0px;
padding: 1px;
text-align: right; }

/* -----------------team.php--------------------- */
#team_pic{
float:left;
margin:10px;
margin-bottom:20px;
}

#team_text{
float:left; 
height:200px;
margin-left:0px;
margin-bottom:10px;
}

#team_text_left{
float:left;
width:100px;
margin-top:5px;
font-weight:bold;
}

#team_text_right{
float:left;
width:260px;
margin-top:5px;
}

