/* allgemeine texte */

.fliesstextweiss {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
}
.fliesstextgrau {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #666666;
}
.fliesstextorange {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #F58220;
}
.fliesstextrot {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #e4342b;
}
.fliesstexgruen {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #009036;
}
.fliesstexbraun {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #993300;
}


.titelweiss {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
    color: #FFFFFF;
}
.titelgrau {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
    color: #666666;
}
.titelorange {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
    color: #F58220;
}
.titelrot {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
    color: #e4342b;
}
.titelgruen {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
    color: #009036;
}
.titelgruen2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
    color: #009036;
}
.titelbraun {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
    color: #993300;
}








/* allgemeine links */

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

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

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

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