@CHARSET "UTF-8";

#menue
{
	position: relative;
	float: left;
	width: 630px;
	height: 100px;
	top: 15px;
	left: 30px;
	z-index: 3;
}

.menutitle:hover
{
	color: #900;
}
.menutitle
{
	display: block;
	cursor: default;
	margin: 0px;
	text-align: center;
}

.menuebox
{
	
	z-index: 200;
	float: left;
	display: block;
	overflow: hidden;
	width: 175px;
	height: 1.3em;
	/* höhe wird einfach nur verändert. */
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	text-align: left;
	background-color: #000;
	color: #9F6509;
	border: 2px solid;
	border-color: #861010 #393939 #393939 #861010;
}

.menuebox:hover
{
	height: auto;
	background-color: #222;
	color: #861010;
}

.links a
{
	display: block;
	width: 175px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	/*border-bottom: 1px solid #600;
	border-top: 1px solid #600;*/
	background-color: #333;
	color: #AAA;
}
.links a:visited
{
	background-color: #333;
	color:#AAA;
}
.links a:hover
{
	background-color: #000;
	color: #900;
}
