/*CSS Datei zur Navigation Fahrschule Labonde*/

.navigation {
    /* Allgemeine Einstellungen zur Navigation*/
    font-family: sans-serif;
    font-weight:normal;
    font-size:12px;
    width:100%;
    height:25px;
    padding: 0;
    margin: 0;
    background-color: transparent;
   }

.navigation li {
/* Allgemeine Einstellungen zur Auflistung*/
    padding-left:0px;
    display:block;
    background-color:;
    border-bottom: 2px solid #6fb27a;
    width:100%;
    height: 25px;
    padding-top:0px;
    padding-bottom:2px;
    color:#000000;
    font-weight:normal;
    font-size:12px;
   }

.navigation ul {
    /* Allgemeine Einstellungen zur Navigationsblock Untermenü*/
    background-color: transparent;
    padding: 0;
    margin: 0;
   }

.navigation a {
    /*Einstellungen allgemein Ebene 1*/
    font-family: sans-serif;
    font-weight:normal;
    font-size:12px;
    color:#000000;
    display: block;
    width: 100%;
   }

.navigation a:link,
.navigation a:visited  {
    /*Einstellungen für Navigation im Ruhezustand und für besuchten/geklickten Link*/
    padding-left:10px;
    display:block;
    background-color:;
    width:100%;
    height: 25px;
    padding-top:5px;
    padding-bottom:0px;
    color:#000000;
    font-weight:normal;
    font-size:12px;

    }

.navigation a:hover {
    /*Einstellungen beim Überfahren mit der Maus*/
    padding-left:10px;
    display:block;
    background-color:#90c498;
    width:249px;
    height: 22px;
    padding-top:5px;
    padding-bottom:0px;
    color: #000000;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;   
   }
   

.navigation a:focus {
    /*Einstellungen für Navigation beim Anklicken*/
    padding-left:10px;
    display:block;
    background-color:#338743;
    width: 249px;
    height: 22px;
    padding-top:5px;
    padding-bottom:0px;
    color:#ffffff;
    font-weight:bold;
    font-size:12px;
   }
   
/************************************************/  
/* Navigation Ebene 2                           */
/************************************************/
.navigation ul li.navmainStandardLevel_2 {
    /*Ebene 2 Einstellungen allgemein*/
    padding-left:10%;
    width: 90%;
}
.navigation ul li.navmainStandardLevel_2 a:hover {
    /*Ebene 2 beim Überfahren mit der Maus*/
    width: 95%;
    display:block;
    background-color:#90c498;
    color: #000000;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;   
}
.navigation ul li.navmainStandardLevel_2 a:focus {
    /*Ebene 2 beim Anklicken*/
    width: 95%;
    display:block;
    background-color:#338743;
    color: #ffffff;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;   
}
/************************************************/
/* Navigation Ebene 3                           */
/************************************************/
.navigation ul li.navmainStandardLevel_3 {
    /*Ebene 3 Einstellungen allgemein*/
    padding-left:20%;
    width: 80%;
}
.navigation ul li.navmainStandardLevel_3 a:hover {
    /*Ebene 3 beim Überfahren mit der Maus*/
    width: 95%;
    display:block;
    background-color:#90c498;
    color: #000000;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;   
}
.navigation ul li.navmainStandardLevel_3 a:focus {
    /*Ebene 3 beim Anklicken*/
    width: 95%;
    display:block;
    background-color:#338743;
    color: #ffffff;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;   
}
/************************************************/
/* Navigation Ebene 4                           */
/************************************************/
.navigation ul li.navmainStandardLevel_4 {
    /*Ebene 4 Einstellungen allgemein*/
    padding-left:30%;
    width: 70%;
}
.navigation ul li.navmainStandardLevel_4 a:hover {
    /*Ebene 4 beim Überfahren mit der Maus*/
    width: 95%;
    display:block;
    background-color:#90c498;
    color: #000000;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;   
}
.navigation ul li.navmainStandardLevel_4 a:focus {
    /*Ebene 4 beim Anklicken*/
    width: 95%;
    display:block;
    background-color:#338743;
    color: #ffffff;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;   
}

.navigation a.n  {
   display: none;
   }

