body,
input,
textarea
{
	font-family: "Open Sans", Arial, sans-serif;
}
header h1,
.mainContent h2,
.mainContent h3
{
	font-size: 22px;
}
.mainContent
{
	font-size: 14px;
}

/* --- Dimensionen --------------- */
header
{
	position: relative;
	height: 105px;
}

/* --- Farben --------------- */
html,
body
{
	/* background-color: #009FE3; */
}

header h1,
.mainContent h2
{
	background-color: #FFF;
}

header h1,
.mainContent h1 a
{
	color: #999;
}

.mainContent
{
	color: #000000;
}
.mainContent h2
{
	color: #777;
	background-color: #f5f5f5;
}

.mainContent h3
{
	color: #000000;
	background-color: #FFFFFF;
}

.mainContent a
{
	color: #999999;
}
.mainContent a:hover
{
	color: #009fdf;
}

/* --- Text ----------------- */
header h1
{
	font-size: 50px;
}

.mainContent a,
header h1,
.mainContent h2
{
	text-decoration: none;
}

.mainContent a:hover,
div.mainContent div.moreDataHolder .title:hover,
.mainContent h3
{
	text-decoration: underline;
}

header h1,
.mainContent h2,
.mainContent .bold
{
	font-weight: 600;
}

.mainContent h3
{
	font-weight: normal;
}
/* --- Abstaende ------------ */
body,
form
{
	margin: 0;
}

div.mainContent div.moreDataHolder
{
	padding-left: 0px;
}

div.mainContent div.moreData
{
	padding: 14px 0 0 45px;
}

.mainContent
{
	padding-bottom: 45px;
}

header
{
	padding: 0 45px 0 45px;
}
.mainContent h2
{
	margin: 45px 0 20px 0;
	padding: 13px 45px 13px 45px;
}
.mainContent h3
{
	padding-left: 45px;
}

header h1
{
	display: inline-block;
	position: absolute;
	right: 45px;
	bottom: 7px;
}

header h1,
.mainContent h3
{
	margin: 0;
}

.mainContent h2:first-of-type
{
	margin: 0 0 20px 0;
}

/* --- Weiteres ------------ */
div.mainContent div.moreDataHolder .title
{
	cursor: pointer;
}

header img
{
	vertical-align: middle;
	border: 0;
}

header
{
	border-bottom: 2px solid #EEEEEE;
}

