body{
	font-family:Arial, Helvetica, sans-serif;
}
.inhalt_inner {
	max-width:500px;
	margin: 0 auto;
	text-align:center;
}
.inhalt {
	max-width:700px;
	margin: 0 auto;
	text-align:center;
}

.logo {
	margin-top:100px;
}
img {
	height: auto;
	max-width: 100%;
}

p {
	line-height: 1.4;
	font-size:16px;
	}
	
h1 {
	font-size:22px;
	color: #312783;
	border-bottom: 2px solid #d18a11;
	padding-bottom: 2px;
	display: inline-block;
}

h1 span{
	font-size: 38px;
	color: #d18a11;
}

h2{
	color: #312783;
	font-size: 20px;
	font-weight: bold;	
	margin-bottom: 0px;
}

h3{
	margin-top: 0px;
	color: grey;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 25px;
}

a {
	color:#312783;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color: #d18a11;
}

.footer{
	margin-bottom: 100px;
}