
/* links erscheinen in gruen, sind 14 pixel */
a { 
	color:#0E6644;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-align: left;
}


/* normale absaetze sind schwarz, schriftgroesse ist 14*/
p {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-align: left;
	margin-left:50px;
	margin-right:50px;
}

/* li html tag umdefinieren (Listenelemente) mit schriftgroesse 14 */
li {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-align: left;
}

/* das h1 tag wird schwarz dargestellt und schriftgroesse ist 16 pixel*/
h1 {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
}

/* das h2 tag wird schwarz dargestellt und schriftgroesse ist 14 pixel*/
h2 {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
}

/* das h3 tag wird schwarz dargestellt und schriftgroesse ist 14 pixel*/
h3 {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}




/* ein neues tag fuer die adresse auf der hauptseite,*/
/* kann genutzt werden mit */ 
/* <mainAddress>...</mainAddress> */
/* schriftgroesse ist 14 pixel, farbe ist schwarz */
mainAddress {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	 
}

/* ein neues tag, um absaetze fett und in schreibmaschinenschrift, 12 pixel */
p_pre {
	color:#000000; 
	font-family:Fixedsys,Courier;
	font-size:12px;
	font-weight: normal;
	text-align: left;
}

/* neues tag, um absaetze fett darzustellen */
p_bold {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align: left;
}

p_contact {
	color:#0E6644; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold;
}

p_contact_mail {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align: left;
}

a_contact {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
}

p_fs {
	color:#000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 40px; 
	font-weight: bold;
}

p_rest {
	color:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: normal;
}
<!#0E6644>
body { font-family: Arial, Verdana, sans-serif; font: 1.0em/1.2em  }
body.emptystyle {background-color: rgb(22,140,19)}
body.banner {color: rgb(255, 255, 255); background-color: #006644}
body.navi { font-weight: 400; color: rgb(0, 0, 0); background-color: rgb(220, 235, 205) }
body.dynav { background-color: rgb(235, 255, 225) }
body.footer { font size="1"; color: rgb(0, 0, 0); background-color: rgb(245, 255, 235) }
body.standard { color: rgb(0, 0, 0); background-color: rgb(250, 255, 240) }
body.tables {font size="1" }

