body {
	font-family: Arial, Helvetica, sans-serif;
}

.tabl-content  /* Tabellengröße */
  { width:760px; 
	height:420px 
}

.haupttx  /* Text im Hauptfeld */
  { font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-size:10pt; 
	color:#FFFFFF;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
}

a.haupttx:link   { text-decoration:none; color:#FFFFFF; padding:0px;}
a.haupttx:hover { text-decoration:none; color:red; padding:0px;}
a.haupttx:active { text-decoration:none; color:#FFFFFF; padding:0px;}
a.haupttx:focus { text-decoration:none; color:#FFFFFF; padding:0px; }
/* ----------------------------------------------- */

.men
{	text-align:center;
	margin-top:10px;
	margin-bottom:12px;
}

a.menu:link 
   { font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-size:9pt; 
	color:#000000;
	text-align:center; 
	text-decoration: none;

}
a.menu:visited { text-decoration:none; font-size:9pt; color:#000000; }
a.menu:hover { text-decoration:none; font-size:9pt;color:red; }
a.menu:active { text-decoration:none; font-size:9pt; color:#000000; }
a.menu:focus { text-decoration:none; font-size:9pt; color:#000000; }
/* ----------------------------------------------- */
.adr
{ 	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:bold;
	font-size:9pt; 
	text-align:left;
}

