#textfeld h1 {
 margin-bottom: 20px;
}

#textfeld div.table {

 border-collapse: collapse;
 display: table;
}



#textfeld div.tr {

 display: table-row;

 float: left;
}



#textfeld div.td {

 display: table-cell;

 padding-bottom: 10px;
 text-align: left;
 vertical-align: top;
}

#textfeld div.td.links {
 width: 130px;
}

#textfeld div.td.rechts {
 width: 290px;
}

#textfeld div.clear {
 clear: left;
}

#textfeld img.familie {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 border-radius: 10px;
 border-style: solid;
 border-width: 2px;
 float: left;
 height: 200px;
 margin:  0 40px 40px 0;
 width: 300px;
}

#textfeld img.familie:hover {
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 cursor: zoom-in;
}