*, html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	min-width: 760px;
	background: #7b7f82;
	color: #000000;
	font: 13px Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #7B7F82;
}
#content h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 25px;
	border-top: 0px solid #7B7F82;
	border-right: 0px solid #7B7F82;
	border-bottom: 1px solid #7B7F82;
	border-left: 0px solid #7B7F82;
	padding-bottom: 2px;
	clear: both;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
#content strong {
	font-weight: bold;
}
#content a {
	color: #7B7F82;
	text-decoration: underline;
}



#navi ul {
	list-style: none;
}
#navi li {
}
#navi li a {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 265px;
	color: #7b7f82;
	text-decoration: none;
	text-indent: 20px;
	border-bottom: 2px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
#navi li a.home{
	background: url(images/navi_blau.gif) no-repeat left top;
	border-top: 2px solid #FFFFFF;
}
#navi li a.homeactive{
	background: url(images/navi_blau.gif) no-repeat right top;
	border-top: 2px solid #FFFFFF;
	color: #FFFFFF;
}
#navi li a.home:hover{
	background-position: right top;
	color: #FFFFFF;
}
#navi li a.pruef{
	background: url(images/navi_orange.gif) no-repeat left top;
}
#navi li a.pruefactive{
	background: url(images/navi_orange.gif) no-repeat right top;
	color: #FFFFFF;
}
#navi li a.pruef:hover{
	background-position: right top;
	color: #FFFFFF;
}
#navi li a.hygiene{
	background: url(images/navi_violett.gif) no-repeat left top;
}
#navi li a.hygieneactive{
	background: url(images/navi_violett.gif) no-repeat right top;
	color: #FFFFFF;
}
#navi li a.hygiene:hover{
	background-position: right top;
	color: #FFFFFF;
}
#navi li a.energie{
	background: url(images/navi_gruen.gif) no-repeat left top;
}
#navi li a.energieactive{
	background: url(images/navi_gruen.gif) no-repeat right top;
	color: #FFFFFF;
}
#navi li a.energie:hover{
	background-position: right top;
	color: #FFFFFF;
}
#navi li a.kontakt{
	background: url(images/navi_grau.gif) no-repeat left top;
}
#navi li a.kontaktactive{
	background: url(images/navi_grau.gif) no-repeat right top;
	color: #FFFFFF;
}
#navi li a.kontakt:hover{
	background-position: right top;
	color: #FFFFFF;
}
#subnavi_gruen li a {
	background: url(images/subnavi_gruen.gif) no-repeat left top;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 265px;
	color: #7b7f82;
	text-decoration: none;
	text-indent: 40px;
	border-bottom: 2px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
#subnavi_gruen li a:hover{
	background-position: right top;
	color: #FFFFFF;
}
#subnavi_orange li a {
	background: url(images/subnavi_orange.gif) no-repeat left top;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 265px;
	color: #7b7f82;
	text-decoration: none;
	text-indent: 40px;
	border-bottom: 2px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
#subnavi_orange li a:hover{
	background-position: right top;
	color: #FFFFFF;
}		
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF url(images/wrapper_bg.gif) repeat-y;
}
#header {
	background: #7B7F82 no-repeat;
	height: 141px;
}
#navi {
	width: 265px;
	float: left;
	margin-left: 5px;
	margin-top: 30px;
	display: inline;
}
#content {
	float: right;
	width: 445px;
	margin-right: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline;
	line-height: 120%;
}
#content p {
	margin-bottom: 10px;
}
#content ul {
	margin-bottom: 10px;
	list-style: disc outside;
	margin-left: 30px;
}


#footer {
	background: url(images/footer_bg.gif) no-repeat;
	height: 50px;
	clear: both;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
}
#footer .webdesign {
	float: left;
	font-size: 11px;
	margin-left: 25px;
	display: inline;
	margin-top: 20px;
}
#footer .adresse {
	float: right;
	font-weight: bold;
	display: inline;
	color: #7B7F82;
	margin-right: 25px;
	margin-top: 20px;
}
#content img.rechts {
	float: right;
	margin-left: 20px;
}
.nachoben {
	background: url(images/pfeil_oben.gif) no-repeat right center;
	text-align: right;
}
.nachoben a{
	margin-right: 15px;
}
