/***************************************/
/* INFO:                               */
/* (STERN)-Hacks sind gueltig fuer IE6 */
/***************************************/

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

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

html {
  height:100%;
}

body {
  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: 990px;
  text-align:left;  /* Hack für IE, der das margin:auto nicht kennt? (part2) */
  position:relative; /* hierauf beziehen sich jetzt alle Kindelemente */
  background-color:#e4e9f4;
  background-image:url('../../images/wrapper_bg.png');
  background-repeat:repeat-y;
  background-position:0 150px;
  border-bottom:1px solid #123b89;
  padding-bottom:5px;
}

div#header_wrapper {
  color: #333;
  padding: 0px;
  height: 230px;
  margin: 0px;
}

div#breadcrumb_wrapper {
  height:25px;
  left:5px;
  position:absolute;
  top:240px;
  width:975px;
}

/* linke Spalte */
div#col1 { 
  margin: 0px;
  padding: 0px;
  width: 200px;
  position:absolute;
  top:280px;
  left:0px;
}

/* Content Spalte */
div#col2 {
  margin:0px;
  margin-left:210px;
  padding:0px;
  padding-top:50px;
  width: 580px;
}

/* rechte Spalte */
div#col3 { 
  margin: 0px;
  padding: 0px;
  width: 200px;
  position:absolute;
  top:280px;
  left:790px;
}

* html div#col3 {
  height:500px;
}

div#footer_wrapper {
  margin: 20px 10px;
  padding:0;
  background-image:url('../../images/footer_bg.gif');
  background-repeat:repeat-x;
  font-size:0.7em;
  height:23px;
  position:relative;
}

