.Small, .pfad {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-weight: normal;
}
.SmallBold, h6 {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-weight: bold;
}
.Medium, ol.engage em { /* Standard */
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}
.MediumBold, h5, ol.engage strong {
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}
.Big {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: normal;
}
.BigBold, h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 22pt;
	font-weight:bold;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 20pt;
	font-weight:bold;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight:bold;
}
.hoch {
	font-size:6pt;
	vertical-align:top;
}


/* Einrücken von Text */
ol.engage {
	list-style-type:none;
}
ol.engage strong, ol.engage em, ol.engage h5 {
	margin-left:-6ex;
}
ol.engage li {
	padding-left:15pt;
	padding-top:8pt;
	padding-bottom:4pt;
}
ol.engage li ol.engage li {
	padding-left:4pt;
}
ol.engage ul {
	list-style-type:disc;
}



/* Übersichtsseiten */
ul.uebersicht li ul li {
	margin-bottom: 6pt;
}
ul.uebersicht li ul li a, ul.uebersicht {
	font-size: 12pt;
	font-weight: bold;
}
ul.uebersicht li {
	margin-bottom: 18pt;
}


span.search, span.search a {
	color: #048204;
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-weight: normal;
}

/* Wenn in der ersten Zeile in einem Doc z.B. ein <h4> verwendet wird, dann ist der Abstand zum Pfad zu groß */
.first {
	margin-top:0px;
}


/* Tabellen: Layer --> timer, links, download */
table.layer, table.grau, hr.grau {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	border-collapse: collapse;
}
table.layer * th, table.grau * th {
	font-size: 11pt;
	text-align: left;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #B4B4B4;  /* #C7C7C7 */
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
table.layer * td, table.grau * td {
	font-size: 9pt;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding-right: 6px;
	padding-left: 6px;
}
table.layer {
	table-layout: fixed;
}
table.layer table, table.layer table td, table.grau table, table.grau table td { /* Tabelle in Tabelle */
	border-spacing: 0px;
	padding: 0px;
	border-style: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #DEDEDE;
	background-image: url(/images/homepage/bg_top.png);
	background-repeat: repeat-x;
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}
a, a:visited, a:link, a:active {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
table { /* gilt für alle Tabellen */
	empty-cells: show;
	border-spacing: 0px;
	padding: 0px;
	border-style: none;
}
img { /* gilt für alle Bilder */
	border-style: none;
}

/* Zitate */
q { quotes:"\201E" "\201C" "\201A" "\2018"; }
q:before, q q:before { content:open-quote; }
q:after, q q:after   { content:close-quote; }



@media print {
		body {
			background-color:#FFFFFF;
			background-image:none;
		}
		.noprint {
			display:none;
		}
		#noprint {
			display:none;
		}
}
@media screen {
		.onlyprint {
			display:none;
		}
		#onlyprint {
			display:none;
		}
}

.hide {
	display:none;
}

