/*
 * Stylesheet für Mozilla, Opera, Mac usw.
 * 
 * NICHT FÜR INTERNETEXPLORER
 */

/*
 * Allgemeine Definitionen
 */
.menu99 {
	display:none;
}
		
#noniemenu {
	position:absolute;
	z-index: 30;
	width:930px;
	margin-left:15px;
	top:189px;
}

.home {
	height:22px; 
	width:77px;
	font-size:11px;
	display:block;
	border: none;
	text-align: center;
	float:left;
	overflow:hidden;
	color:#fff;
	text-decoration: none;
	margin-top:2px;
}

a.home:hover {
	height: 19px;
	width:75px;
	text-decoration: none;
	border: 1px solid silver;
	color: #fff;
	margin-top:1px;
	cursor: pointer;
}

.home2 {
	height:20px; 
	width:110px; 
	font-size: 11px; 
	display:block; 
	border: none;  
	text-align: center; 
	float:left; 
	overflow:hidden; 
	color:#fff;
}


.home2:hover {
	height: auto; 
	width:108px;
	text-decoration: none; 
	border: 1px solid silver; 
	color:#fff; 
	margin-top:-1px;
	cursor: pointer;
}


/*
 * DROPDOWN-MENÜ
 */
a.inner, a.inner:visited {
	display:block; 
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none; 
	font-family: arial; 
	font-size:11px; 
	color:white;
	text-align:left;
	background-color: #888800;
}
		
a.inner:hover {
	color:white;
	text-decoration:none;
	font-family: arial;
	font-size:11px;
	background-color: #a0a000;
	cursor: pointer;
}

