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

.bereiche
{
	position:relative;
	float:left;
	left:10px;
	top:10px;
	height:auto;
	width:450px;
	z-index:300;
	border:#999999;
	border-width:1px;
	border-style:solid;
	padding:10px 2px 2px 2px;
	margin:10px 35px 10px 0;
}
.bereicheLayer
{
	position:relative;
	display:block;
	top:15px;
	float:left;
	height:auto;
	width:auto;
	border:none;
	padding:0;
	margin:0;
}
.bereiche a
{
	color:#D2B48C;
}
.bereiche img
{
	float:left;
	border:none;
	margin:0 8px 5px 0;
}
