body {
	background-repeat: repeat;
	margin: 0px;
	background-image: url(images/green.gif);
	color: #333;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #060;
	padding-top: 30px;
	font-style: italic;
}
#center {
	width: 950px;
	background-image: url(images/hintergrund.gif);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
}
#sub_navi {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-left: 305px;
	text-decoration: none;
}
#sub_navi a {
	text-decoration: none;
}
#header {
	height: 200px;
}
#main {
	background-image: url(images/hintergrund.gif);
	padding-top: 20px;
}
#navi_left {
	float: left;
	width: 230px;
	position: relative;
	list-style-type: none;
	padding-top: 70px;
	line-height: 32px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navi_left a {
	display: block;
	color: #333;
	text-decoration: none;
	background-image: url(images/button_off.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-bottom: 12px;
}	
#navi_left a:hover {
	color: #006619;
	text-decoration: none;
	background-image: url(images/button_on2.gif);
	background-repeat: no-repeat;
}
#navi li , ul{
	list-style-type: none;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 5px;
}
a:hover {
}
#content {
	float: right;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-right: 145px;
	height: 100%;
}
a {
	color: #333;
}
.gruen {
	color: #006700;
	text-decoration: none;
}
#footer {
	color: #FFF;
	width: 850px;
	padding-top: 20px;
	padding-left: 70px;
	height: 50px;
}

