body  {
	margin-top : 0px;
	margin-bottom : 0px;
	background-color : #630021;
}

/* 10px = 10 Pixel, Wert aenderbar*/
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : Verdana,Arial,sans-serif;
	color : #D0AC49;
}

/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar*/
h1  {
	font-size : 18pt;
}

/* 18pt = 18 Punkt, Wert aenderbar*/
h2  {
	font-size : 16pt;
}

/* 16pt = 16 Punkt, Wert aenderbar*/
h2.sh2  {
	font-size : 16pt;
}

/* 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 : 10pt;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
p,ul,ol,li,div,td,th,address,nobr,b,i  {
	font-size : 10pt;
}

/* 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  {}

/* #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 : #D0AC48;
	text-decoration : underline;
}

a:visited  {
	color : Silver;
	text-decoration : underline;
}

a:active  {
	color : White;
	text-decoration : none;
}

/* none = nicht unterstrichen, Wert aenderbar*/
a.an  {
	text-decoration : none;
}

