/*h1 - h6: 		Überschriften festlegen*/
h1 { font-size:24pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; }
h2 { font-size:20pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; }
h3 { font-size:18pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; }
h4 { font-size:16pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; }
h5 { font-size:14pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; }
h6 { font-size:12pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; }
/*table: 		Tabellen definieren*/
table { font-size:12pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; empty-cells:show; }
/*td: 		Datenzellen für Netscape 4.x definieren*/
td { font-size:12pt; font-family:Verdana,Arial,"Times New Roman"; }
/*td.data:		Datenzellenklasse definieren*/
td.data { border:thin solid black; background-color:#EEEEEE; }
td.data1 { border:thin solid black; background-color:#EEEEEE; }
/*body: 		Textkörper definieren*/
body { background-color:#CCCCCC; font-size:12pt; color:#000000; font-family:Verdana,Arial,"Times New Roman"; text-align:justify; margin:10mm;}
/*a:			Links definieren*/
a:link { font-weight:bold; color:#000000; font-size:12pt; }
a:visited { font-weight:bold; color:#555555; font-size:12pt; }

