/* CSS Document Home*/

#klammer #inhalte {
  background-image: none;
  background-color: #a60084;
  padding: 60px 0 0 0;
  min-height: 324px;
}

#klammer #spalte_1 {
  float: left;
  height: 100%;
  overflow: hidden;
  font-size: 70%;
  line-height: 150%;
  width: 489px;
  margin: 0;
  color: #fff;
}

#klammer #spalte_2 {
  width: 419px;
  float: right;
  overflow: hidden;
  font-size: 70%;
  line-height: 150%;
  color: #fff;
  height: 100%;
  overflow: hidden;
}

#klammer #headline {
  border-top: 1px dotted #000;
  border-color: #fff;
  padding-left: 30px;
}

#klammer #headline h1 {
  font-size: 180%;
  font-weight: normal;
  line-height: 120%;
}

#teaser_links_bild {
  float: left;
  margin: 0 10px 10px 0;
}
 
#teaser_links_info {
  float: none;
  clear: both;
}

#teaser_links_info p {
  margin: 0 0 1em 0;
}
 
geändert im css für ie6:
 
.teaser {
  overflow: visible;
  height: 100px;
}

