

#navigation      {
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 14px;
                 margin: 0;
                 padding: 0;
                 background-color: #004477; /* dunkelblau */
                 width: 100%;
                 min-width: 52em;
                 text-align: right;
                 height:30px;
                 }

.menu {
float:right;
}



/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
width:149px;
padding:4px 0;
color:#dddddd;
background:#004477;
text-decoration:none;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color:white;
background:#004476;   /*Achtung! muss eine andere! Hintergrundfarbe sein, sonst funktioniert IE6 nicht!!!
                        daher Farbe minimal abgeändert! */

}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}





  /*ab hier Navi left */


ul#navileft {
            list-style-type: none;
            margin: 10px 0 0 0;   /* 1. Icon zum oberen Rand*/
            padding:0 20px 0 20px;
            }

ul#navileft li {
    list-style: none;
    margin: 0 0 1px 0;           /* Abstand zwischen Icons*/
  }

/* Navileft bei Aktionen*/

#navileft a:link {
      color:#004477;               /* normal */
      text-decoration:none;
      }
#navileft a:active {
      color:white;               /* Schriftfarbe momentan besuchte Seite */
      }

#navileft a:visited {
      color:#B3AE6B;              /* bereits besuchte Seiten */
      text-decoration:none;
      }
#navileft a:hover {
      color: #D9D382;             /* Schriftfarbe bei Mouseover (hover) über einen Link wird dieser hervorgehoben*/
      text-decoration:none;
      }

/*ab hier Navi Preisliste */

#image a:link {
      color:#004477;               /* normal */
      text-decoration:none;
      }
#image a:active {
      color:white;               /* Schriftfarbe momentan besuchte Seite */
      }
#image a:visited {
      color:#B3AE6B;              /* bereits besuchte Seiten */
      text-decoration:none;
      }
#image a:hover {
      color: #D9D382;             /* Schriftfarbe bei Mouseover (hover) über einen Link wird dieser hervorgehoben*/
      text-decoration:none;
      }
