@charset "utf-8";
.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

.textfett {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #F01B3B;
	font-weight: bold;
}


a.linkbox:link {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #F01B3B;
	text-decoration: none;
	line-height: 18px;

}
a.linkbox:visited {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #F01B3B;
	text-decoration: none;
	line-height: 18px;

}
a.linkbox:hover {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #00ACB0;
	line-height: 18px;
		
}
a.linkbox:active {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #00ACB0;
	text-decoration: none;
	line-height: 18px;

}
