/*
Zimmerei Hamburger http://www.zimmerei-hamburger.de
Design Frank Hamburger, the-webi.de
*/

*{
 margin: 0;
 padding:0px;}

h1 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 16px;
    font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {  /* Überschriften Waschprogramme*/
     font-size: 14px;
     font-weight: bold;
	 margin-top: 0px;
	 margin-bottom: 12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #602624;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	border: none;
}

#contentWrapper {
	width: 100%;
	float: right;
	margin-left: -150px;
}
 
#content {
	margin-top: 105px;
	margin-left: 152px;
	border: none;
	list-style-position: inside;
	list-style-type: disc;
	white-space: normal;
	margin-bottom: 10px;
}

#sidebar {
	width: 150px;
	float: left;
	border: none;
	margin-top: 105px;
	color: #FF0000;
	list-style:url(none) none;
	line-height: 20px;
	background-color: #FFFFFF;
}

#header{
 position: absolute;
 height: 100px;
 border: 0px none;
 width: 98%;	
 top: 0;
 font-size: 20px;
 font-weight: bold;
 background-image:url(header.jpg); background-repeat: no-repeat;

}

ul#Navigation li {
 list-style: none;
}

ul#Navigation a {
	text-decoration: none;
	color: #ff000c;
	background-color: #FFFFFF;
}
 
#clearDiv{
 clear: both;
 position: relative;
 line-height: 1px;}

#footer {
	background: #f44005;
	color: #333333;
	text-align: center;
	font-size: 10px;
	height: 15px;
	vertical-align: bottom;
}

#footer a {
	text-decoration: none;
	background: #f44005;
	color: #990000;
}

#footer1 {
	background:#FFFFFF;
	font-size: 10px;
	color: #999999;
	border-top-style: none;
	margin-top: 10px;
}

#footer1 a {
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	font-weight: normal;
}

/* impressum.php*/
.haftung{
 color: #666666;
 background-color: #FFFFFF;
 font-size: 12px;
}

.valide{
 background-color: #FFFFFF;
 color: #666666;
}

p img {
    float: left;
    margin-right: 10px;
	margin-bottom: 20px;
}

.txt {
}

.null {
     display : none;
}

.flLeft {float:left;}
.flRight {float:right;}
