/**
 * JuraForum.de - CSS (allgemein) - Druck
 *
 */


/* Seitenrahmen in der Druckvorschau */

	@media screen {
		body {margin: 20px;}

		.pfeil {background: none !important;}

		.pfeile-blau li, .pfeile-grau li {background: none !important;}


	}


/* "Seite drucken" und "Fenster schließen" nur in der Druckvorschau anzeigen */

	@media print {

		.druckvorschau {
			display: none;
		}


	}


/* Elemente im Druck ausblenden */


body {
	background-color: #fff;
	background-image: none;
}

.ad-box,
.adsense-box-1,
.adsense-box-2,
.adsense-rectangle,
.nicht-drucken,
#socialmedia,
#themen-uebersicht,
#spalte-rechts {
	display: none;
}

#spalte-inhalt {
	width: 100% !important;
}

.layout-1,
.layout-2 {
	background: #fff !important;
}

.unsichtbar.drucken {
	position: static;
	display: block;
}

#inhalt .navigation {
	display: none;
}

.kopf {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.mitte {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.fuss {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.kopfbereich {
	position: static;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c7c7;
}

.fussbereich {
	border-top: none;
}

#spalte-inhalt {
	margin: 10px 0 !important;
	border-bottom: 1px solid #c9c7c7;
}

a,
a:visited {
	color: #000;
}

a.pfeil {
	padding-left: 0;
}

ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
	list-style-position: outside !important;
}

ul li {
	list-style-type: square !important;
	margin-left: 0px !important;
	padding-left: 15px !important;
}

fieldset ul li {
	list-style-type: none !important;
}
