/*
////////////////////////////////////////////////////////////////
//
// 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          {padding:4px;cursor:pointer;cursor:hand;}
.navTopLevel1Over      {padding:4px;cursor:pointer;cursor:hand;background-color:#034A8A;}


/*
################################################################
Navigation links
################################################################
*/
.navLeftLevel1         {padding:4px;padding-left:4px;cursor:pointer;cursor:hand;}
.navLeftLevel1Over     {padding:4px;padding-left:4px;cursor:pointer;cursor:hand;background-color:#034A8A;}

.navLeftLevel2         {padding:4px;padding-left:10px;cursor:pointer;cursor:hand;}
.navLeftLevel2Over     {padding:4px;padding-left:10px;cursor:pointer;cursor:hand;background-color:#034A8A;}

.navLeftLevel3         {padding:4px;padding-left:20px;cursor:pointer;cursor:hand;}
.navLeftLevel3Over     {padding:4px;padding-left:20px;cursor:pointer;cursor:hand;background-color:#034A8A;}

.navLeftLevel4         {padding:4px;padding-left:30px;cursor:pointer;cursor:hand;}
.navLeftLevel4Over     {padding:4px;padding-left:30px;cursor:pointer;cursor:hand;background-color:#034A8A;}

/*
################################################################
Styles für Layers
(nicht ändern)
################################################################
*/ 
.submenuTopLevel2   {position:absolute;visibility:hidden;z-index:2;margin:0px;margin-top:6px;margin-left:-4px;padding:0px;width:160px;border-top-style:solid;border-top-color:#034A8A;border-top-width:1px;border-left-style:solid;border-left-color:#034A8A;border-left-width:1px;}
.submenuTopLevel3   {position:absolute;visibility:hidden;z-index:3;margin:0px;margin-left:-1px;margin-top:-1px;padding:0px;width:160px;border-top-style:solid;border-top-color:#034A8A;border-top-width:1px;border-left-style:solid;border-left-color:#034A8A;border-left-width:1px;}
.submenuTopLevel4   {position:absolute;visibility:hidden;z-index:2;margin:0px;margin-left:-1px;margin-top:-1px;padding:0px;width:160px;border-top-style:solid;border-top-color:#034A8A;border-top-width:1px;border-left-style:solid;border-left-color:#034A8A;border-left-width:1px;}  	

/*
################################################################
Styles für Navigationslevel
################################################################
*/
.submenuTopRow		  {margin:0px;width:180px;padding:2px;padding-left:4px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#034A8A;border-right-style:solid;border-right-color:#034A8A;border-right-width:1px;cursor:pointer;cursor:hand;background-color:#B3C8DC;}
.submenuToprowOver  {margin:0px;width:180px;padding:2px;padding-left:4px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#034A8A;border-right-style:solid;border-right-color:#034A8A;border-right-width:1px;cursor:pointer;cursor:hand;background-color:#034A8A;}

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

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

/*
################################################################
Formatierung der Links in Navigation
################################################################
*/
.aNavTopLevel1          {text-decoration:none;color:#FFFFFF;font-weight:bold;}
.aNavTopLevel1:hover    {text-decoration:none;color:#FFFFFF;}
.aNavTopLevel2          {text-decoration:none;color:#FFFFFF;}
.aNavTopLevel2:hover    {text-decoration:none;color:#FFFFFF;}
.aNavTopLevel3          {text-decoration:none;color:#FFFFFF;}
.aNavTopLevel3:hover    {text-decoration:none;color:#FFFFFF;}
.aNavTopLevel4          {text-decoration:none;color:#FFFFFF;}
.aNavTopLevel4:hover    {text-decoration:none;color:#FFFFFF;}

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

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


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

.listSitemap1                        {list-style:none; margin:0px; padding:0;}
.listSitemap2                        {list-style:none; margin:4px 0px 6px 10px; padding:0;}
.listSitemap3                        {list-style:none; margin:4px 0px 6px 20px; padding:0;}
.listSitemap4                        {list-style:none; margin:4px 0px 6px 30px; padding:0;}


.navSitemapLevel1 a                  {text-decoration:none; display:inline; color:#000000; line-height:14px;}
.navSitemapLevel1 a:hover            {color:#EA5A00;}
.navSitemapLevel2 a                  {text-decoration:none; display:inline; color:#000000; line-height:14px;}
.navSitemapLevel2 a:hover            {color:#EA5A00;}
.navSitemapLevel3 a                  {text-decoration:none; display:inline; color:#000000; line-height:14px;}
.navSitemapLevel3 a:hover            {color:#EA5A00;}
.navSitemapLevel4 a                  {text-decoration:none; display:inline; color:#000000; line-height:14px;}
.navSitemapLevel4 a:hover            {color:#EA5A00;}