body	{ font-family : arial, helvetica, sans-serif;
	 	  background-color: rgb(168,200,255);
	 	  background-attachment: fixed;
	 	  background-position: center;
	 	  background-repeat: no-repeat;
	 	  text-align: center;
	      font-size: 10pt;
    	}

tr.tabinf { font-family : arial, helvetica, sans-serif;
	        font-size: 10pt;
    	  }

/* Für die Tabellenüberschriften */
tr.tabueb { background-color: rgb(100,100,255);
	      }
	   
tr.tabold { color: rgb(128,128,128);
	      }
td.tabold { color: rgb(128,128,128);
	      }

/* Für die Links auch die Farben einstellen */
a        { font-family: arial; color : White; }
a:active { color: rgb(255,0,0)}
a.top    { color: Black; }
a.pdf    { color: Black; font-size: 8pt; }
a.mail   { color: Black; font-size: 12pt; font-weight: bold; background-color: rgb(255,150,150); }

/*h1	{ font-family: arial; font-size: 18pt; font-weight: bold }*/

/* h2 = EAKJ-Titel im oberen Rahmen */
h2	{
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	margin-top : 1mm;
	margin-bottom : 1mm;
}

h3	{ font-family: arial; font-size: 12pt; font-weight: bold }

/* h4 = Menü im oberen Rahmen */
tr.h4	{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 1mm;
	margin-bottom: 1mm;
}
/* h4s = Untertitel im oberen Rahmen */
tr.h4s	{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 1mm;
	margin-bottom: 1mm;
    color: rgb(128,128,128);
}
/* h4si = Infos im oberen Rahmen */
tr.h4si	{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 1mm;
	margin-bottom: 1mm;
    	color: rgb(255,64,64);
}
/* h4b = Jahreszahlen */
tr.h4b	{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 1mm;
	margin-bottom: 1mm;
    color: black;
}

/* h5 = Menü im mittleren Rahmen + Info im submenu_start */
h5	{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin-top : 1.5mm;
	margin-bottom : 1.5mm;
	color : White;
}

/* h6 = Infotexte im mittleren Rahmen */
h6	{
	font-family: arial;
	font-size: 10pt;
	margin-bottom : 1.5mm;
	margin-top : 1.5mm;
	font-weight : lighter;
	color : White;
}

