/********************************************************************
stylesheets(c) steve-media.de 2006/2007 für Jakob Schenkel GmbH
********************************************************************/

body{
	/*background-color:#527c50;*/
	color:#000000;
	padding:0;
	margin-top:30px;
	font:12px verdana, sans-serif;	
   scrollbar-face-color:#0F490C;
   scrollbar-shadow-color:#002F00;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-darkshadow-color:#000000;
   scrollbar-track-color:#527C50;
   scrollbar-arrow-color:#FFF500;
 }

/*
hellgrau hg #ebebeb
dunkelgrau hg #dfdfdf
dunkelorange #fb5005
gras-gruen #a2cd3a
lila-blau #808ab2
dunkel-lila-blau #3a4386
gruen #56c911
blau #808ab2
dunkelgruen #0f490c
helleres gruen #3a8336
*/
a, a:active, a:visited{
	color:#527c50;
	font-weight:bold;
	text-decoration:none;
	
}

a:hover{
	color:red;
	font-weight:bold;
	text-decoration:none;
}

.bildr{
	float:right;
	margin-left:10px;
	/*border-left: 6px solid #808ab2;*/
}

.bildl{
	float:left;
	margin-right: 10px;
	border-left: 6px solid #808ab2;
}

#page{
	width:800px;
	/*background:#ebebeb;*/
	background-image: url(gifs/gruen.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding:0;
	margin:0 10% 0 10%;
}


#menu{
	display:block;
	background: #ffffff;
	width:190px;
	float:left;
	line-height: 20px;
	text-indent: 40px;
}
#menu ul{
	margin:1 0 0 0px;
	padding:0;
	width:190px;
	list-style:none;
	/*width:160px;*/
	}
#menu li{
	width:190px;
	padding:0 0 0px 0;
	margin:0;
	}
#menu a{
	margin-bottom: 1px;
	background-image: url(gifs/btn1_hg.gif);
	background-repeat: no-repeat;
	width:190px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
#menu a:hover{
	color:#fff500;
	}
	

#content{
	font:12px verdana, sans-serif;
	width:550px;
	/*margin:0 80px 20px 190px;*/
	margin:0px 20px 20px 220px;
	/*position: absolute;*/
}

table.bilder{
	text-align:center;
	font-size:12px;
	font-weight: bold;
	color: #FFF500;

}

	
#content h3{
	width:400px;
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, sans-serif;
	border-left: 8px solid #0f490c;
	/*border-bottom: 1px solid #336633;*/
	border-bottom: 1px solid #0f490c;
}

#content h4
{
	font:bold 12px verdana, sans-serif;
	/*color:#0f490c;*/
	color:#da251d;
}
#footer{
	text-align: center;
	clear:both;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#ffffff;
	background-image: url(gifs/gruen.gif);
	border-bottom:10px solid #527c50;
	width: 800px;
	height: 25px;
	padding-top:2px;
}

/********************************************************************
stylesheets(c) steve-media.de 2006/2007 für Jakob Schenkel GmbH
********************************************************************/