/* *** 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: #FFFFFF;
background: url(img/bg2.jpg) repeat-x center top;
font-size: 13px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #000000;
padding:0;
margin:0;

}
a {color: #1e5e26;}
a:visited {color:#1e5e26;}
a:hover {color: #1e5e26;}
a:active { color:#1e5e26;}

h1 {
font-size: 14px;
/*text-transform:uppercase;*/
background: #1e5e26;
padding:5px 15px;
margin:0 ;
height:20px;
line-height: 20px;
border-top:1px solid #FFFFFF;
color: #ffffff;
}

h4 {
font-size: 11px;
/*text-transform:uppercase;*/
background: #1e5e26;
padding:5px 15px;
margin:0 ;
color: #ffffff;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
}

h5 {
font-size: 11px;
/*text-transform:uppercase;*/
background: #1e5e26;
padding:5px 15px;
margin:0 ;
color: #ffffff;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;	
}


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

h3 {
font-size: 11px;
/*text-transform:uppercase;*/
background: url(img/bgfooter_grau.gif) repeat-x;	
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0 }

#top {
	float:left;
	width: 880px;
	height: 19px;
	padding: 0px 10px 0px;
	color:#ffffff;
	background: #1e5e26;
	line-height: 19px;
	border-bottom:1px solid #FFFFFF;
}

#top a{
	color:#ffffff;
	
}
#top a:hover {
	color: #c0c0c0;
}
img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin:0 auto;
background-color: #ffffff;
float:left;


}

/* ----------banner for logo-------------- */
#banner {
background-color: #FFFFFF;
text-align: right;


}


#banner img {padding:10px 0px;} 

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

}



#content a {color: #1023bf;}	/* Kommentarfarben */
#content a:hover {
	text-decoration: underline;
	color: #444;
}
#content p {margin: 0.2em 0 1em 0;}


#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('img/brow.png');}
#content ul {margin-left: 40px;}
#content .text {
	color: #000000;
	margin-bottom: 6px;
	padding:5px 15px;
	
}
#content .autor {
	color: #FF0000;
	margin-bottom: 6px;
	padding:5px 15px;
}

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

by{
padding: 5px 10px;
margin: 0.2em 0 1em 0;
}

/* --------------left navigavtion------------- */
#left {
background: #000000;	
color: #000000;
float: left;
width: 200px;
margin: 0px;
padding: 0px;

}


#right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	background: #000000;
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right;
color: #ffffff }

.navigation h1 {
	background: #1e5e26;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	padding-left: 12px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	height:20px;
}
.navigation {
	background: #ffffff;
	float: left;
	margin-left: 0px;
	width: 200px;

}
.navigation1 {
	background: #ffffff;
	float: left;
	margin-left: 0px;
	width: 280px;

}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 0px solid #cccccc;		/* Navingations hintergrund , zwischenzeile*/
	list-style: none;						/* ohne Listenzeichen */ 
}
.navigation1 li {
	border-bottom: 0px solid #cccccc;		/* Navingations hintergrund , zwischenzeile*/
	list-style: none;						/* ohne Listenzeichen */ 
}
.navigation1 li a {
	background:#ffffff;	
	font-size:12px;
	color: #1e5e26;
	display: block;
	padding: 6px 0px 6px 12px;
	text-decoration: none;

}
.navigation li a {
	background:#ffffff;	
	font-size:12px;
	color: #1e5e26;
	display: block;
	padding: 4px 0px 4px 12px;
	text-decoration: none;

}
.navigation li a:hover {
	background: #1e5e26;					/* Hintergrundfarbe der navi bei Rollover*/
	color: #ffffff;
}
.navigation1 li a:hover {
	background: #1e5e26;					/* Hintergrundfarbe der navi bei Rollover*/
	color: #ffffff;
}

