#textfeld h1 {
font-size: 18px;
margin-bottom: 10px;
}

#textfeld .link_zu_teil {
 font-size: 14px;
}

#textfeld div.link {
 display: block;
 float: left;
 margin: 5px 15px 5px 0;

 text-align: center;
 width: 240px;
}

#textfeld div.link img {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 border-radius: 5px;
 border-style: solid;
 border-width: 2px;
 height: 100px;
 width: 150px;
}

#textfeld div.ueberschrift {
 background-color: #fed29f;
 border: 2px solid;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 border-radius: 5px;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 5px;
 margin-right: 15px;
 padding: 5px;
}

#textfeld .ueberschrift_2 {
 font-size: 14px;
 font-weight: normal;
}

#textfeld div.clear {
 clear: left;
 height: 20px;
}