p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Tahoma,sans-serif; }


h1 {font-size:36pt;font-weight:bold}
h2 {font-size:14pt;
background-color:#FFFF99;
	color : Blue;
	padding-left : 2 px
}
h3 {
	font-size: 10pt;
	background-color: #FFFF99;
	color : Blue;
	padding-left : 2 px;
	margin-bottom:3
}
h4 {
	font-size: 10pt;
	margin-bottom:3pt;margin-top:18pt;
	 background-color:#FFFF99;
	color : Blue;
	padding-left : 2 px
}



p,ul,ol,li,div,td,th,address,nobr,b,i {
	font-size: 10pt;
	color : #C0FFFF;
}/* normaler Text */

td {vertical-align:top }
/*Text in Tabellen-Zellen oben ausrichten */

td.gross {font-size:12pt;font-weight:bold }
/* Ueberschrift in Tabelle, 1. Seite*/

td.list {
	padding-right:12pt;
}
/* Liste mit Links auf Unterthemen*/

.menu{
	font-weight : bold;
	font-size : 14pt;
	text-decoration : none;
}
.menuaktiv{
	color :White;
	font-weight : bold;
	font-size : 14pt;
	text-decoration : none;
}

.menu2{
	font-weight : bold;
	font-size : 11pt;
	text-decoration : none;
}
.menuaktiv2{
	color:  White;
	font-weight : bold;
	font-size : 11pt;
	text-decoration : none;
}

ul,li {margin-top:1pt}
/* Aufzaehlungslisten */

/* FARBEN */
body  {
	background-color: #4169E1;
}


a:link {
	color: #FFFF99;
	text-decoration : none;
}
a:visited {
	color:  #FFFF99;
	text-decoration : none;
}
a:active {
	color:  #FFFF99;
	text-decoration : none;
}
a:hover{
	color: Yellow;
	text-decoration : underline;
}

/* Links andere Farbe */

td.fusszeile{
	font-size : 9pt;
	text-align : right;
	font-style : italic;
}

