#menu {
	float: left;
	width: 92%;
	padding-left:3%;
}
#navi {
	float: left;
	width: 97%;
	margin-top: 25%;
}
#navi a, #navi span
{
	display: block;
	padding: 5px;
	text-decoration: none;
	/* #@# hier border: 0 sonst flackern Maus und CPU-high */
	border: 1px solid black;
	border-right-color: #C0C0C0; border-bottom-color:#C0C0C0;
	width: 96%;
	margin: 3px;
	color: #ffffff;
	background: #e01313;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
#navi a:link
{
	color: 120e0e;
	background: #e01313;
}
#navi a:visited {
color:#fff;
background:  #e01313;
}
#navi a:hover, #navi span 
{
	color:#000;
	background: #cbcbcb;
	border: 1px solid black;
    border-right-color: #C0C0C0; border-bottom-color:#C0C0C0;
}
#navi a:active
{
	color: #FC0;
	background: #fff;
}
#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: 6%; /* war 15% */
left: 4%;
display: block;
width: 78%;
/* alt #@# font: bold 0.92em Verdana, Arial, Helvetica, sans-serif;  */
font: bold 12px Arial, Helvetica, sans-serif;
text-align: middle;
background: #e01313; 
border: 0 solid #257;
color: #000;
padding-left: 8%;
}

#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: #B22222;
	text-decoration: underline;
}
*/
