/* Tabellen */

/* link ohne Zuweisung von classe */
a {color: #0000ff; text-decoration: none;}
a:hover {color: #991100; text-decoration: underline;}

/* Tabelle Menü oben rechts */
table.nav_oben_rechts
a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	text-decoration: none;}
table.nav_oben_rechts
a:hover{color: #999999;
text-decoration: none;}
.nav_oben_tx
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #fff;
	text-decoration: none;}


/* Tabelle Sub-Menü */
td.main_menu
{
	background-image:   url(../img/nav.hgbottom.gif);
	padding-top: 4px}

/* Tabelle Menü sub */
table.nav_sub
a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing:1px;
	color: #999999;
	text-decoration: none;}

table.nav_sub
a:hover{color: #333333;
text-decoration: none;}






