/* Stylesheet zieglergmbh.de (Druckversion) */

* { /* ALLE Abstände auf 0 setzen - "Browser-Kalibrierung"*/
	padding: 0; margin: 0;
}

body { /* HTML-Element body gestalten */
	color: #FFFFFF; /* Schriftfarbe */
	background-color: #a52a2a; /* Hintergrundfarbe */
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

.clearing {
	clear: both;
}

#navibereich {
	display: none;
}

a {
	text-decoration: none; outline: none; /* Unterstreichung entfernen */
}

a:link {
	color: #6b3220;
}

a:visited {
	color: #6b3220;
}

a:hover, a:focus {
	color: #6b3220;
	text-decoration: underline;
}

a:active {
	color: #6b3220;
	border-bottom: 0;
}

/* Abstände (nach Reset) wieder herstellen */
h2, h3, p, ol {
	margin-bottom: 1em;
}

#switch_estrich {
	visibility: hidden;
}

#impressum {
	visibility: hidden;
}
