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

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


Bei Farbwechsel zur orangen Linken Navigation bitte in dem
site_style Template folgende Eintrge wie folgt abndern.
---------------------------------------------------------


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




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