<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #A3A3A3;
	font-weight: normal;
}
a:link a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #C0C0C0;
} 
a:focus {
	color: #FFFFFF;
} 
a:hover {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
} 
/* Versuch um die links neu zu formatieren endet hier */

.Ueberschrift1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0e3970;
}
.Unterueberschrift1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #909bad;
}
.Fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.Fliesstext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.Hinweis_magenta {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0080;
	font-weight: bold;
}
.Hinweis_negativ_fett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Hinweis_unsichtbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.bild-zentrieren {
	text-align: center;
	left: auto;
	right: auto;
}
.bildunterschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.Schnoerkelschrift-fett {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #426B89;
	font-style: italic;
	font-weight: normal;
}
.btn {
  background: #d3d5d6;
  background-image: -webkit-linear-gradient(top, #d3d5d6, #aaacad);
  background-image: -moz-linear-gradient(top, #d3d5d6, #aaacad);
  background-image: -ms-linear-gradient(top, #d3d5d6, #aaacad);
  background-image: -o-linear-gradient(top, #d3d5d6, #aaacad);
  background-image: linear-gradient(to bottom, #d3d5d6, #aaacad);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(to bottom, #ffffff, #d1d1d1);
  text-decoration: none;
}
</pre></body></html>