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

/*
################################################################
Navigation oben
################################################################
*/
.navLevel1                      {border-left:1px solid #2A234C;border-bottom:1px solid #2A234C;padding-left:5px;padding-bottom:4px;}
.navLevel2                      {width:100%;padding-left:10px; padding-bottom:3px;}
.navLevel3                      {width:100%;padding-left:20px; padding-bottom:3px;}
/*
################################################################
Formatierung der Links in Navigation
################################################################
*/
a.aNavLevel1                     {font-family: Verdana, Arial; font-size: 11px; color: #2A234C; font-weight:bold; text-decoration:none;}
a.aNavLevel2                     {font-family: Verdana, Arial; font-size: 10px; color: #676767; font-weight:bold; text-decoration:none; white-space: nowrap;}
a.aNavLevel2:hover               {font-family: Verdana, Arial; font-size: 10px; color: #2A234C; font-weight:bold; text-decoration:none;}
a.aNavLevel3                     {font-family: Verdana, Arial; font-size: 10px; color: #676767; font-weight:bold; text-decoration:none;}
a.aNavLevel3:hover               {font-family: Verdana, Arial; font-size: 10px; color: #2A234C; font-weight:bold; text-decoration:none;}

