#menu { float: left; width: 97%; }

#navi { float: left; width: 97%; margin-top: 25%; }

/* #@# hier border: 0 sonst flackern Maus und CPU-high */
#navi a 
{ 
display: block; 
padding: 5px; 
text-decoration: none; 
border: 0 width: 96%; 
margin: 5px; 
text-align: center; 
font-family: Verdana; 
font-size: 75%; 
font-weight: bold; 
background-color: #006600; }

#navi a:link
{
	color: #fff;
	background: #006600;
}

#navi a:visited { color: #fff; background-color: 006600; }

#navi a:hover { color: #006600; border: 0 solid #fff; background-color: lime; }

#navi a:active { color: lime; background: #006600; }

#navi a .showcase { display: none; }

/* #@# hier das weis aufgehende Fenster Links in der NAVI */
/* #@# css-technik.de/2003/05/23/bild-textmenu-mit-css-popup-info/ */
#navi a:hover .showcase { position: absolute; top: 15%; left: 5px; display: block; width: 90%; /* alt #@# font: bold 0.92em Verdana, Arial, Helvetica, sans-serif;  */ font: bold 95% Verdana, Arial, Helvetica, sans-serif; text-align: middle; background: #fff;  border: 0 solid #257; color: #006600; padding: 5px; }

#globalNav{ color: #cccccc; font-weight:bold; background-color: #BAB9D7; padding: 0px 0px 0px 5px; white-space: nowrap; /* border-top:1px solid #cccccc; */ }

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a { font-size: 90%; text-decoration:none; padding: 0px 4px 0px 0px; }

a:link, a:visited, a:hover { color: #006600; text-decoration: none; }

