/* *** 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: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}
#banner   a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

a {
	color: #990000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding: 0px 5px 5px 0px;
}

a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}
h2 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #990000;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0;
	color: #FFFFFF;
}
h3 {
	font-size:12px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
	background-color: #EAEAEA;
}
h4 {
	font-size:16px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	color: #990000;
}

img.download {
	vertical-align:middle;
	float: right;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	margin-bottom: 10px;
	margin:0 auto;
	background-color: #999966;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #000000;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#banner img {
	padding:2px 0 0 50px;
} 

/* -----------------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;
}
.ads p {
	font-family : verdana;
	font-size : 1em;
	padding-left : 5px;
	padding-bottom : 3px;
	margin-right : 10px;
	text-align : justify;
	padding-right : 10px;
	background-color: #EAEAEA;
} 
.ads {
	width : 190px;
	height : 100%;
	margin-left : 5px;
	margin-top : 15px;
	background-color: #EAEAEA;
} 
.ads h4 {
	background-color : #990000;
	color : #fff;
	font-weight : lighter;
	font-size : 0.8em;
	padding-bottom : 2px;
	text-decoration : underline;
} 
.ads h3 {
	font-family : verdana;
	font-size : 1em;
	padding-top : 15px;
	padding-left : 3px;
	padding-bottom : 2px;
	color : #990000;
	text-decoration : underline;
} 
.ads a {
	margin-right : 25px;
	margin-bottom : 2px;
	color : #990000;
	font-size : 0.8em;
	font-weight : bold;
	padding-left : 3px;
	text-decoration : none;
	padding-bottom : 10px;
} 
/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #990000;
	color: #999999;
}
#footer  a {
	margin-right : 3px;
	margin-bottom : 2px;
	color : #999999;
	font-size : 0.8em;
	font-weight : bold;
	padding-left : 2px;
	text-decoration : none;
	padding-bottom : 5px;
}
