body {
	 font-size:9pt
     background: #FFFFFF;
	 margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	 padding: 0;
	 color: #000000;
	 background-color: #FFFFFF;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	}

P  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	}
li  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	}

H1  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18pt;
	color : Black;
	}

H2  {
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Red;
	line-height : 20pt;
	}

H3  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : red;
	line-height : 100%;
	}

H4  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : red;
	line-height : 100%;
	}


A  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Navy;
	}

A:Visited  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
	}

A:Active  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	}

A:Hover  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Navy;
	}

.tit3  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	}

.tit2  {
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	}

.text10  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	}

.text  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	}

.text-bold  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight:bold;
	}

.caption  {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : Gray;
	}

.red  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Red;
	}

.text-red-u {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	}
	
.paypal {
	background-color: #D2D3AD;
	width: 550px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}


.redtitle  {
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Red;
	}
	
.bold {
	font-weight: bold;
	}
