.navTable {
	font-family: Arial, "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #B4B4B4;
	background-color: #F5F5F5;
	background-image: url(grafiken/navigation/main_back.gif);
	cursor: hand;
}

.navTableSel {
	font-family: Arial, "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #0000FF;
	background-color: #F5F5F5;
	background-image: url(grafiken/navigation/main_back_sel.gif);
	cursor: hand;
}



.subTable {
	font-family: Arial, "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #B4B4B4;
/*	background-color: #F5F5F5; */
	cursor: hand;
}

.subTableSel {
	font-family: Arial, "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #0000FF;
/*	background-color: #F5F5F5; */
	cursor: hand;
}

.txtNorm {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #000099;
}
.txtBig {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}.tableBack {
	background-attachment: fixed;
	background-image: url(grafiken/hg_logo_sml.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}