body {
	font-family:Arial, Verdana;
	font-size:14px;
	background-color:#ffffff;
	
}

#body {
	width:700px;
	background-color:#e9ffe7;
	color:#3eaa37;
	margin:auto;
}

#bg {
	width:698px;
	min-height:500px;
	border:1px solid #3eaa37;
	border-top:0px;
	border-bottom:0px;
}

/* nur für den IE7 */
*+html #bg {
	width:700px;
	min-height:500px;
	border:1px solid #3eaa37;
	border-top:0px;
	border-bottom:0px;
}

#header {
	height:127px;
}

#footer {
	text-align:right;
	padding-right:10px;
	padding-top:8px;
	background-color: #3eaa37;
	color:#ffffff;
	height:25px;
	margin-top:10px;
	font-size:10px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#navi{
	float:left;
	width:160px;
	margin-top:10px;
	padding-top:10px;
} 

#navi_cont{
	float:left;
	background-image:url(images/navi_hg.gif);
	color:#ffffff;
	font-weight:14px;
	width:160px;
	height:375px;
}

.navi_cont_text{
	margin-left:20px;
	float:left;
	text-align:left;
}

#navi_cont a.akt{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#navi_cont a{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
#navi_cont a:hover{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#content{
	float:left;
	margin-top:10px;
	margin-left:20px;
	width:510px;
	text-align:left;
}

h1 {
	color:#e02618;
	font-size:18px;
}

h2 {
	color:#e02618;
	font-size:16px;
}

h3 {
	color:#e02618;
	font-size:14px;
}

p {

}

.half {width:250px;}

.f-r{float:right;}

.f-l{float:left;}

.mg_r{margin-right:10px;}

.img_r {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.img_l {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

