

/* ------------------------------------------------------------------------
	Globale Formatierungen
------------------------------------------------------------------------- */
em.gestrichen { text-decoration: line-through; color: #dd0000;}


/*------------------------------------------------------------------------------
	.PagerBar
------------------------------------------------------------------------------*/
.PagerBar {overflow:hidden; line-height: 1em; padding:  0; margin:0; text-align: center;}
.PagerBar ul {padding: 0;margin:0;list-style: none;overflow:hidden; position: relative;height:26px;}
.PagerBar li {display: inline;padding: 0;margin:0;list-style: none;overflow: hidden;}
.PagerBar li a { }
.PagerBar li.back { background: url(../img/redesign/btn_pagi_back.png) no-repeat; width: 99px; height:26px; text-indent: -999px;  zoom:1; position: absolute; left: 0; top: 0; }
.PagerBar li.next { background: url(../img/redesign/btn_pagi_next.png) no-repeat; width: 99px; height:26px; text-indent: -999px;  zoom:1; position: absolute; right: 0; top: 0; }
.PagerBar li.back a,
.PagerBar li.next a {display:block;height:26px;width: 99px;}
.PagerBar .clearing { display: none;}
.PagerBar li.activepage,
.PagerBar li.page {margin-top:10px; position: relative; top:10px;}
.PagerBar li.activepage a,
.PagerBar li.page  a { margin-top:9px;border-right:1px solid #333; padding: 0 7px 0 7px;height:12px; font-size: 12px; line-height:12px;text-align:center;color: #333; text-decoration:none; }
.PagerBar li.activepage a {color: #EFC34A; font-weight: bold;}
.PagerBar .disable {opacity:0.3}
.PagerBarX {border:1px solid #f00;}