body {
	font-family: Arial,sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #346A10;
}
#page {
	position:absolute;
	top: 2%;
	left: 2%;
	right: 2%;
	width:825px;
	background-color: #B6D79F;

}
#naviarea {
	width:200px;
	position: absolute;
	top: 123px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#naviarea a:link{
	color:#000000;
	text-decoration:none;
}
#naviarea a:visited{
	color:#000000;
	text-decoration:none;
}
#naviarea a:hover{
	color:#;
	text-decoration:underline;
	color: #FF0000;
}
#naviarea a:active{
	color:#000000;
	text-decoration:none;
}
#logo {
	width:200px;
	position: absolute;
	height:123px;
	text-align: center;
	top: 0px;
	left: 0px;
	background-image: url(../images/back_oben.gif);
	background-repeat: repeat-x;
}
#footer {
	clear:both;
	background-image: url(../images/back_unten.gif);
	height: 24px;
	background-repeat: repeat-x;
	padding: 3px 0px 0px 0px;
}
#contentarea {
	margin:0px 0px 0px 200px;
	min-height:600px;
	height:auto !important;
	height:600px;
	padding: 20px 20px 20px 20px;
	line-height: 20px;
}
#head {
	margin:0px 0px 0px 200px;
	height: 70px;
	background-image: url(../images/back_oben.gif);
	background-repeat: repeat-x;
}
#naviarea ul{
	list-style-type: none;
	/*margin-left: 0px;*/
}
#naviarea ul li{
	padding-top: 5px;
	margin-left: -10px;
}
#activeNavi{
	list-style-image: url(../images/pfeil.png);
}
h1 {
	color:#346A10;
	font-size:150%;
	text-indent: 20px;
}
h2 {
	color:#346A10;
	font-size:140%;
	text-indent: 20px;
}
h3 {
	color:#346A10;
	font-size:130%;
	text-indent: 20px;
}
h4 {
	color:#346A10;
	font-size:120%;
	text-indent: 20px;
}
h5 {
	color:#346A10;
	font-size:110%;
	text-indent: 20px;
}
h6 {
	color:#346A10;
	font-size:100%;
	text-indent: 20px;
}
#picbox {
	float: right;
}
#picbox img{
	padding-bottom:20px;
}
#tickerheader{
	background-color:#346A10;
	color: #FFFFFF;
}
#newsTicker {
	/*border: 1px solid #009CCE;*/
	width: 570px;
	margin-top: 10px;
}
#newsTickerHead {
	background-color:#009CCE;
	padding-left:5px;
	font-weight:bold;
	color:#000000;
}
#newsTickerBody {
	padding:3px 3px 3px 3px;
	font-weight:bold;
	color:#009CCE;
}
.gelb {background-color:#FFE7B9;}

#search {
	padding-left:25px;
}
#searchTextBox {
	border-color: #346A10;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	color: #346A10;
	font-family: Arial, Helvetica, sans-serif;
	width:110px;
	font-size:12px;
}
#searchButton {
	border-color: #346A10;
	border-style: solid;
	border-width: 1px;
	background-color: #B6D79F;
	color: #346A10;
	font-family: Arial, Helvetica, sans-serif;
	width:20px;
}
