/*
	Menue-styles fuer non-IEs
	Achtung: Fuer IE gilt das Stylesheet 'fix-ie.css'!
*/


#menuebox {
	position: relative;
	height: 22px;
	font-size: 10px;
	z-index: 1000;
	margin-left: 1px;	
		
}
.stupidie {
display: none;
}
#menue {
position:absolute;
height: 22px;
z-index: 1000;
top: 0;
left: 0;
}

#menueOLD {
position:absolute;
height: 20px;
top: 0;
left: 0;
padding-bottom: 8px;
z-index: 200;
border:1px solid red;
margin: 0 auto;
}
.aussen {

float: left;
display: block;
font-size:11px;
font-weight:bold;
overflow: hidden;
width: 122px;
padding-bottom:2px;
height: 16px;
font-weight: normal;
text-align: center;
/*background-color: #dec79a;
color: #1D5DA7;*/
border: 1px solid;
border-color: #1D5DA7;

}
.aussen:hover {
height: auto;
/*background-color: #624617;*/
color: #91A2C2;
}
a.MenueTop {
	display: block;
	width:120px;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	
	text-align:center;
	color: #1D5DA7;
	background-color:#FFFBE5;
	
	padding-top: 0;
	padding-bottom: 2px;
	
	
}

a.innen {
	display: block;
	width: 119px;
	padding: 5px 1px 5px 2px;
	text-decoration: none;
		font-weight: normal;
		letter-spacing:0px;
	font-size:11px;
	line-height:13px;
	text-align:left;
	color: #1D5DA7;
	background-color:#FFFBE5;
	border-top: 1px solid #1D5DA7;
	border-right: 0px solid #1D5DA7;
	border-bottom: 0px solid #1D5DA7;
	border-left: 0px solid #1D5DA7;
	
	overflow: hidden;


}
/*background-image: url(images/homepage/menu_top_element_background.jpg);
	background-repeat: repeat-y;
a:visited.innen {color: #1D5DA7;}
a:hover.innen {color: #900;}*/

span.menutag {
display: block;
cursor: pointer;
height: 20px;
}

