/*******************************************************/
/* Stile für Suche-Popup                               */
/*******************************************************/
html, body {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	background-color: #FFFFFF;
}
.noprint {
	display: none;
}
#popup {
	left: 0px;
	top: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#suchepopup {
	position: static;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#suchepopup_form_container {
	top: 0px;
	border: 0px;
}
#suchepopup_form {
	padding: 0px;
}
#suchepopup_container, #popup_container {
	position: static;
	top: 50px;
	left: 0px;
	padding: 0px;
	border: 0px;
}
#suchepopup_content, #popup_content {
	position: static;
	padding: 10px 0px;
}
.searchpages {
	display: none;
}
.noprint {
	display: none;
}
#popup #bottom {
	border-top: 0px;
}
#popup #container {
	position: static;
	height: auto;
	width: auto;
	overflow: auto;
}
#popup #container table {
	background-color: #FFFFFF;
}
.ecke {
	display: none;
}