#menuebox {
	position: relative;
}
			
.stupidie {
	display: none;
}

#menue {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	height:24px;
}

#menue .platz {
	float: left;
	display: block;
	overflow: hidden;
	width: 1px;
	background-color: #AA0B06;
	height:24px;
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 179px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #006633;
	border-top: 1px solid #AA0B06;
	height:24px;
	border: 0;
}

#menue .aussen:hover {
	color: #FFFFFF;
	background-color: #AA0B06;
	min-height:25px;
	height: auto;
	border: 0;
	border-color: #FFFFFF;
}

				
a.aussen {
	vertical-align:middle;
	align:left;
	padding:0;
	line-height:24px;
}				
				
a.innen-1 {
	text-align: left;
	margin-top: 0;
}

a.innen, a.innen-1 {
	text-align: left;
	display: block;
	width: 177px;
	padding: 1px;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #006633;
	border-top:0;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #FFFFFF;
}

a:visited.innen, a:visited.innen-1 {
	text-align: left;
	color:#FFFFFF;
	background-color: #4EA169;
}

a:hover.innen, a:hover.innen-1 {
	text-align: left;
	color: #FFFFFF;
	background-color: #AA0B06;
}

span.menutag {
	display: block;
	cursor: default;
}


++++++++++++++++++++
   CSS Teil II
++++++++++++++++++++

/*
	Menue-styles fuer IEs
	Am besten per Conditional Comment einbinden.
	Fuer IE5.5 und 5.0 muessen nur geringfuegige kosmetische
	Anpassungen vorgenommen werden (siehe Kommentare).
*/

#menue {
	display:none;
}
				
.stupidie {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
}

a.auss {
	float: left;
	width: 179px;
	padding: 1px;
	overflow: hidden;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	color: #FFFFFF; 
	background-color: #006633;
	height:24px;
	border-top:0;
	border-bottom: 1px solid;
	border-left: 0;
	border-right: 0;
	border-color: #FFFFFF;
}
				
a:hover.auss {
	overflow: visible;
	color: #FFFFFF;
	background-color: #AA0B06;
	border-top:0;
	border-bottom: 1px solid;
	border-left: 0;
	border-right: 0;
	border-color: #FFFFFF;
}
				
a:hover.auss table {
	display: block;
	border-collapse: collapse;
	color: #FFFFFF;
	background-color: #AA0B06;
}
				
a.inn {
	display: block;
	width: 179px; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #FFFFFF;
	font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */
	font-weight: bold;
	text-indent: 3px;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006633;
}			
a:visited.inn {
	background-color: #4EA169;
}				
a:hover.inn {
	position: relative;
	background-color: #AA0B06;
}
				
span.menutag {
	display: block;
	cursor: default;
}
				
							
a.navsmall {
	font-size:10pt; 
	font-weight:bold; 
	color:#AA0B06;
	text-align:left;
	text-decoration: none;
	text-transform: capitalize;
}		
a:visited.navsmall {
}					
a:hover.navsmall {
	color:#006633;
}
				
a.navfooter {
	float: right;
	position:relative; 
	right: 140px;
	padding-right: 15px;
	font-size:8pt; 
	font-weight:bold; 
	color:#DCDCDC;
	text-decoration: none;
	text-transform: capitalize;
}			
a:visited.navfooter {
}						
a:hover.navfooter {
	color:#FFFFFF;
}
