/* *** 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: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#FF0000;
	padding:0px;
	margin:0px;
	/*background-image: url(img/bg.gif);*/
background-image: url("images/bg2.jpg");
background-repeat:repeat-x;
}
a {text-decoration: none; color: #FF0000;}
a:visited {text-decoration: none; color:#CC3300;}
a:hover {text-decoration: none; color: #FFFFFF;}
a:active {text-decoration: none; color:#CC3300;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #000000;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 10px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 700px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
/*background-color: #CC3300;*/
background-image: url("images/bg.jpg");
background-repeat:repeat-x;
}


/* ----------banner for logo-------------- */
#banner {
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #000000;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 0px 0px;
margin:0px;
}

/* --------------left navigavtion------------- */
/*#left {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}*/

ul#navlist
{
width: 160px;
\width: 180px;
w\idth: 158px;
padding: 0px;
border: 1px solid #808080;
border-top: 0px;
margin: 0px;
font: bold 12px verdana,helvetica,arial,sans-serif;
background: #808080;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}

ul#navlist li a
{
display: block;
width: 100px;
\width: 158px;
w\idth: 122px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #aaaabb;
background: #ccccdd;
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #006666; }
div#navcontainer li a:visited { color: #006666; }

ul#navlist li a:hover
{
border-color: #CC6600;
color: #ffffff;
background: #993300;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }
