#textfeld h1  {
 font-size: 18px;
 font-weight: bold;
 text-decoration: underline;
}

#textfeld h2  {
 font-size: 16px;
 font-weight: normal;
 margin-left: 5px;
 text-decoration: underline;
}

#textfeld spiele {
 line-height: 1.5;
 margin-left: 10px;
 vertical-align: top;
}

#textfeld_puzzle, #textfeld_memory {
 margin: 5px 5px 15px 10px;
}

#textfeld div.table {

 border-collapse: collapse;
 display: table;

}



#textfeld div.tr {

 display: table-row;

}



#textfeld div.td {

 display: table-cell;
 padding: 5px;

 vertical-align: middle;
}

#textfeld div.links {
 text-align: center;
}

#textfeld  div.rechts {
 min-width: 100px;
 text-align: left;
}

#textfeld div.memory {
 text-align: center;
 vertical-align: bottom;
 padding-right: 50px;
}

#textfeld img.bild_memory {
 border-width: 2px;
 border-style: solid;
}

#textfeld .link_pfeil span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer; 
}

#textfeld img.puzzle {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 border-style: solid;
 border-width: 2px;
 height: 172px;
 width: 250px;
}

#textfeld div.links {
 margin-bottom: 10px;
 margin-left: 10px;
 text-align: left;
}

#textfeld img.links_banner {
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
 height: 36px;
 float: left;
 margin-right: 10px;
 width: 300px;
}

#textfeld .links span {
 display: block;
 font-size: 12px;
}

#textfeld div.danke_text {
 margin-left: 5px;
 margin-bottom: 10px;
}

#textfeld div.danke {
 margin-left: 10px;
 margin-bottom: 10px;

.danke span {
 font-size: 12px;
}
} 