.baby {
 margin: 0 0 20px 0;
}
.weiblich  {
 background-color: #dfc8d4;
 border: 1px solid #BE92A9;
}
.maennlich {
 background-color: #c6d0e3;
 border: 1px solid #748CBA;
}
.baby  .bild  {
 float: left;
 width: 190px;
 margin: 5px;
 background-color: #FFF;
}
.baby .bild img {
 border: 1px solid #666666;
 padding: 5px;
}

.baby  .beschreibung  {
 float: left;
 padding: 11px 0 0 15px;
 line-height: 1.8em;
}
.baby .beschreibung h2 {
 font: normal 24px Georgia, "Times New Roman", Times, serif;
}
.baby .beschreibung strong {
 display: block;
 float: left;
 width: 100px;
}

.clear-both {
 clear: both;
}

