@CHARSET "ISO-8859-1";

/* Rechte Spalte, Menü, Footer und Brotkrume nicht auf Ausdrucken anzeigen */
#right-column, #brotkrume, #navi, #footer {
	display:none !important;
}

/* Schriftfarbe generell auf schwarz setzen, Hintergrundfarben und -bilder entfernen */
body, div, p, td, th, input, a, button, span, h1, h2, h3, h4, h5 {
	color: black !important;
	background-color: white !important;
	background-image: none !important;
}

h2, h3 {
	font-weight: bold !important;
}

/* Links kursiv und unterstrichen kennzeichnen */
a {
	font-style: italic !important;
	text-decoration: underline !important;
}

.roundcorners {
	border-top: 1px solid gray !important;
	height: 1px !important;
}
.roundcorners b {
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
}
.box-bg, .box-bg-yellow, .box-bg-white, .box-bg-grey {
	background-color: white !important;
	border-left: 1px solid gray !important;
	border-right: 1px solid gray !important;
}

.wc_icon_button {
	display: none !important;
}

.noprint{
	display: none !important;
}

#inhalt {
	top: 43px !important;
}

#logo {
	top: 0px !important;
}

.wcard, .wcard-right {
	background: none !important;
}

.wcard_img_subtitle, .wcard_x_text_container, .wcard_x_text_container td
	, .wcard_x_text_container th, .wcard_x_text_container input
	, .wcard_x_text_container textarea {
	color: black !important;
}

.wg_toolbar {
	display: none !important;
}

TEXTAREA, input[type=text], input[type=password], select {
	border: 1px solid gray;
}

td, th {
	page-break-inside: avoid;
}

.pbr {	border-right: 1px dashed gray; }
.pbb {	border-bottom: 1px dashed gray; }
.pb {	border-right: 1px dashed gray; border-bottom: 1px dashed gray; }