/* Druckansicht */

#wrapper_hauptbereich_inhalt,
#wrapper_content,
#wrapper_content div.csc-default {
	/* Firefox-Print-Bug */
	overflow: visible !important;
}

body {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 { font-size: 21pt; font-weight: normal; }
h2 { font-size: 16pt; }
h3 { font-size: 12pt; }

#nav_logo {
	border-bottom: 1pt solid black;
	position: static;
	padding-bottom: 0.25cm;
}

#nav_logo img {
	border: 0;
}

/* Screenlayout-Elemente ausblenden */

#header_image,
#wrapper_navigation,
#wrapper_rechts,
#nav_quick,
#banner,
#footer_logo1,
#footer_logo2,
.link_print {
	display: none;
}

/* Uebrige Navigation ausblenden */
#nav_meta,
#nav_footer {
	display: none;
}

#nav_klickpfad:before {
	content: "Standort: ";
}

.wtdirectory_filter,
.wtdirectory_pagebrowser {
	display: none;
}

/* Hintergrundbilder ausblenden */

#wrapper_hauptbereich_inhalt {
	background-image: none;
}

/* Farben zuruecksetzen */

.fce_teaser img,
.fce_teaser .fce_teaser_altheadline,
.fce_teaser.fce_teaser_linie_1,
.fce_teaser.fce_teaser_linie_3,
.csc-frame.csc-frame-rulerBefore1,
.csc-frame.csc-frame-rulerBefore2,
hr {
	border-color: black !important;
}

/* Inhalte */

h1#headline_seite {
	color: #000 !important;
	margin-left: 0;
}

.tx-wtdirectory-pi1 {
	position: relative;
}

.wtdirectory_list_wrap {
	overflow: visible !important;
}

/* FCE */

.fce_s50 {
	clear: left;
}

.fce_teaser {
	/*border-top: 1pt solid black;
	padding-top: 0.25cm;*/
	margin-top: 1cm;
}

.fce_s50_spalte {
	margin-right: 0.5cm;
	width: auto;
}

.fce_s50_spalte_inhalt.float_right {
	float: none;
}

/* URLs ausschreiben */

/*#wrapper_content a[href]:after {
	content: " <Adresse: "attr(href)">";
	color: #444;
	background: inherit;
	font-style: italic;
}

#wrapper_content a[href*="mailto"]:after,
#wrapper_content a[href*="javascript"]:after {
	display: none;
}*/

/* Footer */

#footer {
	border-color: black;
	margin-top: 1cm;
	padding-top: 0.25cm;
}

#footer_logos {
	display: none;
}

#footer_text1,
#footer_text2 {
	float: left;
	font-size: 8pt;
}

.footer_spalte.border {
	border-color: black;
}


