
#wohnung
{
	width:600px;
	margin:auto;
	text-align:left;
}
#wohnung h1
{
	margin-top:0px;
}
#wohnung img.floatLeft
{
	margin-right:20px;
	margin-bottom:5px;
	border:1px solid #AA4444;
}
#wohnung img.floatRight
{
	margin-left:20px;
	margin-bottom:5px;
	border:1px solid #AA4444;
}


#wohnung #bilder
{
	margin-top:15px;
	margin-left:-8px;
}
#wohnung #bilder .pic
{
	float:left;
	display:block;
	width:120px;
	height:120px;
	margin:9px;
}
#wohnung #bilder a,#wohnung #bilder a:active,#wohnung #bilder a:visited
{
	position:absolute;
	display:block;
	background:none;
	padding:5px;
	width:120px;
	height:120px;
	border:1px solid #000;
	margin:4px;
	background:#EFEEEE;
	z-index:0;
}
#wohnung #bilder a:focus
{
	background:#BFBBBB;
}
#wohnung #bilder a:hover
{
	background:#AFAAAA;
}
#wohnung #bilder a:active
{
	background:#CFCCCC;
}