/*******************************************************************************
 * Teaser Navigation                                                           *
 ******************************************************************************/

#teaser_navi {
 list-style-type         : none;  
 margin                  : 0;
 paddign                 : 0;
}
#teaser_navi .navL0 {
 margin                  : 5px 0 0 0;
 padding                 : 0;
 width                   : 212px;
 height                  : 29px;
 background              : url('/_content/img/teasernavi_bg.gif');  
 text-align              : left;
}
#teaser_navi .navL0a {
 margin                  : 5px 0 0 0;
 padding                 : 0;
 width                   : 212px;
 height                  : 29px;
 background              : url('/_content/img/teasernavi_bg_active.gif');  
 text-align              : left;
}
#teaser_navi .navL0o {
 margin                  : 5px 0 0 0;
 padding                 : 0;
 width                   : 212px;
 height                  : 29px;
 background              : url('/_content/img/teasernavi_bg_over.gif');  
 text-align              : left;
}
#teaser_navi .navL0 a {
 padding                 : 6px 0 0 5px;
 display                 : block;
 text-decoration         : none;
 font                    : normal 14px Arial, Verdana, Helvetica ;
 color                   : #828287;
}
#teaser_navi .navL0a a {
 padding                 : 6px 0 0 5px;
 display                 : block;
 text-decoration         : none;
 font                    : normal 14px Arial, Verdana, Helvetica ;
 color                   : #fff;
}
#teaser_navi .navL0o a {
 padding                 : 6px 0 0 5px;
 display                 : block;
 text-decoration         : none;
 font                    : normal 14px Arial, Verdana, Helvetica ;
 color                   : #828287;
}