@charset "utf-8";
/* Rechte Spalte, Menü, Footer und Brotkrume nicht auf Ausdrucken anzeigen */
#header, #headerNavi, #logo, #logoImage, #navigation, #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;
}
#contentContainer{
margin-left:150px;
}

.noprint{
	display: none !important;
}


