@charset "utf-8";
body {
	margin-left: 50px;
}
body,td,th {
	font-size: large;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* 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: #0E0E0E;
	font-weight: normal;
}
a:link a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #80FFFF;
} 
a:focus {
	color: #0e3970;
} 
a:hover {
	color: #99CCFF;
	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: #E7EAF3;
  background-image: -webkit-linear-gradient(top, #E7EAF3, #B6B6DA);
  background-image: -moz-linear-gradient(top, #E7EAF3, #B6B6DA);
  background-image: -ms-linear-gradient(top, #E7EAF3, #B6B6DA);
  background-image: -o-linear-gradient(top, #E7EAF3, #B6B6DA);
  background-image: linear-gradient(to bottom, #E7EAF3, #B6B6DA);
  -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: #F2C2AB;
  background-image: -webkit-linear-gradient(top, #F2C2AB, #F2C2AB);
  background-image: -moz-linear-gradient(top, #F2C2AB, #F2C2AB);
  background-image: -ms-linear-gradient(top, #F2C2AB, #F2C2AB);
  background-image: -o-linear-gradient(top, #F2C2AB, #F2C2AB);
  background-image: linear-gradient(to bottom, #F2C2AB, #F2C2AB);
  text-decoration: none;
}
