/* CSS zur Druckausgabe */

@media print {


	#KontrastSwitch-und-MobileBurger,
	#navigationsleiste,
	.suche,
	.mod_pageImage,
	#header .clearing,
	.mod_zad_switcher,
	#left,
	#impressum,
	#nach-oben-button,
	#cookiebar,
	#main form button, #main input[type="submit"], #main .button {
		display: none;
	}
	
	#wrapper {
		margin: 16px;
	}

	#container {
		padding-left: 0pt;
		padding-right: 0pt;
	}

	#logobox {
		float: none;
		width: 150pt;
	}

	#main, #right {
		width: 520pt;
		float: none;
	}


	#nach-oben-button a:link,
	#nach-oben-button a:visited,
	#nach-oben-button a {
		display: none;
	}


	#main a:after, #right a:after {
		content:" (" attr(href) ") ";
	}
	
	#footer a {
		color: rgb(0,55,100)
	}
	
	
	/* Content Elemente */
	
	#main .bild50 .image_container.float_left,
	#main .bild50 .image_container.float_right {
		width: 50%;
	}
	
	#main .bild40 .image_container.float_left,
	#main .bild40 .image_container.float_right {
		width: 40%;
	}
	
	#main .bild30 .image_container.float_left,
	#main .bild30 .image_container.float_right {
		width: 30%;
	}
	
	#main .bild20 .image_container.float_left,
	#main .bild20 .image_container.float_right {
		width: 20%;
	}

	#main .image_container.float_left {
		margin-right: 16px;
	}

	#main .image_container.float_right {
		margin-left: 16px;
	}



}