@charset "utf-8";
/* CSS Document */

#Menue{
	position:absolute;
	width:97px;
	height:230px;
	left:100px;
	top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 32px;
	font-color:#fcfadd;
	z-index: 3;
	text-align: center;
	}
#Titel{
	position:absolute;
	width:400px;
	left:48px;
	top:100%;
	margin-top:-190px;
	z-index: 4;
	}
#Menuebalken{
	position:absolute;
	width:100px;
	height:100%;
	left:100px;
	top:0px;
	background-color:#333333;
	opacity:0.85;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	border:1px;
	border-color:#FFFFFF;
	z-index: 2;
	}
