.branding {
	display: block;
	left: 100%;
	margin-left: -688px;
	position: absolute;
	top: 8px;
	width: 613px;
	height: 175px;
	background-image: url('/image/h_logo.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1;
}
.company {
	font-family: Arial, Helvetica, sans-serif;
	font-size:50px;
	margin-top: -100px;
	margin-left: -500px;
}
.company-name-slogan {
	margin-top: -32px !important;
	margin-left: -500px !important;
	margin-bottom: 32px !important;
	font: size 5px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.body {
	background: #FFFFFF;
	width:100%;
	padding: 4%;
	margin:0 auto;
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
	color: grey;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	position: relative;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	cursor:default;
	overflow:hidden;
}
.construction {
	float:right;
	margin-top: -10%;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt !important;
	width: 75%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	font-size: small;
	font-style: normal;
	text-align: center;
	color:#252C60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
}
.footer-links {
	color: #fff
}
.seitenname {
	width: 20%;
	height: 10%;
	font-size: larger;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color:#252C60;
	margin-top:3%;
	margin-left: 20px;
	margin-bottom: 2%;
}
a {
	color: #363E72;
	text-decoration: none;
}
a:link {
	color: #363E72;
	font-style: normal;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}
a:link:hover {
	color: #6784a1;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}
/* Reset buttons border. It's important for input and button tags.
 * border-collapse should be separate for shadow in IE.*/

.tm-button {
	border: 0;
	border-collapse: separate;
	-webkit-border-radius: 0;
	-webkit-background-origin: border !important;
	-moz-background-origin: border !important;
	background-origin: border-box !important;
	background: #363E72;
	font-size: medium;
	color: #FFFFFF;
	border-width: 0;
	padding:0 10px;
	margin:0 auto;
	height: 10%;
}
.navigation {
	height: 31px;
	width: 85%;
	font-family: Arial, Helvetica, Sans-Serif !important;
	font-size:larger;
	background-color: #252C60;
	margin-top: 179px;
	margin-left: 20px;
	margin-bottom: 2%;
	text-align: right;
}
.navigation ul {
	
	margin-bottom: 0;
}
.navigation ul li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
}
.navigation ul li a {
	color: #ffffff;
}
.navigation ul li a:hover {
	color: grey;
}
.address {
	font-size: 12px;
	color: #252C60;
	font-weight: bold;
}
