@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	}

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	}

.small {
	font-size:0.8em;
	color:#999999;
	background-color:inherit;
	}
	
a, a:link {
	color:#e42617;
	background-color:inherit;
	text-decoration:none;
	}

a:hover, a:active {
	text-decoration:underline;
	}

ul {
	margin-left:20px;
	}

li {
	margin-bottom:15px;
	}

#paper {
	margin:0px auto 0px auto;
	width:950px;
	background-color:#FFFFFF;
	color:#000000;
	}

#header {
	position:relative;
	height:430px;
	width:950px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	color:#000000;
	}
	
#logo {
	position:absolute;
	top:20px;
	left:10px;
	height:73px;
	width:175px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	}

#bigfm {
	position:absolute;
	top:250px;
	right:10px;
	height:40px;
	width:80px;
	background-image:url(../images/bigfm.gif);
	}
	
#termin {
	position:absolute;
	top:390px;
	left:0px;
	height:19px;
	width:500px;
	background-image:url(../images/termin.gif);
	}

#mehr_angebote {
	position:absolute;
	top:302px;
	right:0px;
	height:105px;
	width:240px;
	}

#liane {
	position:absolute;
	top:430px;
	right:0px;
	height:311px;
	width:61px;
	background-image:url(../images/liane.png);
	}

  * html #liane { /*IE6 only*/
    top:433px;
  }
	
#main {
	width:950px;
	height:400px;
	background-color:#FFFFFF;
	background-image:url(../images/gras.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#000000;
	}

#main_produktseite {
	width:950px;
	height:1000px;
	background-color:#FFFFFF;
	background-image:url(../images/produktseite.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#000000;
	}

#main_pflegetipps {
	width:950px;
	height:600px;
	background-color:#FFFFFF;
	background-image:url(../images/gras.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#000000;
	}

#main_info {
	width:950px;
	height:550px;
	background-color:#FFFFFF;
	background-image:url(../images/gras.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#000000;
	}

#main_impressum {
	width:950px;
	height:650px;
	background-color:#FFFFFF;
	background-image:url(../images/gras.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#000000;
	}
	
#teaser {
	float:left;
	margin:0px;
	width:300px;
	}

#teaser img {
	border:none;
	}

#content {
	padding:30px 0px 0px 30px;
	float:left;
	width:480px;
	}

#footer {
	height:40px;
	width:950px;
	padding-top:10px;
	background-color:#e42617;
	text-align:center;
	font-size:0.8em;
	line-height:normal;
	color:#FFFFFF;
	}
	
#footer a, a_link {
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
	}

#footer a:hover, a:active {
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:underline;
	}
