@charset "utf-8";
/* CSS Document */

/*USED FOR SITE LINKS*/

/* DEFAULT */
a {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Arial;
	/*font-size: .76em;*/
}
a:active, a:link, a:visited, a:active {
	color: #1e3c5a;
}
a:hover {
	color: #ED1C24;
}


/*------------------------------------------------------

						SIZE 8
						
------------------------------------------------------*/
a.weiss_blau_8, a.schwarz_rot_8, a.blau_rot_8 {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: .65em;
}
/*------------------------------------------------------

						SIZE 10
						
------------------------------------------------------*/
a.weiss_blau_10, a.schwarz_rot_10, a.blau_rot_10 {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: .76em;
}
/*------------------------------------------------------

						SIZE 12
						
------------------------------------------------------*/
.weiss_blau_12, .schwarz_rot_12, .blau_rot_12 {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: .83em;
}
/*------------------------------------------------------

						SIZE 14
						
------------------------------------------------------*/
.weiss_blau_14, .schwarz_rot_14, .blau_rot_14 {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 1.1em;
}
/*------------------------------------------------------

						FARBE WEISS -> BLAU
						
------------------------------------------------------*/
.weiss_blau_8:link, .weiss_blau_8:visited, .weiss_blau_8:active, .weiss_blau_10:link, .weiss_blau_10:visited, .weiss_blau_10:active, .weiss_blau_12:link, .weiss_blau_12:visited, .weiss_blau_12:active, .weiss_blau_14:link, .weiss_blau_14:visited, .weiss_blau_14:active {
	color: #FFFFFF;
}
.weiss_blau_8:hover, weiss_blau_10:hover, weiss_blau_12:hover, weiss_blau_14:hover {
	color: #1e3c5a;
}
/*------------------------------------------------------

						FARBE SCHWARZ -> ROT
						
------------------------------------------------------*/
.schwarz_rot_8:link, .schwarz_rot_8:visited, .schwarz_rot_8:active, .schwarz_rot_10:link, .schwarz_rot_10:visited, .schwarz_rot_10:active, .schwarz_rot_12:link, .schwarz_rot_12:visited, .schwarz_rot_12:active, .schwarz_rot_14:link, .schwarz_rot_14:visited, .schwarz_rot_14:active {
	color: #000000;
}
.schwarz_rot_8:hover, .schwarz_rot_10:hover, .schwarz_rot_12:hover, .schwarz_rot_14:hover {
	color: #ED1C24;
}
/*------------------------------------------------------

						FARBE BLAU -> ROT
						
------------------------------------------------------*/
.blau_rot_8:link, .blau_rot_8:visited, .blau_rot_8:active, .blau_rot_10:link, .blau_rot_10:visited, .blau_rot_10:active, .blau_rot_12:link, .blau_rot_12:visited, .blau_rot_12:active, .blau_rot_14:link, .blau_rot_14:visited, .blau_rot_14:active {
	color: #1e3c5a;
}
.blau_rot_8:hover, .blau_rot_10:hover, .blau_rot_12:hover, .blau_rot_14:hover {
	color: #ED1C24;
}