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

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

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

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

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

/* 16pt = 16 Punkt, Wert aenderbar*/
h3  {
	font-size : 12pt;
	font-weight : bold;
}

/* 11pt = 11 Punkt, Wert aenderbar*/
h4  {
	font-size : 8pt;
	font-weight : normal;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
p,ul,ol,li,div,td,th,address,nobr,b,i  {}

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

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

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

a:visited  {
	color : #C0C0C0;
	text-decoration : underline;
}

a:active  {
	color : #000000;
	text-decoration : underline;
}

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

a:hover  {
	color : #808080;
	text-decoration : underline;
}

.bold  {
	font-weight : bold;
}

.wht  {
	color : #FFFFFF;
	text-decoration : none;
	font-size : 8pt;
}

