/* ------- kaiser-steinhagen ------- */

html, body {
	height:100%;
	width:100%;
}


body {
	margin:0;
	padding:0;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:76%;
	color:#393939;
	background:#fff;
}

#container {
  	position:absolute;
  	top:50%;
  	margin-top:-200px;
  	width:100%;
  	min-width:780px;
  	height:400px;
  	background: transparent url(../images/start_bg.gif) top left repeat-x;
}

#wrapper {
 	margin:0;
  	width:780px;
  	height:400px;
  	background: transparent url(../images/start_bg.gif) top left repeat-x;
}

#bild {
    position:absolute;
	top:0;
    left:0px;
    width:454px;
    height:288px;
	padding:0;
    background: url(../images/start_bild.jpg) top left no-repeat;
}

#auswahl {
    position:absolute;
	width:326px;
	height:288px;
	padding:0;
	top:0;
	left:454px;
	
}

#kasten {
	position:absolute;
	left:0;
	top:63px;
	width:100%;
	min-width:780px;
	height:288px;
	background: url(../images/start_verlauf.jpg) top left no-repeat;
}

#wrapper2 {
 	margin:30px 0 0 0;
  	width:780px;
  	height:258px;
  	background: transparent url(../images/start_verlauf.jpg) top left no-repeat;
}

#stoffe {
	position:absolute;
	left:0;
	top:30px;
	width:326px;
	height:75px;
	text-align:right;
	background: url(../images/start_hg_stoffe.jpg) top left no-repeat;
}

#data {
	position:absolute;
	left:0;
	top:105px;
	width:326px;
	height:80px;
	text-align:right;
	background: url(../images/start_hg_data.jpg) top left no-repeat;
}

#distribution {
	position:absolute;
	left:0;
	top:185px;
	width:326px;
	height:75px;
	text-align:right;
	background: url(../images/start_hg_distribution.jpg) top left no-repeat;
}

#wetter {
	position:absolute;
	left:400px;
	top:5px;
	/*width:326px;*/
	/*height:75px;*/
	text-align:right;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:48px;
	width:100%;
	padding:0;
}

#hl {
	position:absolute;
	top:0;
	left:0;
	height:62px;
	width:454px;
	padding:0;
	background: url(../images/start_hl.gif) top left no-repeat;
}

/* --- inhalt --- */
h1 {
	padding:5px 0 0 18px;
	margin:0;
	font-size:11px;
	font-weight:normal;
}

#footer a {
	color:#3A8E01;
	text-decoration:none;
	border-bottom:1px dotted #3A8E01;
}

#footer a:hover {
	color:#3A8E01;
	text-decoration:none;
	border-bottom:1px solid #3A8E01;
}

/* ------- /winkler-filtertechnik ------- */


