@charset "UTF-8";


/* Allgemein */

body {
	background-color: #000;
	margin: 0px;
}
body, p, td {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
a img {
	border-style: none;
}
h1 {
	font-family: Helvetica, 'Open Sans', Arial, sans-serif;
	font-size: 40px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
}
h2 {
	font-family: Helvetica, 'Open Sans', Arial, sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	color: #004e9e;
}
strong, b {
	font-weight: 700;
}
.Underline {
	text-decoration: underline;
}
a:link.Highlight, a:visited.Highlight {
	padding-left: 2px;
	padding-right: 30px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
a:hover.Highlight, a:active.Highlight {
	background-color: #004e9e;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}


/* Layout */

#HG {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	text-align: right;
	overflow: hidden;
}
#HG img {
	width: auto;
	height: 100%;
}
#Content {
	position: absolute;
	z-index: 200;
	width: 862px;
	height: auto;
	margin-top: 70px;
	margin-left: 10%;
	text-align: left;
}
#Schriftzug {
	margin-top: 100px;
	margin-bottom: 40px;
}
.Table {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #fff;
}
.Cell {
	float: left;
	width: 33%;
}
.BackLink {
	font-size: 10px;
	line-height: 15px;
}
#Footer {
	margin-bottom: 50px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}
	

