/*
	TITLE & NAV
*/
#title-left {
	text-align: center;
}
#title-right {
	display:none;
}
/*#nav ul li {
	display: inline;
}*/
/*#nav div.menusep, #nav #StyleSelectors, #sidebar, #nav ul {
	display: none;
}*/
#nav {
	display: none;
}

/*
	CONTENT
*/
span.heading {
	color: #000000;
	background-color:inherit;
	font-size: 10pt;
	font-weight: bold;
}
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;
}
h2.strict {
	/* brauch ich nur bei Strict */
	margin-top: 2pt;
}

/*
	FOOTER
*/
#footer {
	font-size:small;
}
#footer img, hr.footer  {
	display:none;
}

/*
	SONSTIGES
*/
a.pi {
	display: none;
}
img {
	border: none;
}
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 8pt; /*11px;*/
	color: #006600;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
}
dl.ext-info {
	background-color: #FFFFCC;
	border: 1px groove #000000;
	color:inherit;
}
#contactContainer p.required { display:none; }
#GB p.required { display:none; }
