body {
background: #ffffff;
	text-align: center;
	font: 0.75em/1.35em Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #990000; /* dunkelrot */
	text-decoration: none;
}

a:hover, a:active {
	color: red;
	text-decoration: underline;
}

#zentriert {
background: white;
  position:absolute;
  top:50%;
  left:50%;
  width:850px;
  height:500px;
  margin-left:-425px;
  margin-top:-250px;
  border:1px solid #888;
}

#logo {
	width: 167px;
	height: 37px;
	float: right;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	background: no-repeat url(../images/roesler_logo.gif);
}

/* internet explorer 6 mal wieder zu doof... */
* html #logo {
	margin-right: 15px;
}

#Rahmen {
    width: 798px;
    height: 260px;
    margin-top: 97px;
    margin-left: 25px;
	padding: 0;
    border: 1px solid #999999;
	background: no-repeat url(../images/roesler_bg.gif);
  }
  
* html #Rahmen {
		text-align: left;
		width: 800px;
		height: 262px;
	    margin-left: 0px;
}

* html #Rahmen.rechts {
	text-align: right;
}

* html #Rahmen.zentrum {
	text-align: center;
}
 
#Textblock {
	color: #000000;
	line-height: 1.6em;
	width: 450px;
	height: 100%;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	}
		
* html #Textblock {
	width: 482px;
	height: 259px;
	position: relative;
	left: 0px;
/*	left: 34px; */
	}

#Brauseschlauch {
	float: left;
	color: #000000;
	line-height: 1.6em;
	width: 160px;
	height: 220px;
	overflow: hidden;
	padding: 20px;
/*	padding-right: 20px; */
	text-align: left;
	background: no-repeat url(../Brauseschlauch/images/Navigation_bg_3.jpg);
	}
		
* html #Brauseschlauch {
	height: 259px; 
	position: relative;
	width: 200px;
	left: 0px;
/*	left: 34px; */
	}

#Preview {
/*	float: right; */
	color: #000000;
	line-height: 1.6em;
	width: 200px;
	height: 220px;
	overflow: hidden;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
/*	background: black; */
	}
		
* html #Preview {
	height: 239px;
	position: relative;
	left: 0px;
/*	left: 34px; */
	}

#Rechtsbox {
	float: right;
	color: #000000;
	line-height: 1.4em;
	width: 308px;
	height: 240px;
	overflow: hidden;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
/*	background: black;  */
	}
		
* html #Rechtsbox {
	height: 250px;
	width: 368px;
	padding-top: 20px;
	position: relative;
	left: 0px;
/*	left: 34px; */
	}

#footer {
    position:absolute;
    bottom:0px;
	left:25px;
	width: 800px;
	background: white;
	border-top:1px solid #cccccc; 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	padding-top: 0.5em;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	height: 3.2em;
	z-index: 3;

}

* html #footer {
	padding-bottom: 0.5em;
}

table.maintext {
	color: #000000;
	margin: 25px auto 0px;
/*	margin-top: 25px; */
}

* html td {
	font: 0.75em/1.35em Verdana, Helvetica, Geneva, Arial, sans-serif;
}

input, select, textarea {
	font: 1em/1.35em Verdana, Helvetica, Geneva, Arial, sans-serif;
	color:#000000;
}

.smalldark {
background-color:#ffffff;
width:100%;
border:1px solid #999999;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}


