
.uebersicht {
		margin-left: 11px;
		margin-right: 11px;
}


.uebersicht table {
		width: 100%;
		table-layout: fixed;
}
		 .uebersicht table td {
				text-align: center;
				padding: 6px;
				vertical-align: top;
		 }

				 .uebersicht table td > a {
						display: block;
						border: 1px solid #dcdcdc;
						text-decoration: none;
						color: #000000;
				 }

						 .uebersicht table td > a > span {
								display: block;
						 }


								.uebersicht table td .uebersicht_ueberschrift {
										background-color: #dcdcdc;

										background-image: -webkit-linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);
										background-image: -moz-linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);
										background-image: -o-linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);
										background-image: linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);

										margin: 2px;
										padding: 5px;
										text-transform: uppercase;
										font-weight: bold;
										font-size: 13px;
								}

								 .uebersicht table img {
										width: 242px;
										border: 0;
								 }

								.uebersicht table td .uebersicht_beschreibung {
										padding: 4px;
										text-align: left;
										font-size: 11px;
										height: 164px;
								}
										.uebersicht table td .uebersicht_beschreibung span {
												display: block;
										}
										.uebersicht table td .uebersicht_beschreibung .beschreibung_ueberschrift {
												font-weight: bold;
										}


								.uebersicht table td .uebersicht_weiter {

										background-color: #dcdcdc;

										background-image: -webkit-linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);
										background-image: -moz-linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);
										background-image: -o-linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);
										background-image: linear-gradient(0deg, #dcdcdc 0%, #ececec 50%);

										background-image: url("//www.unlandsun.de/shop/img/raumsituation/_allgemein/button_doppelpfeil.jpg");		/* ganze Domain, weil das hier im Verzeichnis liegt, welches nicht mit kopiert wird */
										background-position: right center;
										background-repeat: no-repeat;
										height: 20px; line-height: 20px;
										padding-top: 2px;
										padding-bottom: 2px;

										font-size: 11px;
								}





/*
Ausklappboxen Anfang
*/



/* Einschraenkung der Eigenschaften */

.hover_underline {
		cursor: pointer;
}

.hover_underline:hover {
		text-decoration: underline;
}

#farbuebersicht_head {
		position: relative;
		margin-top: 10px;
		z-index: 3;
}

#auswahl_tabelle {
		border-spacing: 0;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
}

		#auswahl_tabelle td {
				padding: 0;
		}

				#auswahl_ueberschrift {
						color: #00447d;
						font-size: 14px;
						font-weight: normal;
						margin: 0;
						padding: 0;
						text-align: left;
				}

				#auswahl_sortierung {
						margin: 0;
						padding: 0;
						text-align: right;
						color: #595959;
				}
						#auswahl_sortierung select {
								border: 1px solid #D5D5D5;
								color: #595959;
						}

.msg_notfound {
		color: #666666;
		font-style: italic;
		margin: 30px;
		text-align: center;
}


.box_group {
		padding-top: 10px;
		padding-bottom: 10px;
		z-index: 14;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		margin-left: 20px;
		margin-top: 0.5em;
		margin-right: 20px;
		cursor: default;		/* so dass bei mouseover, wo text ist, der Cursor sich nit in den Text-Cursor verwandelt, sondern als Standard-Cursor bleibt, bei den Links soll wie gehabt "pointer" erscheinen */
}

.box_start {
		float: left;
		padding-right: 20px;

		background-image: url("/plissee/bilder/pfeil-blau-2.png");
		background-position: right center;
		background-repeat: no-repeat;
}

.box_properties {
		position: relative;
		float:left;
		color: #595959;
		margin-left: 14px;
		z-index: 13;
}

		/*
		das wird jetzt bereits in der Haupt-CSS eingebunden, weil wir das auch im Hauptmenue brauchen
		body { behavior: url('/autosites/csshover3.htc'); }
		*/

		.box_properties:hover .box_properties_area {
				display: block;
		}

.box_properties_head {
		padding-left: 6px;
		background-color: #ffffff;
		position: relative;
		border: 1px solid #D5D5D5;

		background-image: url("/plissee/bilder/pfeil-blau-1-runter.png");
		background-position: 99% center;
		background-repeat: no-repeat;

		z-index: 12;
}


.box_properties_area {
		background-color: #ffffff;

		position: absolute;
		display: none;
		z-index: 10;
}
		.box_properties_area_margin {		/* Diese Extra Div stellt den Margin bereit, der die Box ausgeklappt haelt */
				border: 1px solid #dcdcdc;
				margin-top: 2px;
				padding: 4px;
		}

		.box_properties_area table {
				width: 100%;
				z-index: 9
		}
		.box_properties_area div {
				z-index: 9
		}

/* Ende Einschraenkung der Eigenschaften */


/*
Ausklappboxen Ende
*/

