/* Definiert für alle Classen das Padding */
.bgsubnavd, .bgsubnav, .subnavtitel {
	padding: 4px 3px 4px 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.subnavtitel {
	font-weight: bold;
}

/* Link Unternavigation Text schwarz */
a.subnav:link, a.subnav:visited, a.subnav:hover, a.subnav:active {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.subnavactive{
	font-weight: bold;
}


