/*
	TITLE & NAV
*/
#title a {
	text-decoration:none;
	color:black;
}
#sidebar, #nav {
	display:none;
}

/*
	CONTENT
*/
#content span.heading {
	color: #000000;
	background-color:inherit;
	font-size: 10pt;
	font-weight: bold;
}
#content hr.heading {
	border: 0.5px solid #000000;	/* wegen firefox; bei 2 0.5px = 1px; sonst kein hr bei druckvorschau; aber nur da! */
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 97%;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#content h2.strict {
	/* brauch ich nur bei Strict */
	margin-top: 2pt;
}

/*
	FOOTER
*/
#footer {
	font-size:small;
}

/*
	SONSTIGES
*/
#contactContainer p.required { display:none; }
#GB p.required { display:none; }
