/*#searchDialog_opacity {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 97;
	border: none;
	outline: none;
	-moz-outline-style: none;
	background-color: #ffdc00;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}*/

#searchDialog_opacity {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:970;
	border:none;
	outline:none;
	-moz-outline-style:none;
	background-color:#ffdc00;
	opacity:0.75;
	filter:alpha(opacity = 75);
}

/* .searchBackgroundDiv {
	position: absolute;
	padding: 0px;
	text-align: left; 
	vertical-align: middle;
	top: 50%;
	left: 50%;
	margin-top: -250px; negative Hälfte von height
	margin-left: -410px; negative Hälfte von width
	z-index: 99;
	border: none;
	outline: none;
	-moz-outline-style: none;
} */

.searchBackgroundDiv {
	width:854px;
	height:530px;
	padding:35px;
	position:absolute;
	text-align:left;
	top:30px;
	left:50%;
	 /* margin-top: -300px;negative Hälfte von height */
	margin-left: -462px; /* negative Hälfte von width */
	z-index:990;
	background:transparent url(/static/bilder/suche/Suche_Schatten.png) no-repeat top left;
	border:none;
	outline:none;
	-moz-outline-style:none;
	overflow:hidden;
}

/*.searchBackgroundDiv_yellow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px;  negative Hälfte von height 
	margin-left: -445px;  negative Hälfte von width 
	text-align: left;
	vertical-align: middle;
	z-index: 98;
}*/
.searchBackgroundDiv_yellow {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
.searchBackgroundDiv_yellow img {
	display:none;
}

.kanteSuche {
	width: 15px;
	height: 500px;
}

.produktErgebnisDetailsHeader {
	background-color: #ffdc00;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.magazinErgebnisDetailsHeader {
	background-color: #7ab51d;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.ueberHabaErgebnisDetailsHeader {
	background-color: #68b0dd;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.suchergebnisHeader {
	text-align: center;
	vertical-align: middle;
}

.suchergebnisHeaderHeight_30 {
	height: 30px;
}

.suchergebnisHeaderHeight_285 {
	height: 285px;
}

.suchergebnisHeaderHeight_300 {
	height: 300px;
}

.suchergebnisHeaderWidth_300 {
	width: 300px;
}

.suchergebnisHeaderWidth_505 {
	width: 505px;
}

.suchergebnisHeaderWidth_100 {
	width: 100px;
}

.searchBackgroundTable {
	background-color: #ffdc00;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
	border: none;
	outline: none;
	-moz-outline-style: none;
}

.suchDetailHeaderFont {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.searchWidth {
	width: 824px;
}

.searchHeight {
	height: 500px;
}

.dottedLine {
	background-image: url(/static/bilder/Strichlinie_quer.gif);
	background-repeat: repeat-x;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.dottedLine div {
	display:none;
}

.suchergebnisHeaderWidth_505 td {
	padding-top:0 !important;
}

.searchHeader {
	background-image: url(/static/bilder/suche/suche_oben_backround.jpg);
	background-repeat: repeat;
	margin-left: 20px;
	height: 50px;
}

.suchFormularSize {
	height: 450px;
	width: 244px;
}

.inhalt470 {
	width: 470px;
	min-height: 345px;
	vertical-align: top;
	text-align: left;
}

.spieleAnleitungErgebnisDetail {
	width: 450px;
	height: 100%;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.suchFormular {
	background-image:
		url(/static/bilder/reiterKategorie/03_HABA_Produkte_Navi_Verlauf.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 100%;
}

.suchErgebnisDetail {
	vertical-align: top;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
}

.suchErgebnisDetail_margin_top {
	width: 100%;
	margin-top: 10px;
}

.suchFormular_eingabe {
	border: 1px solid #DFDFDF;
	margin-left: 20px;
	margin-right: 20px;
}
