/* CSS Document */

body {
	background-color: #FFFFFF;
}

.fliesstext {
	color: #000000;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}

.headline {
	color: #748995;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}

.fliesstextnav {
	color: #000000;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}

.english {
	color: #97A9B3;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	text-indent: 0px;
}

a:active {
	text-decoration: underline;
	color: #F68B1F;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	text-indent: 0px;
}

a:visited {
	text-decoration: underline;
	color: #F68B1F;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	text-indent: 0px;
}

a:hover {
	text-decoration: underline;
	color: #F68B1F;
	font-family:  Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	text-indent: 0px;
}

.zentral {
  position:absolute;
  left: 50%;
  margin-left: -250px; /* neg. Hälfte von width:1000px = horizontal zentriertes DIV */
  top:100px;
  width:500px;
  height:400px;
  }