Installation:
=========================================================

Den Inhalt (ohne die graue-Navigation_Install.txt) in das Verzeichniss
images/style/ezeroDAYv2/nav kopieren. Vorhandene Grafiken berschreiben!


Bei Farbwechsel zur grauen Linken Navigation bitte in dem
site_style Template folgenden Eintrag wie folgt abndern.
---------------------------------------------------------

.navtableleft {
  background-color: #aeaeae;
  color: #F5D5BC;
}


/*########### Navigations Links ###########*/
A.navleft:link,
A.navleft:visited {
 text-decoration: none;
 font-family: $style[bodyfont]; 
 font-size: 11px; 
 font-weight: bold;
 color: #800000;
 display: block;
}
A.navleft:hover {
 text-decoration: none;
 font-family: $style[bodyfont];
 color: #ffffff;
 display: block;
 background-color:; 
}