.normtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-size : 11px;
	line-height:13px;
	color : #333333;
	text-decoration:none;
}

.headline {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-size: 12px;
	color: #EEC434;
	text-decoration:none;
}

a  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	text-decoration:underline;
}

a:link {
	color: #333333;
	font-style: normal;
	font-weight:normal;
}
a:active {	
	color: #333333;
	font-style: normal;
	font-weight:normal;
}
a:visited {	
	color: #333333;
	font-style: normal;
	font-weight:normal;
}
a:hover{ 
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

.navlink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-size : 11px;
	color : #ffffff;
	text-decoration:none;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.navlink:link { color: #ffffff; }
.navlink:active {	color: #EEC434; }
.navlink:visited {	color: #ffffff; }
.navlink:hover{ color: #EEC434; font-weight: bold;}

.navlinkaktiv {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-size : 11px;
	color : #EEC434;
	text-decoration:none;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.navlinkaktiv:link {
	font-weight:bold;
	color: #EEC434;
}
.navlinkaktiv:active {
	font-weight:bold;
	color: #EEC434;
}
.navlinkaktiv:visited {
	font-weight:bold;
	color:#EEC434;
}
.navlinkaktiv:hover {
	font-weight:bold;
	color: #EEC434;
}
