@charset "utf-8";
/* CSS Document - Neu erstellt wegen fliessendem Rasterlayout am 24.03.2015*/


/* Versuch um die Links innerhalb der Website neu zu formatieren */

a:link {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #93999f;
}
a:link a:visited {
	font-family: Arial,sans-serif;
	font-size: 16px;
	color: #663366;
} 
a:hover {
	color: #0e3970;
	text-decoration: underline;
} 
a:focus {
	color: #0e3970;
} 
a:hover {
	color: #99CCFF;
	font-size: 16px;
} 
/* Versuch um die links neu zu formatieren endet hier */

.Ueberschrift1 {
	font-family: "Century Gothic", Arial;
	font-size: 28px;
	font-weight: bold;
	color: #0e3970;
}
.Unterueberschrift1 {
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #909bad;
}
.Fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
.Fliesstext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666;
}
