/* *** 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: #f7f6f6;
font-size: 11px;
font-family:"Times New Roman", Times, serif;
color:#413e3d;
padding:0;
margin:0;
background-image:url(images/background_header.gif);
background-repeat:repeat-x;

}

a {color: #413e3d; text-decoration:none;}
a:visited {color:#413e3d; text-decoration:none}
a:hover {color: #413e3d; text-decoration:underline;}
a:active { color:#413e3d; text-decoration:none}

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

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 970px;
margin-bottom: 10px;
margin:0 auto;
/*background-color: #f7f6f6;*/
}

/* ----------banner for logo-------------- */
#banner {
/*background-color: #e1ddd9;*/
text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #f7f6f6;
padding: 0;
margin: 0 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
text-align:center;
}

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

div#titel
{
margin-top:50px;
width: 600px;
height:400px;
margin-left:auto;
margin-right:auto;
border:1px solid #43625f;
font-size:14px;
font-family:"Times New Roman", Times, serif;
text-align:center;
/*   display: table-cell;
    vertical-align: middle;*/


}

img#titelbild {
margin-top:50px;
width: 600px;
height:400px;
margin-left:185px;
margin-right:185px;
border: 1px solid #43625f;
/*padding:0px 0px !important;
margin:0px !important;*/
} 

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}
#right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
