* html body a, * html body a:hover { 
  background-color: transparent; 
}

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

html {
  height:100%;
}

body {
  font-family:Arial, Sans-Serif;
  font-size:100.1%;
  font-weight:normal;
  color:#000;
  margin:0px;
  padding:0px;
  position:relative;
  height:100%;
  text-align:center; /* Hack für IE, der das "margin:auto" nicht kennt? (part1) */
}

div#wrapper { 
  margin: 0 auto;
  width: 800px;
  text-align:left;  /* Hack für IE, der das margin:auto nicht kennt? (part2) */
  position:relative; /* hierauf beziehen sich jetzt alle Kindelemente */
}

div#header_wrapper {
  color: #333;
  padding: 0px;
  height: 185px;
  margin: 0px;
  width:800px;
}

div#col1 { 
  margin: 0px;
  padding: 0px;
  width: 202px;
  position:absolute;
  top:190px;
  left:0px;
}

div#col2 {
  margin:0px;
  padding:0px;
  width: 598px;
  margin-left:202px;
}

div#alt_footer_wrapper {
  /* do what u want */
}

