/* Unterhalb jedes Befehls steht eine Kurzerklaerung*/
body  {}

/* 10px = 10 Pixel, Wert aenderbar*/
p,ul,ol,div,td,th,blockquote,nobr,b,i  {
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-size : 9pt;
}

/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar*/
h1  {
	font-size : 18pt;
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-style : normal;
	color : #002B93;
}

/* 18pt = 18 Punkt, Wert aenderbar*/
h2  {
	font-size : 14pt;
	color : #002B93;
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-style : normal;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
pre  {
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-size : 9pt;
	font-weight : bold;
}

/* #000000 = schwarz, Wert aenderbar*/
a:link  {
	color : #002B93;
	text-decoration : underline;
	font-family : Verdana,Tahoma,Arial,Helvetica;
}

a:visited  {
	color : #808080;
	text-decoration : underline;
	font-family : Verdana,Tahoma,Arial,Helvetica;
}

a:active  {
	color : #FFB08A;
	text-decoration : none;
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-style : italic;
}

/* none = nicht unterstrichen, Wert aenderbar*/
a.an  {
	text-decoration : none;
	font-family : Times New Roman;
	font-style : italic;
}

adress  {
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-style : italic;
	font-size : 9pt;
}

h3  {
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-size : 11pt;
	color : #3C3644;
}

li  {
	font-size : 9pt;
	font-family : Verdana,Tahoma,Arial,Helvetica;
	list-style : square;
	padding-left : 1px;
}

dt  {
	font-family : Arial,Helvetica;
	font-size : 8pt;
	font-style : italic;
}

h4  {
	font-family : Verdana,Tahoma,Arial,Helvetica;
	color : #3C3644;
	font-size : 10pt;
	font-weight : bold;
}

