/* Unterhalb jedes Befehls steht eine Kurzerklaerung*/
body  {
	margin-top : 10px;
	margin-bottom : 10px;
	color : Blue;
}

/* 10px = 10 Pixel, Wert aenderbar*/
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,body  {
	font-family : font-family:Helvetica,Arial,sans-serif;
	font-family : Helvetica,Arial,sans-serif;
	font-family : Helvetica,Arial,sans-serif;
	font-family : Helvetica,Arial,sans-serif;
	color : Blue;
}

/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar*/
h1  {
	font-size : 30pt;
	font-weight : bold;
	color : Blue;
}

/* 18pt = 18 Punkt, Wert aenderbar*/
h2  {
	font-size : 24pt;
	font-weight : bold;
	color : Blue;
}

/* 16pt = 16 Punkt, Wert aenderbar*/
h2.sh2  {
	font-size : 16pt;
	color : Blue;
}

/* 16pt = 16 Punkt, Wert aenderbar*/
h3,h3.xmp,h3.xpl,h3.inf,h3.tip  {
	font-size : 12pt;
}

/* 11pt = 11 Punkt, Wert aenderbar*/
h4  {
	font-size : 14pt;
	font-weight : bold;
	color : Blue;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
p,ul,ol,li,div,td,th,address,nobr,b,i  {
	font-size : 10pt;
	color : Blue;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
pre  {
	font-family : Courier New,Courier;
	font-size : 10pt;
	color : #0000C0;
}

/* #0000C0 = blau, Wert aenderbar*/
tt  {
	font-family : Courier New,Courier;
	font-size : 10pt;
	color : #0000C0;
}

/* #0000C0 = blau, Wert aenderbar*/
td.xmpcode  {
	border-width : 1pt;
	border-style : solid;
	border-color : #999999;
	background-color : #FFFFE0;
}

/* #FFFFE0 = helles Gelb, Wert aenderbar*/
.code  {
	background-color : #FFFFE0;
}

/* Farbe sollte gleich sein wie bei td.xmpcode*/
td.xplcode  {
	background-color : #EEEEFF;
}

/* #EEEEFF = helles Blau, Wert aenderbar*/
.doc  {
	background-color : #EEEEEE;
}

/* #EEEEEE = helles Grau, Wert aenderbar*/
.qbar  {
	background-color : #FFFFE0;
	font-size : 9pt;
	font-family : Arial,sans-serif;
}

/* 9pt = 9 Punkt, Wert aenderbar*/
pre.normal  {
	color : #000000;
}

/* #000000 = schwarz, Wert aenderbar*/
a:link  {
	color : Blue;
	text-decoration : underline;
}

a:visited  {
	color : Green;
	text-decoration : underline;
}

a:active  {
	color : Green;
	text-decoration : none;
}

/* none = nicht unterstrichen, Wert aenderbar*/
a.an  {
	text-decoration : none;
}

h3  {
	font-size : 18pt;
	font-weight : bold;
	color : Blue;
}

h5  {
	font-size : 12pt;
	font-weight : bold;
	color : Blue;
}

h6  {
	font-weight : bold;
	font-size : 10pt;
	color : Blue;
}


