@charset "utf-8";
/* CSS Document */

.weiss {
	position: relative;
	top: 12px;
	left: 3px;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
	
}

.weiss:hover {
	color:#333;
}

.weiss_headline {
	position: relative;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
}

.weiss_headline:hover {
	color:#fff;
	text-decoration: underline;
}

.subnavi_link {
	position: absolute;
	left: 37px;
	top: 6px;
	width: 160px;
	text-decoration: none;
	font-size: 11px;
	color: #333;
}

.subnavi_link:hover {
	color: #333;
	text-decoration: underline;
}


.subnavi_link_zweispaltig {
	position: absolute;
	left: 37px;
	top: 0px;
	width: 160px;
	text-decoration: none;
	font-size: 11px;
	color: #333;
}

.subnavi_link_zweispaltig:hover {
	color: #333;
	text-decoration: underline;
}

.subsubnavi_link {
	position: absolute;
	left: 63px;
	top: 7px;
	width: 150px;
	text-decoration: none;
	font-size: 11px;
	color: #333;
}

.subsubnavi_link:hover {
	color: #333;
	text-decoration: underline;
}

.subsubnavi_zwei {
	position: absolute;
	left: 63px;
	top: 1px;
	width: 150px;
	text-decoration: none;
	font-size: 11px;
	color: #333;
}

.subsubnavi_zwei:hover {
	color: #333;
	text-decoration: underline;
}

a.link_news{
	position: relative;
	font-size : 12px;

	left: 5px;
	color : #5e5d5d;
	text-decoration : none;
	letter-spacing : -0.5;
}

a.link_news:hover{

	color : #5e5d5d;
	text-decoration : underline;
	letter-spacing : -0.5;
}