/* source ordered colums */
.rigid {width: 100%; margin: 0;}

.first-float-intro {
  float: left; 
  width: 49%;
  text-align: left;
  
}

.second-float-intro {
  float: right; 
  width: 49%;
  text-align: left;
}

.first-float-pedigree {
  float: left; 
  width: 220px;
  text-align: left;
}

.second-float-pedigree {
  float: right; 
  width: 460px;
  text-align: right;    
}

.first-float-verkauf {
  float: left; 
  width: 49%;
  text-align: left;
}

.second-float-verkauf {
  float: right; 
  width: 49%;
  text-align: left;    
}
.clearfooter {clear: both;}

.verkauf_angaben {
}

.verkauf_name {
  font-size: 110%;
  font-weight: bold;
  line-height:2.0em;
}

.verkauf_attribut {
  font-weight: bold;
  line-height:1.4em;
}

.verkauf_text {
  font-weight: normal;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

