/* allgemein */
body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.txt {
	color: #333;
	font-size: 13px;
}
.naviLeftauswahl {
	color: #516082;
	font-size: 11px;
}
.extra {
	font-size: 13px !important;
}
h4 {
	font-weight:bold;
	color:#000;
	font-size:13px;
	margin:0;
	padding:0;
}
.subtitel {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}
/* linkstile */

a:link, a:visited {
	text-decoration : none;
	color: #333;
	background: transparent;
	font-size: 11px;
	}
a:hover {
	text-decoration : underline;
	color: #bf5768;
	background: transparent;
	font-size: 11px; 
	}
a:active {
	text-decoration : none;
	color: #bf5768;
	background: transparent;
	font-size: 11px;
	}
a:link.txt, a:visited.txt {
	text-decoration : none;
	color: #bf5768;
	background: transparent;
	font-size: 13px;
	}
a:hover.txt {
	text-decoration : underline;
	color: #333;
	background: transparent;
	font-size: 13px; 
	}
a:link.extralink {
	text-decoration : none;
	color: #bf5768;
	background: transparent;
	font-size: 11px;
	}
a:visited.extralink {
	text-decoration : none;
	color: #bf5768;
	background: transparent;
	font-size: 11px;
	}
a:hover.extralink {
	text-decoration : underline;
	color: #333;
	background: transparent;
	font-size: 11px; 
	}