body {
	margin: 0;
}

a:link {
	color: #cc1726;
}

a:visited {
	color: #cc1726;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

div#rahmen {
	max-width: 800px;
	margin: 80px auto 0 auto;
}

div#logo{
	margin: 0 auto 0 auto;
	text-align: center;
	width: 300px;
}

div#logo img {
	width: 100%;
}

@media only screen and (max-width: 480px) {
	div#logo {
		width: 250px;
		padding: 0;
	}
}


div#text {
	margin-top: 50px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

div#text h1 {
	font-weight: 800;
	font-size: 25px;
	text-transform: uppercase;
}

div#text h2 {
	font-weight: 400;
	font-size: 18px;
}

div#text h3 {
	font-weight: 400;
	font-size: 18px;
}

.red {
	color: #cc1726;
}

div#text h4 {
	font-weight: 400;
	font-size: 14px;
}