@charset "utf-8";

html, body {
	padding:0px;
	margin:0px;
	background-color:#f0efef
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	text-align:center;
	color:#2f2f2f;
}

h1 {
	color:#00366a;
	text-transform:uppercase;
	font-size:145%;
	font-weight:normal;
	margin:0;
	padding:0;}

h2 {
	color:#92c33c;
	font-size:145%;
	font-weight:normal;
	margin:0 0 35px 0;
	padding:0;}

h3 {
	font-size:110%;
	margin:0;
	padding:0;
}
	
ul {
	margin: 0 0 10px 15px;
	padding-left:0px;
	list-style-type:none;
	list-style-image:url(images/listicon.gif);

}

li {
	margin:0px;
	padding:0px;
}

p {
	margin-bottom:2px;
}

#hauptnavi-wrapper {
	background-color:#92c33c;
}

#hauptnavi {
	width:917px;
	padding: 0px 0 1px 38px;
	margin: 58px auto 0 auto;
	color:#FFF;
	text-transform:uppercase;
	font-size: 115%;
	text-align:left;
}

#hauptnavi a {
	color:#FFF;
	text-decoration:none;
}	

#hauptnavi a:hover, #hauptnavi .active {
	color:#00366a;
	text-decoration:none;
}	
	
#content {
	width:917px;
	padding-left:38px;
	background-image:url(images/background.jpg);
	text-align:left;
	margin: 0 auto;
}

#content.startseite{
	background-image:url(images/hoefferer-startpage.jpg);
	height:272px;
	color:#FFF;
}

#content-txt {
	float:left;
	width:600px;
	padding-top:90px;
}

#content-txt a, a:link, a:visited, a:active {
	color:#00366a;
	text-decoration:underline;
}

#content-txt a:hover {
	color:#00366a;
	text-decoration:none;
}


#content-img {
	float:right;
}

#footer-wrapper {
	background-color:#92c33c;
}

#footer {
	width:955px;
	background-color:#92c33c;
	text-align:right;
	color:#FFF;
	text-transform:uppercase;
	padding: 2px 0 2px 0;
	margin: 0 auto;
	height:16px;
	font-size:95%;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}	

#footer a:hover, #footer .active {
	color:#00366a;
	text-decoration:none;
}	

#footer-rechts {
	float:right;
}

#footer-links {
	float:left;
	padding-left:38px;
}
.clearer {
	clear:both;
}

.hoeff_gruen {
	color:#749c2d;
}

.hoeff_gruen_hell {
	color:#b5e65f;
}

.hoeff_blau {
	color:#00366a;
}
