.toggle_container {
	position:absolute;
	left:270px;
	top:0;
	text-align:left;
	z-index:99999;
}


a:focus {
	outline: none;
}
#panel {
	display: none;
	border-left: 1px solid #fffd09;
	border-right: 1px solid #fffd09;
	width:688px;
	background:url(images/grf_bg_haeuser.gif) repeat-x 0 10px #ffffff;
}


#panel table td.gh_header {
	background-color:#fffd09;
	font-weight:bold;
	text-align:center;
	padding:8px 0;
	color:#000000;
}

#panel table td {
	padding:10px 0 12px 12px;
	font-size:11px;
}

.border-right {
	border-right:1px solid #cccccc;
}


.slide {
	margin: 0;
	padding: 0;
	border-top: 3px solid #fffd09;
	background: url(images/btn-slide.gif) no-repeat top;
	width:690px;
	text-align:left;
	font-size:11px;
}
a.btn-slide {
	background: url(images/grf_bg_button_haeuser.gif) no-repeat left top;
	width: 60px;
	height: 45px;
	padding: 5px 10px 0 50px;
	display: block;
	font-size:12px;
	color: #ffffd3;
	text-decoration: none;
	text-transform:uppercase;
}

a:hover.btn-slide {
	background: url(images/grf_bg_button_haeuser.gif) no-repeat left top;
	color: #ffffd3;
	text-decoration: underline;
}


.active {
	background-position: left;
}
