@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff0c2;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

#content {
	height: 100%;
	width: 950px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#header {
	height: 125px;
	width: 100%;
	background: #1f5027;
}

#navi {
	height: 32px;
	width: 100%;
	background: #112a15;
	border-bottom: 1px solid #fff0c2;
}

#main {
	height: 100%;
	width: 100%;
	background: #1f5027;
}

#main_pr {
	height: 100%;
	width: 650px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

#main_pr li {
	list-style-type: circle;
	font-size: 0.69em;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
}

#main_pr p {
	color: #FFF;
	font-size: 0.69em;
	text-align: left;
	margin-left: 15px;
}

#main_sec {
	height: auto;
	width: 187px;
	float: left;
	background: #112a15;
	margin-left: 35px;
	margin-top: 35px;
	margin-bottom: 25px;
}

#main_sec_top {
	height: 12px;
	width: 187px;
	background: url(../bilder/rechte_box_top.png);
}

#main_sec_inhalt {
	height: auto;
	width: 100%;
}

#main_sec_inhalt p {
	font-size: 0.55em;
	color: #FFF;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#main_sec_bottom {
	height: 12px;
	width: 187px;
	background: url(../bilder/rechte_box_bottom.png);
}

.space {
	height: 5px;
	width: 100%;
}


.clear {
	clear: both;
}

/*	Navigation	*/

#navigation {
	list-style:none;
	text-align:center;
	height:32px;
	width:auto;
	background-color:#112a15;
	margin: 0 auto;
}
#navigation li{
	float: left;
}
#navigation li a{
	display:block;
	width:160px;
	height:32px;
	line-height:30px;
	background:#112a15;
	color:#fff;
	text-decoration:none;
	font-size: 0.6em;
}
#navigation li a:hover,#navigation li#active a{
	background:#fff0c2;
	color:#333;
}

h1 {
	font-size: 1.1em;
	color: #fff0c2;
	text-align: left;
	margin-left: 20px;
}

h2 {
	font-size: 0.55em;
	color: #de794d;
	text-align: left;
	margin-left: 50px;
}

a:link 		{ color:#112a15; text-decoration: none}
a:visited 	{ color:#112a15; text-decoration: none}
a:active 	{ color:#112a15; text-decoration: none}
a:hover 	{ color:#fff0c2; text-decoration: none}

a.box:link 		{ color:#1f5027; text-decoration: none}
a.box:visited 	{ color:#1f5027; text-decoration: none}
a.box:active 	{ color:#1f5027; text-decoration: none}
a.box:hover 	{ color:#fff0c2; text-decoration: none}


