/* Alle CSS-Stile werden auf Schwarz oder Graustufen gesetzt. */

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	background: inherit;
	margin: 0.4em 0 0.5em 0;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #333;
	background: inherit;
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0.3em 0.3em 0;
}

h3
{
	font-size: 11pt;
	font-weight: normal;
	margin: 0.4em 0 0.3em 0;
}
.contentheading, .componentheading {
	font-size:1.8em;
	font-weight: bold;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after: avoid; }

a
{
	color: #999999;
	font-weight: bold;
}

.unsichtbar , p .u2 { display: none; }
#header { width: auto; }
.buttonheading {display:none;}
/* ********** Headerinhalte (ausnahme Bild), 
Navigationen, Navigationspfad, Fuss werden ausgeblendet ********** */
#header form ,.pagination , p.counter , .unseen { display: none;}
#header ul, #right form { display: none; }
#breadcrumbs , #left , #fontsize, #navigationspfad { display: none; }
/*#footer { display: none; }*/

/* ********** Content Links ********** */
#main2 { margin: 0%; }
#all {text-align:left}
#right
{
	display: block;
	position: static !important;
}

/* ********** Kopfzeilen für die Druckausgabe ********** */
#main2:before
{
	content: " Seiteninhalte ";
	color: #888;
	display: block;
	background-color: inherit;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px #000 solid;
	margin-bottom: 1em;
}

#right:before
{
	content: " Zusatzinformationen ";
	color: #888;
	display: block;
	background-color: inherit;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px #000 solid;
	margin-bottom: 1em;
}
#footer:before 
{ 
	content: " Fusszeile für Druckausgabe ";
	color: #888;
	display: block;
	background-color: inherit;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px #000 solid;
	margin-bottom: 1em;
}