/* *** 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;
background:url(resources/images/body.png);*/
background-color: #1D1D1D;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
background-repeat:repeat-x;
}
a {color: #0C0C0C;}
a:visited {color:#0C0C0C;}
a:hover {color: #000000; background-color: #DDDDDD}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #BBBBBB;
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;}

h5{
background-color: red;/*3566C9*/
color:white;
background:url(resources/images/menu.png) repeat-x;
height:30px;
text-align:center;
margin-top:10px;
}
img.download {vertical-align:middle;}

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

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

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

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

/* --------------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; 
background:url(resources/images/footer.png) no-repeat #1D1D1D;
height:100px;
color:white;
}

#footer a{
color:white;
}

.price{
font-family:Tahoma;
font-size:23px;
color:#BB0404;
}

li{list-style-type:none;}

.quote{
font-family:Tahoma;
font-size:23px;
color:#BB0404;
vertical-align:middle;
padding-top:77px;
}
.logo{
padding:0px;
width:1024px;
height:200px;
background:url(resources/images/header/logo.png) no-repeat;
text-align:center;
vertical-align:middle;
}

#nav{
background:url(resources/images/menu/nav.png) repeat-x;
height:25px;
}