html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #ECFFEC;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px #ecffee solid;
}

img {
	border: 0px none;
}

#implink {
	display: block;
	margin: 0 auto;
	color: #4e8c41;
	font-weight: bold;
	font-size: 80%;
}

#duftmarke {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.unsichtbar{
	font-size: 1%;
	position:absolute;
	left:-5000px; /*Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen sich &uuml;bereifrige Screenreader, die ausgerechnet "display:none" akustisch auswerten, t&auml;uschen, und lesen die so versteckten Hilfen dennoch vor. */
	width: 1000px;
}

#header { 
	height: 125px;
	background-image: url(bgh.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	border: 0px none;
	border-bottom: 1px #4BA840 solid;
	margin: 0 20px 0 20px;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

#servicebox { 
	border: 0px none;
	border-bottom: 1px #4BA840 solid;
	margin: 3px 20px 0 20px;
	padding: 0;
	padding-bottom: 2px;
}

#headlogo {
	position: absolute; 
	top: 17px; 
	right: 0;
}

#hl {
	position: absolute; 
	top: 78px; 
	right: 110px;
	width: 250px;
	font-size: 15px;
	color: #595959;
}


#imptext{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: .7em;
	margin-top: 20px;
	margin-left: 100px;
	width:75%;
}

#imptext p, #imptext table{
	padding-left: 30px;
}

#imph1 {
	font-size: 1.2em;
}

a { 
	text-decoration:none;
}

#produktgrafiken {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width:612px;
	text-align: left;
}

.prod_links {
	float: left;
	width: 215px;
}

.prod_headline {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
}


.prod_rechts {
	float: right;
	width: 215px;
}

.prod_links h2, .prod_rechts h2 {
	font-size: 1.1em;
  	margin-top: -1px;
  	margin-bottom: 7px;
  	color: #595959;
}

.prod_links h2 {
	text-align: left;
}

.prod_rechts h2 {
	text-align: right;
}
.clear {
	clear: both;
}

#info_area {
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 15px;
}

#implink2 {
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 0;
}


