/* Header */

#rent_header ul li {
	list-style-image: none !important;
}
#rent_header {
	background-color: #fff;
	background-image: url(../grafiken/acor.jpg);
	height: 30px;
	width: 642px;
	color: #fff;
	line-height: 33px;
}
#rent_header span {
	margin: 10px;
}
#rent_header a {
	height: 30px;
	width: 160px;
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	cursor:pointer;
	background-image: url(../grafiken/button.gif);
	text-align: center;
}

/* Wrapper */

#rent_wrapper {
	border: solid 1px #00266c;
	width: 640px;
	background: #fff;
}

/* rent_list */

#rent_list {
	float:left;
	width:200px;
	background-image: url(../grafiken/white50.png);
	list-style:none;
	padding: 0 !important;
	position: absolute;
	display: inline;
	float: left;
	z-index: 1000;
	display:none;
	font-size: 11px;
	top: 0px;
	left: 0px;
	border: 1px solid #ccc;
}
#rent_list li {
	list-style:none;
	list-style-image: none !important;
	height: 15px;
	line-height: 15px;
	padding: 3px !important;
	margin: 0px !important;
}
#rent_list li:hover {
	background:#555;
	color:#fff;
	cursor:pointer;
}

/* rent_map */

#rent_map {
	float:left;
	width:388px;
	height:288px;
	border: 1px solid #ccc;
	margin: 5px;
	overflow: hidden;
}

/* rent_message */

#rent_message {
	position:absolute;
	padding:10px;
	color: #00266c;
	font-weight: bold;
	background-image: url(../grafiken/white50.png);
	font-size: 10px;
}
#rent_message span {
	display: block;
	white-space:nowrap;
}

/* Sidebar */

.plz, .strasse, .stadt, .lat, .lng, .status, .descript {
	display: none;
}
#sidebar {
	background: #fff;
	width: 0px;
	height: 520px;
	display: none;
	float: right;
	margin: 5px 5px 5px 0;
	border: 1px solid #ccc;
}
#sidebar span.heading {
	display: block;
	background: #eee;
	margin: 5px;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 11px;
}
#sidebar p {
	background: #fff;
	margin: 5px;
	font-size: 11px;
	padding: 0px 5px;
}
#sidebar img {
	max-width: 230px;
	max-height: 80px;
}

/* .rent_content */

.rent_content {
	background-color:#eee;
}

/* .rent_info */

.rent_info {
	margin: 0 3px;
	background: #fff;
}

/* .rent_gal */

.rent_gal {
	position:absolute;
	overflow: hidden;
	width: 628px;
	height: 105px;
	display: none;
}
.rent_gal a {
	display: none;
}

/* Tabs */

#tabs {
	height: 30px;
	margin: 0 5px;
	width: 630px;
	background: url(../grafiken/tabs.jpg);
	background-position: top left;
}
#tabs a {
	height: 30px;
	display: block;
	float: left;
	width: 209px !important;
	cursor:pointer;
	text-align: center;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

/* Allgemeine DUMMY-Angaben*/

#dummy_info, #dummy_kontakt, #dummy_gal {
	background: #fff;
	margin: 0 5px 5px 5px !important;
	border: 1px solid #ccc;
	border-top: none;
	width: 628px;
	text-align: left !important;
}
#dummy_info ul, #dummy_kontakt ul, #dummy_gal ul, #dummy_info ul li, #dummy_kontakt ul li, #dummy_gal ul li {
	margin: 0 5px 0 8px !important;
}
#dummy_info, #dummy_kontakt, #dummy_gal {
	padding-top: 15px !important;
}

/* dummy_kontakt */

#dummy_kontakt table {
	margin-left: 20px;
}

/* dummy_info*/

#dummy_info {
	margin-bottom: 0px !important;
	border-bottom: 0px;
}
#dummy_info ul {
	padding-left: 20px !important;
}

/* Status */

.vermietet {
	color: red !important;
}
.verfuegbar {
	color: green !important;
}

/* Galerie */

#dummy_gal img {
	height: 100px;
}
#dummy_gal {
	position:relative;
	width: 628px;
	height: 130px;
}
#bilder_rahmen {
	position:absolute;
	overflow: hidden;
	width: 556px;
	height: 115px;
	left: 35px;
	border: 1px solid #ccc;
	background: #ededed;
	margin-bottom: 10px;
	
}

#bilder {
	width:20000em;
	position:absolute;
	clear:both;
	padding-right:10px; 
}
.browse {
	display: block;
	cursor:pointer;
	width: 25px;
	height: 25px;
	background: grey;
	position: relative;
	margin: 45px 5px 0 5px;
}

/* Lightbox */

.lightbox {
	float:left;
	margin: 5px 0px 5px 5px !important;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	height:75px;
	cursor:pointer;
}

.lightbox .active{
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* rent_bottom */

.rent_bottom {
	background-image: url(../grafiken/acor_bottom.jpg);
	width: 642px;
	height: 12px;
}

/* Div Klassen */

.right {
	float: right;
	background-image:url(../grafiken/right_arrow.jpg);
}
.left {
	float: left;
	background-image:url(../grafiken/left_arrow.jpg);
}
.clear {
	clear: both;
}

p.ank img, p.umf img {
   vertical-align: middle;
}

.aktiv {
 	font-weight: bold !important;
 	background-color: grey !important;
}
