@charset "utf-8";

#programm-ticker{font-family:arial;font-size:11px;margin-bottom:10px;}
#programm-ticker-main{background-color:#282828;padding-left:12px; padding-right:12px;height:100px;overflow:hidden;}
#programm-ticker-main ul {padding:5px 0 5px 10px;list-style-image:url(bilder/layout/tabbed/arrow.gif);}
#programm-ticker-main li {width:185px;padding:3px 1px 2px 3px;}

#programm{font-family:arial;font-size:11px;color:#ccc;}
#programm a {color:#ccc;text-decoration:none;}
#programm a:hover {color:#ccc;text-decoration:none;}

#tabMenu {margin:0;padding:0 0 0 12px;list-style:none;}
#tabMenu li {float:left;height:26px;width:29px;cursor:pointer;cursor:hand;}

li.Montag, li.Monday {background:url(bilder/layout/tabbed/Mo.png) no-repeat 0 -26px;}
li.Dienstag {background:url(bilder/layout/tabbed/Di.png) no-repeat 0 -26px;}
li.Mittwoch {background:url(bilder/layout/tabbed/Mi.png) no-repeat 0 -26px;}
li.Donnerstag {background:url(bilder/layout/tabbed/Do.png) no-repeat 0 -26px;}
li.Freitag, li.Friday {background:url(bilder/layout/tabbed/Fr.png) no-repeat 0 -26px;}
li.Samstag, li.Saturday {background:url(bilder/layout/tabbed/Sa.png) no-repeat 0 -26px;}
li.Sonntag {background:url(bilder/layout/tabbed/So.png) no-repeat 0 -26px;}

li.Tuesday {background:url(bilder/layout/tabbed/Tu.png) no-repeat 0 -26px;}
li.Wednesday {background:url(bilder/layout/tabbed/We.png) no-repeat 0 -26px;}
li.Thursday {background:url(bilder/layout/tabbed/Th.png) no-repeat 0 -26px;}
li.Sunday {background:url(bilder/layout/tabbed/Su.png) no-repeat 0 -26px;}


li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -26px;}
li.selected {background-position:0 0;}

li.zebra {background-color:#363535;}
li.laeuft {background-color:#4c4c4c;}
li.laeuft_oben {background-color:#595959;}
#AbstandEnde {height:1px;overflow:hidden;}

li.laeuft_text {list-style:none;list-style-image:none;list-style-type:none;font-weight:bold;color:#0000CC;background-color:#999999;}
li.program {list-style:none;list-style-image:none;list-style-type:none;margin-top:9px;font-weight:bold;}

.box {width:227px}
.boxTop {background:url(bilder/layout/tabbed/boxTop.gif) no-repeat;height:11px;clear:both;}
*html .boxTop {margin-bottom:-2px;}
.boxBody {background-color:#282828;}
.boxBottom {background:url(bilder/layout/tabbed/boxBottom.gif) no-repeat;height:11px;}

.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}

.boxBody div ul {margin:8px 0px 0 25px;padding:0;width:180px;list-style-image:url(bilder/layout/tabbed/arrow.gif);}

/*Eigentlich nur für IE (mit Stern *), wenn aber Scroll, dann auch für FF also ohne Stern */
.boxBody div ul {margin-left:10px;padding-left:15px;padding-right:6px;}

.boxBody div li {border-bottom:1px dotted #8e8e8e;padding:3px 1px 2px 3px;}
.boxBody div ul li {width:176px;}
.boxBody div ul li.last {border-bottom:none;}

.datumsheadline {font-size:12px;font-weight:bold;margin:0 0 10px 12px;}
/*.update {font-weight:bold;color:#ff6262;}*/
.live, .update{font-weight:bold;color:#FF0033;}
.titel {font-weight:bold;color:#ccc;}

.einschub {font-size:9px;margin:6px 0 0 28px;width:150px;}



/*Normales Box-Layout für Termine, Links usw NICHT tabbed!*/
.box-neu {width:207px}
.boxTop-neu {background:url(bilder/layout/tabbed/boxTop.gif) no-repeat;height:11px;clear:both;}
*html .boxTop-neu {margin-bottom:-2px;}
.boxBody-neu {background-color:#282828;}
.boxBottom-neu {background:url(bilder/layout/tabbed/boxBottom.gif) no-repeat;height:11px;}

.boxBody-neu div {display:block;}
.boxBody-neu #category a {display:block;}

.boxBody-neu div ul {margin:8px 10px 0 25px;padding:0;width:190px;list-style-image:url(bilder/layout/tabbed/arrow.gif);}
*html .boxBody-neu div ul {margin-left:10px;padding-left:15px;}
.boxBody-neu div li {border-bottom:1px dotted #8e8e8e; padding:3px 1px 2px 3px;}
.boxBody-neu div ul li.last {border-bottom:none;}



#reload {
/*background-color:#00FFCC;
color:#000000;
height:50px;*/
}

#tag0, #tag1, #tag2, #tag3, #tag4, #tag5, #tag6, #tag7 {
width:227px;
height:370px;
overflow:auto;
}

/*Erweitert die UList in tabbed Box um die Scrolleigenschaften!*/
.boxBody div ul {
height:335px;
width:196px;
padding-right:6px;
overflow:auto;
}

*html .boxBody div ul {
}