*	{font-size: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; text-decoration: none;}
body {background-attachment: scroll; padding: 0; scrollbar-base-color: #454346; color: #000000;}

a.footer:link	 { color: #000080; font-weight: bold; text-decoration: none }
a.footer:visited	 { color: #000080; font-weight: bold; text-decoration: none }
a.footer:hover	 { color: #696969; font-weight: bold; text-decoration: underline }
a.footer:active	 { color: #696969; font-weight: bold; text-decoration: underline }
.footer	{ color: #000000; font-size: 10px;}

a:link	 { color: #000080; text-decoration: underline }
a:visited	 { color: #000080; text-decoration: underline }
a:hover	 { color: #696969; text-decoration: none }
a:active	 { color: #696969; text-decoration: none }

a.navi:link	 { color: #000080; text-decoration: none }
a.navi:visited	 { color: #000080; text-decoration: none }
a.navi:hover	 { color: #ffff00; text-decoration: underline }
a.navi:active	 { color: #ffff00; text-decoration: underline }


h1	{ color: #000000; font-size: 16px; font-weight: bold; }
h2	{ color: #000000; font-size: 14px; font-weight: bold; }

td .head {background-color: #AEB0E1;}
td .hell {background-color: #E3E3FF;}
td .dunkel {background-color: #D9D9FD;}
.mouse, .mouse td, td .mouse {background-color: #CCC8C8;}
.mouseclick, .mouseclick td, td .mouseclick {background-color: #E7CCD3;}

.klein	{ color: #000000; font-size: 10px;}
.grau {color: #696969;}

input,textarea,select   { color: #000000; background-color: #FFFFFF; padding: 2px; border: solid 1px #56557F }

input.grau,textarea.grau,select.grau   { color: #808080; background-color: #CCC8C8; padding: 2px; border: solid 1px #808080 }

span.listenid {float: right; font-size: 8px;}

#y { display: none; }


div#results {padding:2px; position: absolute; top: 0px; left: 0px; z-index: 100; background-color: #D6EEEC; border: 1px solid #000;}
span.highlight {font-size: 10px; font-weight: bold;}
div#results a, div#results a:visited {color: #000000; text-decoration: none;}
div#results a:hover, div#results a:active {color: #000000; text-decoration: underline;}
   

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:10px 20px;
	background-color:#9999CD;
	color:#FFF;        
	white-space: nowrap;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#000080;
	color:#FFF;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color:#000080;
	color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(/gfx/arrow_right.png) right center no-repeat; 
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(/gfx/arrow_right_over.png) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
  background: url(/gfx/arrow_down.png) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(/gfx/arrow_down_over.png) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	background:#000080;	
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	padding-left: 5px;
	
  display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	top:15px;
	left:50%;
	text-align: center;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }


  
<!--[if lt IE 7]>
  
#subMenusContainer li, #nav li{
	margin-bottom:-0.99em;
}

#subMenusContainer li a{
	position:relative;
} 
<![endif]--> 