#baumeister 
{
	position:absolute;
	top:30px;
	left:0px;
	display: block;
	width:100%;
	height:500px;
	margin: 0px 0px 20px 0px;
	border:0px solid #000000;

}

#baumeister ul
{
	list-style-type: none;
}

#baumeister a 
{
	position: absolute;
	display: block;
	width: 17px;
	height: 12px;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	background: transparent url(/img/punkt.gif) no-repeat 0% 0%;
	visibility: visible;
	overflow: hidden;
	z-index: 50;
	font-size : 10px;
}

#baumeister a span 
{
	visibility: hidden;
}

#baumeister a:hover 
{
	background-color: #E6E1E1;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	width: 180px !important;
	width: 180px;
	height: 43px !important;
	height: 43px;	
	padding: 0px 10px 4px 25px;
	z-index: 51;
}

#baumeister a:hover span 
{
	visibility: visible;
}