/* allgemeine texte */

.fliesstext {
	font-family: "Trebuchet MS", sans-serif;   
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #E5E5EC;
}

.fliesstextgelb {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #FFBE01;
}

.fliesstextrot {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #CC0001;
}

.fliesstextblau {
	font-family: "Trebuchet MS", sans-serif;   
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #013467;
}
.titelgross {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
    color: #FFBF00;
}
.titelgross2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
    color: #FFBF00;
}	

.titelklein {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
    color: #E5E5EC;
}



/* allgemeine links */

a:link {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #E5E5EC;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #E5E5EC;
	text-decoration: none;
}

a:active {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #E5E5EC;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #FFBF00;
	text-decoration: none;
}