/*******************************************************************************
 * Meta Navigation                                                             *
 ******************************************************************************/
#meta-nav-container {
 position                : absolute;
 left                    : 560px;
 top                     : 0;
 width                   : 420px;
 height                  : 20px; 
 padding                 : 0;
 margin                  : 0;
 text-align              : right;
 font                    : 10px Arial;
 border                  : dashed #A9ACB0;
 border-width            : 0 0 1px 0;
}
div#meta-nav-container ul {
 list-style-type         : none;  
 margin                  : 4px 0 0 0;
 padding                 : 0;
 text-align              : left;
}
div#meta-nav-container li{
 float                   : left;
 margin                  : 0;  
}
div#meta-nav-container .space {
 margin                  : 0 0 0 2px;
 color                   : #E7E9EB;
}
div#meta-nav-container .navMeta {
 margin                  : 0 0 0 2px;
}
div#meta-nav-container .navMetaA {
 margin                  : 0 0 0 2px;
}
div#meta-nav-container .navMeta a {
 color                   : black;
 text-decoration         : none;
}
div#meta-nav-container .navMeta a:hover {
 color                   : #A2A5AA;
}
div#meta-nav-container .navMetaA a {
 color                   : #A2A5AA;
 text-decoration         : none;
}

#meta-nav-2level {
 position                : absolute;
 left                    : 275px;
 top                     : 114px;
 width                   : 400px;
 height                  : 17px; 
 padding                 : 0;
 margin                  : 0;
 text-align              : left;
}
div#meta-nav-2level ul {
 list-style-type         : none;  
 margin                  : 0;
 padding                 : 0;
 width                   : 600px;
 _width                  : 605px;
 text-align              : left;
}
div#meta-nav-2level .navMetaL2 {
 float                   : left;
 margin                  : 0;
 margin-right			 : 1px;
 width                   : 148px;
 height                  : 17px;
 background              : url('/_content/img/pf_reiter_pass.jpg');  
 text-align              : center;
}
div#meta-nav-2level .navMetaL2A {
 float                   : left;
 margin                  : 0;
 margin-right			 : 1px;
 width                   : 148px;
 height                  : 17px;
 background              : url('/_content/img/pf_reiter_akt.jpg');  
 text-align              : center;
}
div#meta-nav-2level .navMetaL2O {
 float                   : left;
 margin                  : 0;
 margin-right			 : 1px;
 width                   : 148px;
 height                  : 17px;
 background              : url('/_content/img/pf_reiter_over.jpg');  
 text-align              : center;
}
div#meta-nav-2level .navMetaL2 a {
 margin                  : 1px 0 0 0;
 display                 : block;
 text-decoration         : none;
 font                    : bold 11px Arial, Verdana, Helvetica ;
 color                   : #828287;
}
div#meta-nav-2level .navMetaL2A a {
 margin                  : 1px 0 0 0;
 display                 : block;
 text-decoration         : none;
 font                    : bold 11px Arial, Verdana, Helvetica ;
 color                   : #fff;
}
div#meta-nav-2level .navMetaL2O a {
 margin                  : 1px 0 0 0;
 display                 : block;
 text-decoration         : none;
 font                    : bold 11px Arial, Verdana, Helvetica ;
 color                   : #828287;
}