.bildunterschrift {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;

}


a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.artikelheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.artikeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 13px;
}

.artikeltext A:link {
color: #666666;
text-decoration: underline;
}

.artikeltext A:visited {
color: #666666;
text-decoration: underline;
}

.artikeltext A:hover {
color: #6666cc;
text-decoration: underline;
}

.artikeltext A:active {
color: #0000ff;
text-decoration: underline;
}
