body {
	margin-top:0px;
	margin-bottom:30px;
}
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p, h2, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 {
	font-size:20pt;
	color:#990000
}
/* main headline such as "body transformation" */

h2 {
	font-size:12pt;
	color:#000000
}
/* the links on the horizontal navigation */

h3 {
	font-size:10pt;
	color:#000000;
	font-weight:700;
}
/* vertikale navigation */

h4 {
	font-size:10pt;
	font-weight:700;
	color:#990000;
}
/* Zwischenueberschriften an manchen Stellen */

h6 {
	font-size:8pt;
	color:#0000CC;
	font-weight:700;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size:12pt;
	font-weight:700;
	color:#990000;
	;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	;
	text-decoration: underline
}
/* Normal text, e.g. main page paragraphs */
p, ul, ol, li, div, td, th, address, nobr, b, i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt
}
}
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

.doc {
	background-color:#EEEEEE;
}
/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */

.qbar {
	background-color:#FFFFE0;
	font-size:9pt;
	font-family:Arial, sans-serif;
}
/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


pre.normal {
	color:#000000;
}
/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#ff9900;
	text-decoration:none;
}
a:active {
	color:#9900cc;
	text-decoration:none;
}
a:hover {
	color : #CC3300;
}
A.index:link {
	font-size : 11px;
	color : #333366;
}
A.index:visited {
	font-size : 11px;
	color : #333366;
}
A.index:hover {
	color : #CC3300;
}
a.dropmenu:link {
	font-size : 12px;
	color : #333366;
}
a.dropmenu:visited {
	font-size : 12px;
	color : #333366;
}
a.dropmenu:hover {
	color : #CC3300;
}
a.lotusnav:link {
	font-family:Arial;
	font-size : 10px;
	color : #333366;
	text-decoration:none;
}
a.lotusnav:visited {
	font-family:Arial;
	font-size : 10px;
	color : #333366;
	text-decoration:none;
}
a.lotusnav:hover {
	font-family:Arial;
	color : #CC3300;
	text-decoration:none;
}
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #ffffff = white */
/* #ff9900 = orange */
/* #990000 = bordeaux*/
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an {
	text-decoration:none;
}
#dropmenudiv {
	position:absolute;
	border:1px solid black;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}
