body{
	color : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 5px;
	padding: 0px;
	height: 100%;
	background: #80901f;
}

.clear{
	clear: both;
}

img{
	border: 0;
}

.site{
	padding: 0 5px 0 5px;
	width: 982px;
	margin: auto;
	background: url(../images/hintergrund.jpg) repeat-y;
	border: #0a6a36 solid 1px;
}

.header{
	height: 330px;
	border-top: #ffffff solid 5px;
}
.header #headerimage{
	padding-left: 270px;
	padding-top: 22px;
}
.footer{
	clear: both;
	text-align: center;
	padding: 5px;
	border-top: #ffffff solid 5px;
	border-bottom: #ffffff solid 5px;
}
.footer a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover{
	color: #0A6A36;
}
.nav_column{
	float: left;
	padding: 0px 0px 0px 5px;
	width: 200px;
	margin-top: 13px;
	margin-right: 2px;
}
.nav_column #nav-infotext{
	text-align: center;
	line-height: 150%;
	font-size: 13px;
}
.nav_column #nav-infotext_link{
	text-align: center;
	line-height: 150%;
	font-size: 14px;
}
.nav_column #nav-infotext_link a{
	color: #0a6a36;
	font-weight: bold;
}
.nav_column h3{
	text-align: center;
	line-height: 150%;
	font-size: 15px;
	margin-top: 2px;
}
.nav_column .nav-red{
	background: url(../images/navi_red2.gif) no-repeat;
	width: 200px;
	height: 22px;
	color: #fff;
	padding-left:12px;
	padding-top: 2px;
}
.nav_column .nav-red a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.nav_column .nav-red a:hover{
	color: #eaeaea;
}
.nav_column .nav-green{
	background: url(../images/navi_green2.gif) no-repeat;
	width: 200px;
	height: 22px;
	color: #fff;
	padding-left:12px;
	padding-top: 2px;
}
.nav_column .nav-green a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.nav_column .nav-green a:hover{
	color: #eaeaea;
}
.nav_column .nav-yellow{
	background: url(../images/navi_yellow2.jpg) no-repeat;
	width: 200px;
	height: 22px;
	color: #000;
	padding-left:12px;
	padding-top: 2px;
}
.nav_column .nav-yellow a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.nav_column .nav-yellow a:hover{
	color: #fff;
}
.nav_column .nav-yellow2{
	background: url(../images/navi_yellow_2.jpg) no-repeat;
	width: 200px;
	height: 22px;
	color: #000;
	padding-left:25px;
	padding-top: 2px;
}
.nav_column .nav-yellow2 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.nav_column .nav-yellow2 a:hover{
	color: #666;
}
.nav_column .nav-yellow2_active{
	background: url(../images/navi_yellow_2.jpg) no-repeat;
	width: 200px;
	height: 22px;
	color: #0a6a36;
	padding-left:25px;
	padding-top: 2px;
}
.nav_column .nav-yellow2_active a{
	color: #0a6a36;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.nav_column .nav-yellow2_active a:hover{
	color: #666;
}

.content_column{
	float: left;
	padding: 0px;
	width: 775px;
	margin-top: 13px;
}
.content_column .headerimage{
	display: none;
	width: 780px;
	height: 167px;
	border-bottom: #fff solid 2px;
}
.content_column .content{
	margin: 0 0 0 20px;
	width: 760px;
	line-height: 140%;
}
.content_column .content a{
	color: #D94400;
	text-decoration: underline;
}
.content_column h1{
	font-size: 18px;
	color: #0a6a36;
	margin-top: 0;
	margin-bottom: 15px;
}

.content_column .image_box_start_red{
	float: left;
	padding: 3px;
	margin-right: 55px;
	borderr: #ccc solid 1px;
	width: 202px;
	background: url(../images/navi_red.jpg) repeat-x #d94400;
	background-position: bottom;
}
.content_column .image_box_start_red img{
	border: #fff solid 1px;
}
.content_column .image_box_start_red a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.content_column .image_box_start_red a:hover{
	color: #ccc;
}	
.content_column .image_box_start{
	float: left;
	padding: 3px;
	margin-right: 55px;
	borderr: #cecece solid 1px;
	width: 202px;
	background: url(../images/navi_green.jpg) repeat-x #0a6a36;
	background-position: bottom;
}
.content_column .image_box_start img{
	border: #fff solid 1px;
}
.content_column .image_box_start a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.content_column .image_box_start a:hover{
	color: #ffeb32;
}	
.content_column .image_box_right_start{
	float: left;
	padding: 3px;
	borderr: #cecece solid 1px;
	width: 202px;
	background: url(../images/navi_green.jpg) repeat-x #0a6a36;
	background-position: bottom;
}
.content_column .image_box_right_start img{
	border: #fff solid 1px;
}
.content_column .image_box_right_start a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.content_column .image_box_right_start a:hover{
	color: #ffeb32;
}	

.content_column .image_box{
	float: left;
	padding: 2px;
	margin-right: 55px;
	border: #cecece solid 1px;
	background: #fff;
	width: 200px;
}
.content_column .image_box_small{
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: #cecece solid 1px;
	background: #fff;
	width: 170px;
}
.content_column .image_box a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.content_column .image_box_right{
	float: left;
	padding: 2px;
	background: #fff;
	border: #cecece solid 1px;
	width: 200px;
}
.content_column .image_box_right_small{
	float: left;
	padding: 2px;
	background: #fff;
	border: #cecece solid 1px;
	width: 170px;
}
.content_column .image_box_right a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.content #content1{
	float: left;
	width: 500px;
}
.content #content2{
	float: left;
	width: 240px;
	margin-left: 20px;
}
.content_column .image_box2{
	padding: 2px;
	margin-bottom: 10px;
	border: #cecece solid 1px;
	background: #fff;
	width: 735px;
	height: 150px;
}
.content_column .image_box2 img{
	float: right;
	padding-left: 15px;
}
