.panel {
	position: absolute;
	z-index: 100;
	top: 220px;
	left: 0;
	display: none;
	background: #fff;
	padding: 32px 32px 25px 32px;
	width: 306px;
}

.panel#ausstattung {
	height: 187px !important;
	width: 856px !important;
	padding: 32px 32px 32px 32px !important;
	}
	
.panel#erdgeschosswohnung-details-wohnung {
	padding: 32px 32px 12px 32px !important;
	}
	
.panel#erdgeschosswohnung-details-buero {
	padding: 32px 32px 12px 32px !important;
	}
	
.panel#ausstattung a.close {
	position: absolute;
	top: 15px;
	left: 620px;
	background: url("../images/close.gif") no-repeat left top;
	cursor: pointer;
	display: block;
	width: 11px;
	height: 11px;
	}

.panel .column#one {
	float: left;
	width: 285px;
}
.panel .column#two {
	float: left;
	width: 310px;
}

.panel .column#three {
	float: right;
	width: 264px;
	height: 241px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
}
.panel .column#single {
	width: 306px;
}
	
.panel a.close {
	position: absolute;
	top: 15px;
	right: 10px;
	background: url("../images/close.gif") no-repeat left top;
	cursor: pointer;
	display: block;
	width: 11px;
	height: 11px;
	}


.panel ul {
	position: relative;
	left: 10px;	
}

.panel ul li {
	list-style-image: url("../images/li.gif");
	list-style-position: outside;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 18px;
}

.panel p {
	font-size: 10px;
	color: #4d4d4d;
	line-height: 14px;
}