@charset "utf-8";

.detailHeadline a, .detailHeadline a:hover, #objektdetails_tabelle a{
	color:#FFFFFF;
}

#objektsuche{
	/*width:735px;*/
	/* Hier steht die Summe aus Bildbreite + Border + Margin + Headline Breite, wenn durch Floats o.�. entsprechend ben�tigt */
}

/* Dieses Feld taucht in der vollständigen Suche auf */
.vonBisFeld {
	width: 50px;
}

/* Allgemeine Einstellungen für den Kopf der suche und den Fuß */
.sortierKopf{
	padding:4px;
	background-color:#E0E0E0;
	
}
.sortierKopf a{

}

/* Aufsteigende Sortierung */
.asc{
	color:#00FF00;
}

/* Absteigende Sortierung */
.desc{
	color:#FF0000;
}

.objektUndSeitenZahl{
	font-size:10px;
	position:relative;
}

/* Seitenzahlen im Fuß der Suche */
.seitenZahlButtons input, .blaetterButton{
	border:none;
	padding:0;
	margin:0;
	background-color:transparent;
	
	color:#666666;
	font-size:11px;
	line-height:15px;
	
	cursor:pointer;
}
.seitenZahlButtons input:hover, .blaetterButton:hover{
	color:#999999;
}
.seitenZahlButtons, .durchblaettern{
	text-align:center;
	margin-top:8px;
}
.seitenZahlButtons input{
	font-size:9px;
	line-height:12px;
}

.blaetterButton.inaktiv{
	cursor:default;
	border-color:#999999;
	color:#AAAAAA;
}

/* Vor und Zurück Button */
.blaetterButton{
	border:1px solid #333333;
	background-color:#E0E0E0;
	padding:2px;
	width:50px;
}
.forward{
	margin-left:5px;
}
.backward{
	margin-right:5px;
}

/* Suche verfeinern Button */
.refineSearch{
	position:absolute;
	right:0;
	top:4px;
	
	padding:0;
	margin:0;
	
	border:none;
	background-image:none;
	background-color:transparent;
	display:inline;
	cursor:pointer;
	
	font-family:inherit;
	color:inherit;
	line-height:inherit;
	
	font-weight:bold;
	font-size:11px;
}
.refineSearch:hover{
	font-weight:bold;
}

.refineSearch{
	#font-size:11px;
	#line-height:15px;
	#top:0;
}

/* Die Objektbox an sich */
.objekt{
	border-top:1px solid #BBBBBB;
	padding:4px;
}

/* Abwechselnde Hintergrundfarbe */
.objekt.row1{
	background-color:#F0F0F0;
}

.objekt.row2{
	background-color:#E0E0E0;
}

/* Kopfbereich (Titel und Preis) */
.objekt .head{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	
	font-size:11px;
	line-height:15px;
	margin:0 0 5px 0;
	padding:2px;
}

/* Headline (Objektitel) im Kopf des Objekts */
.objekt h2{
	float:left;
	
	font-size:11px;
	line-height:15px;
	margin:0;
	padding:2px;
}

/* Objektnummer im Kopf des Objekts */
.objekt em{
	float:right;
	
	font-style:normal;
	font-weight:normal;
	font-size:9px;
	line-height:15px;
	margin:0;
	padding:2px;
}

/* Objektbild */
.objekt .pic{
	float:left;
	margin-right:5px;
}
.objekt img{
	border:1px solid #333333;
}

/* Objektdetails (Ort, Fläche, Preis */
.objekt .details{
	clear:right;
	margin-top:-4px;
	line-height:18px;
	float:left;
}

/* Preis des Objekts */
.objekt .preis{
	font-weight:bold;
	color:#006600;
}

.clear{
	clear:both;
}