/* BODY - Hauptteil der HTML-Datei */
body  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #FFFFFF;
	text-decoration : none;
	bgproperties : fixed;
	text-align : justify;
	scrollbar-arrow-color: #70AFC0;
	scrollbar-face-color: #00507F;
	scrollbar-shadow-color: #00507F;
	scrollbar-darkshadow-color: #00507F
	scrollbar-3dlight-color: #005F80;
	scrollbar-base-color: #005F80;
	scrollbar-highlight-color: #70AFC0;
}

/* Ueberschrift */
h1 {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	text-align : center;
}

/* Unter-Ueberschrift */
h2 {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : bold;
	text-align : center;
}


/* 10px = 10 Pixel, Wert aenderbar */
hr {
	color : #000000;
	height: 1px;
}

/* 10px = 10 Pixel, Wert aenderbar */
p,h3,h4,ul,ol,li,div,th,address,blockquote,nobr,i  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	text-align : justify;
}

a:link  {
	color : darkblue;
	text-decoration : underline;
	font-size : 10pt;
}

a:visited  {
	color : blue;
	text-decoration : underline;
	font-size : 10pt;
}

a:active  {
	color : darkblue;
	text-decoration : none;
	font-size : 10pt;
}

a:hover  {
	color : blue;
	text-decoration : none;
	font-size : 10pt;
}

td  {
	color : #000000;
	font-size : 10pt;
	text-align : justify;
}

