body {
   background:  url(../images/hintwasser01.jpg) repeat;
<!--   color: #772f3a; -->
}

.clear{
	clear: both;	
}

h1, h2, h3, h4, h5, {
  padding: 0;
  margin: 0;
  font-family: Arial,sans-serif;
}

h1 { /* main headline */
 font-size: 24px;
 color: #772f3a;
 font-weight: normal;
 padding: 0 0 0 15px;
}

h2 { /* subheadline */
 font-size: 17px;
 color: #772f3a;
 font-weight: normal;
 padding: 0 0 0 15px;
}

h5 { /* headline in left column (white text on blue background) */
 background: #000033 url(gfx/bg_naviHeadline.png) repeat-x;
 font-size: 15px;
 font-weight: normal;
 color: white;
 height: 25px;
 padding: 5px 0 0 10px;
}


#header {
	font-family: Arial,sans-serif;
  position: absolute;
  left: 50%;
  margin-left: -502px;
  top: 50px;
  width: 1000px;
  height: 200px;
  background: url(../images/wasserkl01.jpg) no-repeat;
}

#header img { /* this is your company logo... */
  position: absolute;
  right: 60px;
  top: 20px;
}

#header h1 { /* company name ... */
  color: #bff062;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
 
  top: -65px;
  padding: 5px 0 0 30px;
}

#header h2 { /* company slogan ... */
  color: #bff062;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  right: 215px;
  top: -40px;
}
#top_menue {
  position: absolute;
  left: 50%;
  margin-left: -498px;
  top: 240px;
  width: 997px;
  height: 40px;
  background: url(gfx/tac.bg_topnav.png) repeat-x;
}

#top_menue ul, #top_menue li {
  padding: 0;
  margin: 0 5px;
  list-style-type: none;
  font-family: Arial,sans-serif;
  
}

#top_menue li {
  float: left;
  padding: 16px 10px 0px 21px;
  
}


#top_menue a {
  color: #bff062;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
}



#top_menue a:hover, #top_menue a.first {
  font-weight: bold;
  color: #fffbd5;
  
}



#main_site {
  position: absolute;
  left: 50%;
  margin-left: -502px;
  top: 280px;
  width: 965px;
  background: #bff062 ;
  padding: 20px;
}

#main_site_bot {
background: url(gfx/tac.bg_content_bot.png) repeat-x;
height: 50px;
}


#footer  {
 position: absolute;
  left: 50%;
  margin-left: -498px;
  margin-top: 40px;
  width: 997px;
  font-family: Arial,sans-serif;
  font-size: 12px;
  line-height: 150%;
  clear: both;
  height: 90px;
  background: #72a905;
  padding-top: 5px;
  text-align: center;
  
}

#footer a {
  color: #772f3a;
  text-decoration: none;
}

#footer p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #F0F0F0;
}

