@charset "utf-8";
/* CSS Document */

#objektsuche{
	width:600px;
	padding-bottom:20px;
	/* 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:#34190E;
}
.sortierKopf, .sortierKopf a{
	color:#FFFFFF;
}
.sortierKopf a{
	padding:0 10px;
}

/* Aufsteigende Sortierung */
.asc, .desc{
	padding-right:12px;
	background-repeat:no-repeat;
	background-position:right;
	margin-right:8px;
}

.asc{
	background-image:url(../pics/symbole/blue-asc.gif);
}

/* Absteigende Sortierung */
.desc{
	background-image:url(../pics/symbole/blue-desc.gif);
}

.objektUndSeitenZahl, .durchblaettern select{
	font-size:10px;
	line-height:21px;
}
.durchblaettern select{width:auto;}

.objektUndSeitenZahl{
	position:relative;
}

#seitenSelect{
	#vertical-align:top;
}


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

.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;
	font-size:inherit;
	line-height:inherit;
}
.refineSearch:hover{
	font-weight:bold;
}

/* Objektgesamtbox */
.objektAuflistung{
	margin-top:5px;
}

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

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

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

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

	float:right;
	width:499px;
}

#objektsuche .sortierKopf a {
	color:#FFFFFF;
}

/* Headline (Objektitel) im Kopf des Objekts */
.objekt h2{
	float:left;
	color:#FFFFFF;
	font-style:normal;
	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;
	position:relative;
	z-index:2;
}
.objekt img{
	border:1px solid #34190E;
}

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

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

.clear{
	clear:both;
}