/* .textblock_table    = style der umgebunstabelle (hoehe, breite, rahmen, hintergrundfarbe ..) */
/* .textblock_td       = style der einen und einzigen td, die alles beinhaltet  */
/* .textblock_headline = style der ueberschrift  */
/* .textblock_content  = style des haupttextes  */
/* .textblock_link     = style des links  */
/* .textblock_format   = style des haupttextes zur konfiguration des abstandes nach oben und unten  */

.textblock_table { width:160px; min-height:84px; border:solid 1 #CCCCCC; background-color:#FFFFCC; }
.textblock_td { padding: 5px; }
.textblock_headline { font-family:verdana,arial; font-size:10px; font-weight:bold; color:#000; }
.textblock_content { font-family:verdana,arial; font-size:10px; color:#000;  }
.textblock_link { font-family:verdana,arial; font-size:10px; color:#008000; }
.textblock_format { margin-top:3px; margin-bottom:3px; }
.textblock_format p { margin: 0 !important; padding: 0 !important; }