/* Allgemeines */
html, body { padding:0; margin:0; height:100%; }
body { background:#fff; }

* { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; }

div.clear { clear:both; height:0; width:0; overflow:hidden; }

#titel h1, .titel { font-weight:bold; height:14px; margin:0; padding:0; }
#info .time { display:none; }


/* Header */

/* Navi */
#naviFrame { width:111px; border-left:1px solid #fff; border-top:1px solid #fff; border-right:2px solid #fff; background:#ccc url(images/navi_back.jpg) repeat-x bottom left; }
#naviContainer { width:100%; padding:12px 0 0 0; }
#naviContainer .naviPunkt { background:url(images/navi_dot.png) no-repeat top left; text-decoration:none; display:block; font-size:11px; font-weight:bold; padding:2px 0 2px 9px; margin:0 0 0 2px; height:auto; color:#a53131; }

/* Alle Seiten */
#contentFrame { background:#ccc; border-top:1px solid #fff; border-right:1px solid #fff; }
#ticker, #news, #newss { padding:0 8px 0 5px; }

/* BildSpalte in zb News */
#contentFrame div.bild, #contentFrame div.text { padding-bottom:15px; }
#contentFrame div.bild { float:left; padding-right:5px; width:90px; } /* Bild divs */
	#contentFrame div.bild img.bild { border:0; width:90px; } /* Bilder */
	#contentFrame div.bild .unterschrift { width:90px; text-align:center; padding:0 0 10px 0; } /* Bildunterschriften */
#contentFrame div.text { float:left; width:380px; } /* Teaser */
a, a .tword { color:#a53131; text-decoration:none; font-weight:bold; }
#contentFrame a:hover { text-decoration:underline; }
#contentFrame a.dot { background:url(images/navi_dot.png) no-repeat top left; padding:0 0 0 9px; }

#ticker #info #titel { padding:10px 0 0 0; width:0; height:0; overflow:hidden; }

div#archiv { text-align:right; }
div.verfasser, div.datum, div.uhr { float:left; color:#4566a9; margin:0 0 5px 0; padding:0; font:10px tahoma; line-height:12px; font-weight:normal; }

#headerFrame { background:#E8E8E8; border-left:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; }
#bannerFrame { background:#E8E8E8; border-right:1px solid #fff; }


