/* ---------------- Suchergebnis ---------------- */

/* DIV */
#suchergebnis {
	width: 500px;
}

/* Tabelle */
#suchergebnistab {
	width: 500px;
}

	/* Zeile */
	.RSErgebnisZeile1{
		background-color: #bbddff;
	}
	.RSErgebnisZeile2 {
		background-color: #ffffff;
	}
	
	.RSErgebnisZeile1 .RSELO {
		height: 10px;
		background: url(grfx/rselo.gif) no-repeat left;
		background-color: #bbddff;
	}
	.RSErgebnisZeile1 .RSERO {
		background: url(grfx/rsero.gif) no-repeat right;
		background-color: #bbddff;
	}
	.RSErgebnisZeile1 .RSELU {
		height: 10px;
		background: url(grfx/rselu.gif) no-repeat left;
		background-color: #bbddff;
	}
	.RSErgebnisZeile1 .RSERU {
		background: url(grfx/rseru.gif) no-repeat right;
		background-color: #bbddff;
	}
	
	.RSErgebnisZeile2 .RSELO {
		height: 10px;
	}
	
	.RSErgebnisZeile2 .RSELU {
			height: 10px;
	}

		.RSBild {
			width: 100px;
		}
		.RSTip {
			width: 20px;
		}
		.RSUeberschrift {
			width: 300px;
			font-size: 11px;
			font-weight: bold;
		}
		.RSabPreis {
			width: 80px;
			font-size: 11px;
			font-weight: bold;
			text-align: right;
		}
		.RSTrennerInnen {
			font-size: 1px;
			border-top: 2px solid #AAAAAA;	
		}
		.RSTermine {
			font-size: 9px;
			color: #666666;	
		}
		.RSLeistVak, .RSDetails  {
			vertical-align: bottom;
			text-align: right;
		}		
		.RSLeistVakButton, .RSDetailsButton  {
			color: #000000;
			font-size: 10px;
			border: 1px solid #000000;
			background-color: transparent;
			text-align: right;
			width: 60px;
		}
		.RSEinleitung {
			font-size: 9px;	
		}
		.RSTrennerAussen {
			font-size: 3px;
		}
	
.RSPreisHinweis {
		padding: 3px;
}
.RSPreisHinweisCnt {
		color: #FF0000;
		font-weight: bold;
		text-align: right;
}


/* ---------------- Suche ----------------------- */

/* DIV */
#suchspalte {
	position: absolute;
	left: 520px;
	top: 0px;
}
.RSLO {
	height: 10px;
	background: url(grfx/rslo.gif) no-repeat left;
	background-color: #FBDE04;
}
.RSRO {
	background: url(grfx/rsro.gif) no-repeat right;
	background-color: #FBDE04;
}
.RSLU {
	height: 10px;
	background: url(grfx/rslu.gif) no-repeat left;
	background-color: #FBDE04;
}
.RSRU {
	background: url(grfx/rsru.gif) no-repeat right;
	background-color: #FBDE04;
}

/* DIV */
#suche {
}

/* Tabelle */
#suchetab {
	background-color: #FBDE04;
}

	.RSSucheTrenner {
		font-size: 1px;
		border-top: 1px solid #000000;
		color: #ffffff;
	}
	.RSSucheUeberschrift {
		font-size: 14px;
		font-weight: bold;
		color: #4F4F50;
	}	
	.RSSucheUeberschrift2 {
		color: #FBDE04;
	}
	.RSKategorieListe, .RSButton1, .RSSuchText, .RSSortierungListe {
		font-size: 12px;
		border: 1px solid #4F4F50;
		background-color: white;
		color: #4F4F50;
		width: 200px;
	}
	.RSMonatListe, .RSDatumEingabe, .RSButton2, .RSSuchText {
		font-size: 10px;
		border: 1px solid #4F4F50;
		background-color: #ffffff;
		color: #333333;
		width: 90px;
	}
	
	.RSButton1:hover, .RSButton2:hover {
		background-color: #ffffff;
		color: #0066ff;
	}
	
	

/* ---------------- Warten ---------------------- */

/* DIV */	
#KSWarten {
	width: 200px;
	height: 100px;
	text-align: center;
	background-image: url(grfx/ks_warten.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
#KSInfo {
	display: none;
}
