@charset "UTF-8";

.Headline-blau {
	color: #006699;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.Headline-klein-blau {
	color: #006699;
	font-size: 12px;
	text-transform: uppercase;
}
.Headline-orange {
	color: #b19f6b;
	font-size: 14px;
	text-transform: uppercase;
}
.Fliesstext-grau {
	font-size: 12px;
	color: #666666;
}
.Fliesstext-grau-ZAB {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	text-align: left;
}
.Link {
	color: #6D4A36;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #b19f6b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b19f6b;
}
a:hover {
	text-decoration: underline;
	color: #b19f6b;
}
a:active {
	text-decoration: none;
	color: #b19f6b;
}
