@charset "UTF-8";
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body, td, th {
	font-family: 'Open Sans', sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-text-size-adjust: none;
}

a:link {
	text-decoration: none;
	color: #EA6957;
}
a:visited {
	text-decoration: none;
	color: #EA6957;
}
a:hover {
	text-decoration: underline;
	color: #EA6957;
}
a:active {
	text-decoration: underline;
	color: #EA6957;
}
a.top:link {
	text-decoration: none;
	color: #333;
}
a.top:visited {
	text-decoration: none;
	color: #333;
}
a.top:hover {
	text-decoration: none;
	font-weight: 600;
	color: #333;
}
a.top:active {
	text-decoration: none;
	font-weight: 600;
	color: #333;
}
a.foot:link {
	text-decoration: none;
	color: #666;
}
a.foot:visited {
	text-decoration: none;
	color: #666;
}
a.foot:hover {
	text-decoration: underline;
	color: #666;
}
a.foot:active {
	text-decoration: underline;
	color: #666;
}

#contenttop {
	margin: 0 auto;
	width: 1000px;
	color: #FFF;
}
#content {
	margin: 0 auto;
	width: 1000px;
	color: #333;
}
#contentfoot {
	margin: 0 auto;
	width: 1000px;
	color: #666;
}
#menu {
	position: fixed;
	width: 100%;
	font-weight: 400;
	border-bottom: 1px solid #DDD;
	background-image:url(../media/menu.png);
	background-repeat: repeat;
}
#start {
	padding-top: 90px;
	width: 100%;
	height: 210px;
	border-bottom: 1px solid #DDD;
	background-image: url(../media/header.jpg);
	background-size: 100% auto;
	background-position: bottom;
	color: #FFF;
}
#impressum {
	padding-top: 40px;
	padding-bottom: 70px;
	border-bottom: 1px solid #DDD;
	width: 100%;
	text-align: left;
	background-color: #F9F9F9;
	font-size: 15px;
}
#footer {
	width: 100%;
	font-size: 13px;
	color: #666;
}
#heading {
	font-size: 45px;
	font-weight: 300;
	text-align: center;
}
#subheading {
	font-size: 25px;
	font-weight: 300;
	text-align: center;
}
#slogan {
	font-size: 41px;
	font-weight: 300;
	text-align: left;
}
#semibold {
	font-weight: 600;
}
#infotext {
	font-size: 16px;
	font-weight: 300;
}
#red {
	color: #A83619;
	font-weight: 600;
}
#orange {
	color: #EA6957;
}
#blau {
	color: #3B579C;
}
