html, body {
	text-align: center;
	height: 100%;
	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;
	width: 100%;
	min-height: 100%;
}

* html #content {
	height: 100%
}

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;
}


#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;
}

a { 
	text-decoration:none;
}


#implink2 {
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 0;
}


