@charset "utf-8";

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.h2 {
	font-family: "Arial";
	font-weight: bold;
	font-size: 13px;
	color: #000;
	background:url(bilder/headline_great.png) right top;
}
	
.h3 {
	background:url(bilder/headline_great.png) left top;
}

.text {
	font-family: "Arial";
	font-size: 13px;
}
.copyright {	font-family: "Arial";
	font-size: 10px;
	color: #FFF;
}
.head {	font-family: "Arial";
	font-size: 13px;
	color: #000;
}
.head2 {	font-family: "Arial";
	font-size: 11px;
	color: #000;
}
.underline {	font-family: "Arial";
	font-size: 10px;
	color: #000;
}
