/* Festlegung der Grundschrift und -farben */body, p, td {	font-size: 12px;	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}a:visited, a:active, a:hover, a:link {	color: black;	text-decoration: underline;}a:hover {	color: #6699cc;	text-decoration: underline;}/* Text in der linken und rechten, blauen Spalte */.anzeige {	line-height: 120%;	color: white;	font-weight: bold;	font-size: 10px;	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}/* Ueberschriften */.headline {	color: black;	font-weight: bold;	font-size: 16px;	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}/* Artiel */.artikel {	line-height: 120%;	color: black;	text-align: justify;}/* Ueberschriften */.headlinetmpl {	color: black;	font-weight: bold;	font-size: 16px;	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	padding: 4px 8px;}/* Artiel */.artikeltmpl {	line-height: 120%;	color: black;	text-align: justify;	padding: 0px 8px 4px;}/* Fuss */.fusstmpl {	font-size: 3px;}/* Aussehen der Links in der Navigation */.vertikaleNavigation a, .vertikaleNavigation a:visited {	color: white;	font-weight: bold;	text-decoration: none;}.vertikaleNavigation a:hover {	color: white;	text-decoration: underline;}.horizontaleNavigation a, .horizontaleNavigation a:visited, .horizontaleTeiler, .horizontaleNavigation {	font-size: 12px;	color: black;	font-weight: bold;	text-decoration: none;}.horizontaleNavigation a:hover {	text-decoration: underline;}.anzeige a, .anzeige a:visited {	color: white;	font-weight: bold;	font-size: 10px;	text-decoration: none;}.klein {	font-size: 10px;	text-decoration: none;}.anzeige a:hover {	text-decoration: underline;}