/* CSS Document */

.fontmenu {
	font-family: Arial;
	font-size: 15px;
	color: #8C8E8E;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

.fontmenuaktiv {
	font-family: Arial;
	font-size: 15px;
	color: #C1002B;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

.font {
	font-family: Arial;
	font-size: 12px;
	color: #8C8E8E;
	line-height: 16px;
	text-decoration: none;
}

.fontaktiv {
	font-family: Arial;
	font-size: 12px;
	color: #C1002B;
	line-height: 16px;
	text-decoration: none;
}

.headline {
	font-family: Arial;
	font-size: 15px;
	color: #8C8E8E;
	line-height: 18px;
	text-decoration: none;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #8C8E8E;
	line-height: 15px;
	text-decoration: none;
}

a:hover {
	color: #C1002B;
	text-decoration: none;
}
