/* ////////////////////////////////////////////////////////////////
// nav.css  Stylesheet fuer die Navigation
// Weblication® CMS Strukturdesign Version 4.5
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit Weblication® Content Management Server, www.weblication.de
////////////////////////////////////////////////////////////////
*/

/*
################################################################
Navigation oben
################################################################                                         
*/
.navTopLevel1          {cursor:pointer; height:47px;z-index:10;}
.navTopLevel1Over      {cursor:pointer; height:47px;z-index:10;}
.navTopLevel1Over a    {cursor:pointer; height:47px;z-index:10;}

/*
################################################################
Styles für Layers (nicht ändern)
################################################################
*/ 
.submenuTopLevel2   {position:absolute;visibility:hidden;z-index:2;margin-top:0px;padding-top:0px;width:180px;}
.submenuTopLevel3   {position:absolute;visibility:hidden;z-index:3;margin:0px;margin-left:-15px;margin-top:2px;padding:0px;width:120px; height:25px; width:180px;}
.submenuTopLevel4   {position:absolute;visibility:hidden;z-index:4;margin:0px;margin-left:-15px;margin-top:2px;padding:0px;width:100px; height:25px; width:180px;}  	

/*
################################################################
Styles für Navigationslevel
################################################################
*/
.submenuTopRow		  {width:100px;margin:0px;padding:0px; background-image:url(/wDeutsch/wLayout/design/img/nav/hg_unternav.gif); background-repeat:no-repeat; height:25px; width:165px;}
.submenuTopRowfirst {width:100px;margin:0px;padding:0px; background-image:url(/wDeutsch/wLayout/design/img/nav/hg_unternav_first.gif); background-repeat:no-repeat; height:25px; width:165px;}
.submenuTopRowOver  {width:100px;margin:0px;padding:0px; background-image:url(/wDeutsch/wLayout/design/img/nav/hg_unternav_over.gif); background-repeat:no-repeat; height:25px; width:165px; background-color:#faa422;}
.submenuTopRowOverfirst  {width:100px;margin:0px;padding:0px; background-image:url(/wDeutsch/wLayout/design/img/nav/hg_unternav_first_over.gif); background-repeat:no-repeat; height:25px; width:165px; background-color:#faa422;}
/*
################################################################
Hintergrundlayer zum Schließen des Layermenüs
################################################################
  innerhalb des DIV-Containers der Klasse "submenuCloser" ist im Navigationstemplate
  zusätzlich ein trans.gif mit Breiten- und Höhenangabe gesetzt (falls diese Angaben hier angepasst werden)! 
*/

.submenuCloser      {position:absolute;visibility:hidden;margin-top:50px; z-index:1;width:600px;height:480px;}

/*
################################################################
Formatierung der Links in Navigation
################################################################
*/
.aNavTopLevel1          {display:block; height:47px;}
.aNavTopLevel1:hover    {height:47px;}
.aNavTopLevel2          {text-decoration:none; font-weight:bold; font-size:12px; color:#FFFFFF;margin:0px 10px;}
.aNavTopLevel2:hover    {text-decoration:none; font-weight:bold; font-size:12px; color:#FFFFFF;margin:0px 10px;}
.aNavTopLevel3          {text-decoration:none; font-weight:bold; font-size:12px; color:#FFFFFF;margin:0px 10px;}
.aNavTopLevel3:hover    {text-decoration:none; font-weight:bold; font-size:12px; color:#FFFFFF;margin:0px 10px;}
.aNavTopLevel4          {text-decoration:none; font-weight:bold; font-size:12px; color:#FFFFFF;margin:0px 10px;}
.aNavTopLevel4:hover    {text-decoration:none; font-weight:bold; font-size:12px; color:#FFFFFF;margin:0px 10px;}

.aNavTopSystem          {text-decoration:none;color:#FFFFFF;font-size:10px;}
.aNavTopSystem:hover    {text-decoration:none;color:#FFFFFF;font-size:10px;}

