@charset "utf-8";
/* CSS Document */
/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
	position: relative;
	height: 20px;
	width: 129px;
}

.stupidie {
display: none;
}

#menue {
	position:absolute;
	top: 0px;
	z-index: 200000;
	width: 129px;
	height: 16px;
	left: 5px;
	
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 129px;
	height: 16px;
	font-size:14px;
	font-weight: bold;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
}

#menue .aussen:hover {
	height: auto;
	color: #fff;
	border-left: 2px solid #005929;
	border-bottom: 1px solid #005929;
	border-right: 2px solid #005929;
	width: 129px;
}

a.innen-1 {
	margin-top: 1px;
}

a.innen,
a.innen-1 {
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	border-bottom: 1px solid #005929;
	color: #006032;
	padding-left: 3px;
	background-image: url(bilder/fill.png);
}

a:visited.innen,

a:visited.innen-1 {
	/*background-color: #ecd8ae;*/
color:#006032;
}

a:hover.innen,

a:hover.innen-1 {
	/*background-color: #f7eedb;*/
color: #000;
}

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

