@font-face {
	font-family: "Source Sans";
	src: url("source-sans-pro-v13-latin-regular.woff2") format("woff2");
	font-weight: normal;
}

.schriftart {
	font-family: 'Source Sans', sans-serif;
	font-size: 0.8rem;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans', sans-serif;
	font-size: 1rem;
}

#content_left {
	width: 145px;
	background: #003264;
	float: left;
	display: block;
	overflow: hidden;
	height: 100%
}

#content_middle {
	background: #fff;
	width: 400px;
	float: left;
	display: block;
	overflow: hidden;
	height: 100%
}

#maincontent {
	padding: 50px 20px;
}

#content_right {
	background: #5F5D5D;
	height: 100%;
	display: block;
	overflow: hidden;
}

.picrow {
	padding: 5px 10px
}

.picrow img {
	padding: 15px;
}

#claim,
#disclaimer {
	padding: 10px 20px;
	width: 350px;
}

#contactLink {
	padding: 5px 0 0 20px
}

#bottompic {
	float: right
}

#contact form {
	padding: 0 15px;
}

.formElement {
	clear: both;
	padding: 5px 0
}

label {
	float: left;
	width: 150px;
}

#page_tankyou {}

#thanksBox {
	padding: 30px
}