* 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;
  background-color:#8f0010;
  background-image:url('../../images/body_bg.png');
  background-repeat:repeat-x;
}

#wrapper { 
  width: 990px;
  position:relative; /* hierauf beziehen sich jetzt alle Kindelemente */
  background-image:url('../../images/content_bg.png');
  background-repeat:repeat-y;
}

#header_wrapper {
  padding: 0px;
  height: 124px;
  margin: 0px;
  background-image:url('../../images/head_bg.png');
  background-repeat:no-repeat;
}

/* beinhaltet den content-Bereich */
#col2 { 
  margin:0px;
  padding:0px;
  width: 790px;
  margin-left:50px;
  padding-bottom:20px; /* min. die Höhe der Fusszeile */

}

#footer_wrapper { 
  width:100%;
  padding:0px;
  text-align:left;
  background-image:url('../../images/footer_bg.png');
  background-repeat:no-repeat;
  height:180px;
  background-color:#8f0010;
}

