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

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

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


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


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