/* *** 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: black;
font-size: 13px;
font-family: Verdana, Arial;
color: white;
padding:10px;
margin:0px;
}
a {
	color: Gray;
}
a:visited {
	color: Gray;
}
a:hover {
	color: Silver;
}
a:active {
	color: Gray;
}

h1 {
	font-size: 16px;
	background-color: #434343;
	color: white;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px 15px;
	margin: 0px;
}

h2 {
font-size:17px;
color: white;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h3 {
	font-size: 10px;
	background-color: #434343;
	color: Black;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px 15px;
	margin: 0px;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: black;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: Black;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
	background-color: Black;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;

}
div#content { 
min-height:540px;
height:expression(this.scrollHeight > 540 ? "auto":"540px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 190px;
margin: 0px;
padding: 0px;
border-left: thin groove #434343;
border-right: thin groove #434343;
border-bottom: thin groove #434343;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/* -----------navi----------------------------- */
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 13px verdana, arial;
text-decoration: none;
color: silver;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: white;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: silver;
}

#teilung {
        width:670px;
		  margin: 10px;
}
#bild { 
         width:320px;
         float:right; 
}
#text {  
        width:330px;
        float:left; 
}

#teilung2 {
        width:670px;
		  margin: 10px;
}
#bild2 { 
        width:10px;
        float:right; 
}
#text2 {  
        width:660px;
        float:left; 
}

#teilung3 {
        width:670px;
		  margin: 10px;
}
#bild3 { 
        width:200px;
        float:left; 
}
#text3 {  
        width:470px;
        float:right; 
}

#teilung4 {
        width:650px;
		  margin: 20px;
}
#bild1 { 
        width:320px;
        float:left; 
}
#bild2 {  
        width:330px;
        float:right; 
}
