.clearfloat {
  clear:both;
  height:0px;
}

/**
 * Generelles Aussehen
 */
#bib {
  width: 100%;
  margin: 0;
}

.bib_icon {
  width: 120px;
  height: 70px;
  padding: 0;
  float: left;
  background-repeat: no-repeat;
  background-position: 55px;
}

.bib_header {
  padding-top: 15px;
  margin: 0;
  float: left;
}

.bib_header h1 {
  font-size: 16px; 
  font-weight: bold; 
}

.bib_header h2 {
  font-size: 14px; 
  font-weight: bold; 
}

.bib_footer {
  bottom: 0px;
  width: 100%;
  height: 15px;
  background-image:url(/media/images/bib/bib-footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0;
  margin-top:25px;
}

.bib_content {
  width: 350px;
  padding: 15px 10px 10px 10px;
  margin: 0;
  margin-top: 5px;
  float: left;
}

.bib_left {
  width: 120px;
  height: 400px;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center 0;
  float:left;

}

.bib_right {
  width:212px; /* eigentlich 232 */
  height: 300px;
  margin-top: 140px;
  background-repeat: no-repeat;
  background-position: center 0;
  float:left;
}

