/* Formatvorlagen in Form von CSS */

/* Allgemeines Aussehen */

body {
	background-color : #DBFFD9;
	color : Black;
}

a:link {
	color: Green;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color: Green;
	text-decoration : none;
	font-weight : normal;
}

a:active {
	color: Olive;
	text-decoration : none;
	font-weight : bold;
}

a:hover  {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

p,h1,h2,h3,tr,th,td,li{font-size:10pt; font-family:Verdana,Arial;color:Black }
p.green{ font-size:8pt;font-family:Verdana, Arial;color:#009900}
p.klein{ font-size:8pt;font-family:Verdana,Arial;color:Black }
p.gross{ font-size:14pt;font-family:Verdana,Arial;color:Black }

/* einzelne Satzteile */

div.green{ font-size:8pt;font-family:Verdana, Arial;color:#009900}
div.klein{ font-size:8pt;font-family:Verdana,Arial;color:Black }

/* Ueberschriften */

h1 {font-size:18pt;font-family:Verdana,Arial;color:#000000}

h2 {font-size:14pt;font-family:Verdana,Arial;color:#000000}

h3 {font-size:10pt;font-family:Verdana,Arial;color:#000000}

/* Normale Absaetze */

p,li {font-size:10pt;color:#000000}

/* Tabellentext */

tr,th,td {font-size:10pt;color:#000000}