body  {
	background-color:#edf4e6;
	margin: 0;
	margin-top:0px;
	margin-bottom:0px; 
	padding: 0;
	color: #464646;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;	
}
* {
	margin:0 auto;
}

h1 {
	color:#5c971e;
	font-size:20px;
	line-height:25px;
	padding:0px 15px 0px 10px;
}
h2 {
	background:url("/img/content_balken.gif") no-repeat bottom left;
	color:#5c971e;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding:0px 15px 0px 10px;
	margin-top:10px;
}
h3 {
	color:#5c971e;
	font-size:16px;
	font-weight:normal;
	padding:0px 15px 0px 10px;
}
h4 {
	color:#5c971e;
	font-size:14px;
	font-weight:normal;
	padding:0px 15px 0px 10px;
}

ul {
	list-style:none;
	line-height:18px;
	padding-left:0px;
	padding-right:0px;
}


ol {
	padding-left:20px;
}	
	
p {
	line-height:18px;
	padding:6px 0 10px 0px;
}	


/*---LINKS---*/
a {
	height:23px;
	line-height:25px;
}

a:link {
	color:#464646; text-decoration:none;		
}
a:visited {
	color:#464646; text-decoration:none;	
}
a:active {
	color:#464646; text-decoration:none;	
}
a:hover {
	color:#5c971e; text-decoration:none;		
}
.navi_left a.hover {
	color:#5c971e;
}
	
	
/*---HEADER---*/	

.header {
	background:url("/img/header.jpg") no-repeat top center;
	height:152px;
	width:898px;
	position:relative;
}

.home_link {
	background:url("/img/blank.gif") no-repeat top left;
	height:32px;
	width:333px;
	margin-top:97px;
	margin-left:22px;
	/*border:1px solid black;*/
	position:absolute;
}
.header .text {
	color:white;
	text-align:right;
	padding-right:10px;
	padding-top:0px;
	font-size:9px;
}
	
.header a:link {
	color:white; text-decoration:none;	
}
.header a:visited {
	color:white; text-decoration:none;	
}
.header a:active {
	color:white; text-decoration:none;	
}
.header a:hover {
	color:grey; text-decoration:none;	
}




/*---NAVI LINKS---*/

.navi_left {
	background:url("/img/navi_bg.gif") repeat-y top center;
	width:202px;
	float:left; 
	margin-top:0px;
	padding-top:15px;
	margin-bottom:10px;
}
.navi_left .bottom {
	background:white url("/img/navi_bottom.gif") no-repeat bottom left;
	height:11px;
	line-height:11px;
	width:202px;
}
.navi_left .box {
	width:185px;
	margin-bottom:20px;
	margin-left:7px;
}
.navi_left .box .headline {
	background:url("/img/navi_balken.gif") no-repeat left;
	height:25px;
	width:181px;
	line-height:25px;
	padding-left:10px;
	color:#5c971e;
	font-weight:bold;
}
.navi_left .box .text {
	padding-left:9px;
}




/*---CONTENT---*/

.main_content {
	width:898px;
}	

.content {
	background:url("/img/content_bg.gif") repeat-y top center;
	width:495px;
	float:left;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:15px;
}
.content .bottom {
	background:white url("/img/content_bottom.gif") no-repeat bottom center;
	width:495px;
	height:11px;
	line-height:11px;
}

.content ul {
	list-style:disc;
	padding-left:30px;
	font-style:italic;
}
.content ul li {
	padding-bottom:10px;
}
.content .textbox {
	width:457px;
	margin-left:12px;
}
.content .textbox p {
	padding-left:10px;
	padding-right:5px;
}




/*---NAVI RECHTS---*/

.navi_right {
	background:url("/img/navi_right_bg.gif") repeat-y top center;
	width:180px;
	float:right;
	margin-left:10px;
}
.navi_right .bottom {
	background:url("/img/navi_right_bottom.gif") no-repeat bottom center;
	height:11px;
	width:180px;
}
.navi_right .banner {
	margin-top:20px;
	margin-left:10px;
	height:600px;
}





/*---FOOTER---*/

.footer {
	background:url("/img/footer.gif") repeat-x center top;
	height:27px;	
	width:898px;
	text-align:right;
}
.footer .text {
	color:#5c971e;
	padding-right:10px;
	padding-top:0px;
	font-size:9px;
}
	
.footer a:link {
	color:#5c971e; text-decoration:none;	
}
.footer a:visited {
	color:#5c971e; text-decoration:none;	
}
.footer a:active {
	color:#5c971e; text-decoration:none;	
}
.footer a:hover {
	color:grey; text-decoration:none;	
}






.clear {
	clear:both;
}

.right {
	float:right;	
}

.left {
	float:left;
}