@charset "utf-8";
/*****************************************************
/ Allg. Klassen
*****************************************************/
.printonly {
	position: static;
	height: auto;
	width: auto;
	overflow: visible;
}
.bglightgray {
	background-color: transparent;
}
/*****************************************************
/* Grundstruktur der Seite
*****************************************************/
body {
	background-image: none;
}
#overall {
	width: auto;
	margin: 0;
	padding-bottom: 0;
}
#header {
	position: static;
	border-top: 0;
	height: auto;
	padding-bottom: 15px;
}
#container #col_left, #container #col_right, #footer {
	display: none;
}
#container #content {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

/*****************************************************
/* Header-Bereich
*****************************************************/
#header_logo {
	position: static;
}
#header_logo a {
	display: inline;
	background-image: none;
}
#header_searcharea, #header #header_nav_left, #header #header_nav_right, #header #header_nav_type {
	display: none;
}

/*****************************************************
/ Datentabellen
*****************************************************/
div.data_container, h2.data_header, div.disabled h2.data_header, h5.data_header {
	/*background-image: none;*/
}
div.disabled h2.data_header {
	color: #333333;
}
div.data_container {
	border: 1px solid #666666;
}
table.data_table {
	color: #000000;
}
table.data_table th, table.data_table td {
	border-top: 1px solid #666666;
}
div.data_content h3 {
	border-top: 1px solid #666666;
}
div.data_content h4 {
	border-top: 1px solid #666666;
}
h5.data_header {
	border-top: 1px solid #666666;
}

/*****************************************************
/ Ergebnislisting
*****************************************************/
#filteroutput {
	border: 1px solid #666666;
	/*background-image: none;*/
}
#filteroutput #filteroutput_content dl {
	border-top: 1px solid #666666;
}
#filteroutput #filteroutput_content dd span {
	padding: 2px;
	color: #000000;
	background-image: none;
}
#filteroutput #filteroutput_content dd a {
	display: none;
}
#filteroutput #filteroutput_nofilter {
	border-top: 1px solid #666666;
	/*background-color: transparent;*/
}
#filteroutput #filteroutput_resetall {
	display: none !important;
}
#listing_count {
	margin: 10px 0 0 0;
	padding: 0;
	background-color: transparent;
	color: #000000;
}
#listing_count #listing_count_arrow, .paging ul, #listing_paging_bottom {
	display: none;
}
.paging {
	margin-top: 10px;
}
#listing_items h4, #listing_items div.list_item a {
	color: #000000 !important;
}
#listing_items div.list_item {
	color: #333333;
}
#listing_items h4.list_header {
	padding-left: 0;
	border-bottom: 1px solid #666666;
}
#listing_items .list_item {
	padding: 2px 0;
	border-bottom: 1px solid #666666;
}

/*****************************************************
/ Ergebnis-Detailseite
*****************************************************/
h2.data_header a, h5.data_header a {
	color: #000000 !important;
}
div.data_logininfo a.data_loginbutton {
	background-image: none;
}

/*****************************************************
/ Werbung
*****************************************************/
.ad {
	display: none;
}