div#footer {
        display:none;
}


.zimmer {
	overflow:auto;
	width:780px;
	height:auto;
	margin:10px 0px 10px 0px;
	position:relative;
	clear:both;
	overflow:hidden;
	z-index:1;
}
.even { background-color:#f8edde;}
.odd { background-color:#fdfaf5;}

.zimmer_bild {
	width:200px;
	height:150px;
	padding:10px;
	float:left;
}
.zimmer_details {
	width:520px;
	height:auto;z-index:2;
	position:relative;
	padding:10px 20px 10px 20px;
	float:left;
}
.zimmer_headline {
	width:auto;
	height:30px;
	font-size:16px;
	font-weight:bold;
	color:#ef7c00;
	float:left;
}
.zimmeranfrage {
	width:110px;
	position:relative;
	top:-10px;
	right:-20px;
	height:25px;
	background-color:#749d54;
	color:#ffffff;
	z-index:100;
	float:right;
}
.zimmerpauschalen {
	width:110px;
	height:25px;
	position:relative;
	top:20px;
	right:-130px;
	background-color:#4d659d;
	color:#ffffff;
	z-index:100;
	float: right;
}
.zimmer_tabs {
	width:100%;
	height:25px;
	border-bottom:1px solid #999;
	clear:both;
}
.zimmer_reiter, .zimmer_reiter_act{
	width:100px;
	padding-bottom:3px;
	border:1px solid #999;
	border-bottom:0px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	float:left;
}

.zimmer_reiter{
	margin-top:2px;
	padding-top:4px;
	
}
.zimmer_reiter_act{
	margin-top:0px;
	padding-top:6px;
	background:url(../images/reiter_back.gif) repeat-x;
}
.zimmer_displays {
	width:100%;
	height:auto;
	clear:both;
}
.zimmer_text, .zimmer_preise {
	width:auto;
	height:auto;
	padding:10px 0 10px 0;
}

.zimmer_preise_links {
	width:90px;
	margin-right:10px;
	text-align:right;
	float:left;
}

.zimmer_preise_zeitline {
	padding-bottom:8px;
	font-weight:bold;
	clear:both;
}
.zimmer_preise_preisline {
	padding-bottom:3px;
	position:relative;
	height:30px;
	clear:both;
}

.zimmer_preise_rechts {
	width:420px;
	height:70px;
	position:relative;
	float:left;z-index:10px;
	overflow:hidden;
}

.zimmer_preise_preisbox {
	width:105px;
	text-align:center;
	float:left;
}

.slider_next, .slider_prev {
	position:absolute;
	top:23px;
	z-index:100px;
	height:15px;
	width:15px;
}
.slider_next {
	background:url(../images/pfeil_rechts.gif);
	left:405px;
}
.slider_prev {
	background:url(../images/pfeil_links.gif);
	left:0px;
}
.tooltipbox, .tooltipbox2 {
	display:none; 
	position:absolute; 
	z-index:200px;
	font-weight:normal;
	border:1px solid #555555; 
	font-size:11px;
	padding:5px;
	background-color:#f8e4af;white-space:nowrap;
}
.tooltipbox2 { bottom:0px; left:10px;}
.tooltipbox { bottom:25px; right:-10px; }
.clear {
	width:auto;
	height:0px;
	line-height:0px;
	clear:both;
}