/* CSS Document */

#layout_untermenue {
	background-image: url(img/bilder_bg.jpg);
}

#bereiche {
	position: relative;
	width: 580px;
	float: left;
	left: 120px;
	margin: 20px 0px 0px 0px;
}

.data:hover {
	background-color: #F6DEC7;
}

.bereiche_data {
	position: relative;
	width: 120px;
	height: 160px;
	float: left;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	display: block;
	margin: 0px 20px 0px 0px;
}

.bereiche_data:hover {
	text-decoration: underline;
	font-weight: bold;
}

.bereiche_data span {
	position: relative;
	font-size: 11px;
	text-align: center;
	width: 100px;
	float: left;
}
