/*
////////////////////////////////////////////////////////////////
//
// 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;cursor:hand;padding-right:4px;padding-left:2px;}
.navTopLevel1Over      {cursor:pointer;cursor:hand;padding-right:4px;padding-left:2px;}

/*
################################################################
Navigation links
################################################################
*/
.navLeftLevel1         {padding-left:0px;cursor:pointer;cursor:hand;}
.navLeftLevel1Over     {padding-left:0px;cursor:pointer;cursor:hand; color:#FFFFFF;font-weight:bold;}

.navLeftLevel2         {padding-left:10px;cursor:pointer;cursor:hand;}
.navLeftLevel2Over     {padding-left:10px;cursor:pointer;cursor:hand;}

/*
################################################################
Styles für Layers
(nicht ändern)
################################################################
*/ 
.submenuTopLevel2   {position:absolute;visibility:hidden;z-index:20;margin:0px;margin-top:6px;margin-left:4px;padding:0px;background-color:#FFFFFF;}	

/*
################################################################
Styles für Navigationslevel
################################################################
*/
.submenuTopRow	   {margin:2px 0px;padding:2px 8px;cursor:pointer;cursor:hand;background-color:#ECA58A;border-bottom:solid 0px #DE5929;position:relative; left:-12px; top:12px;}
.submenuToprowOver {margin:2px 0px;padding:2px 8px;cursor:pointer;cursor:hand;background-color:#5A1818;border-bottom:solid 0px #FFFFFF; position:relative; left:-12px; top:12px;}

/*
################################################################
Hintergrundlayer zum Schließen des Layermenüs
################################################################
*/

.submenuCloser      {position:absolute;visibility:hidden;margin-top:25px;z-index:2;width:600px;height:300px;
/*background-color: #CCCCCC;*/
	
}

/*
################################################################
Formatierung der Links in Navigation
################################################################
*/
.aNavTopLevel1          {text-decoration:none;font-weight:bold;padding-right:10px;padding-left:2px;color:#FFFFFF;}
.aNavTopLevel1:hover    {text-decoration:none;color:#FFFFFF;}
.aNavTopLevel1Over      {text-decoration:none;color:#FFFFFF;font-weight:bold;padding-right:10px;padding-left:2px;}
.aNavTopLevel1Over:hover{text-decoration:none;color:#FFFFFF;}
.aNavTopLevel2          {color:#FFFFFF;text-decoration:none; font-size:11px;}
.aNavTopLevel2:hover    {color:#FFFFFF;text-decoration:none;}

.aNavLeftLevel          {text-decoration:none;color:#FFFFFF;}
.aNavLeftLevel:hover    {text-decoration:none;color:#FFFFFF;}

.aNavTopSystem          {text-decoration:none;color:#000000;}
.aNavTopSystem:hover    {text-decoration:underline;color:#000000;}


/*
################################################################
Sitemap
################################################################
*/

.sitemapLevel1                     {padding-left:0px;}
.sitemapLevel2                     {padding-left:10px;}
.sitemapLevel3                     {padding-left:20px;}
.sitemapLevel4                     {padding-left:30px;}