/*
 * Copyright by Michael Köpke
 * All Rights Reserved
 * Created on 26.06.2015
 * Projekt: city-hoster.de
*/

@CHARSET "UTF-8";

/* Style: body */
body {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: white;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	min-width: 800px;
}

#logo {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -160px;
	background-color: #444444;
	padding-top: 10px;
}

#logo > img {
	position: relative;
	height: 150px;
	left: 50%;
	margin-left: -350px;
}

#text {
	position: absolute;
	top: 50%;
	width: 100%;
	background-color: #666666;
}

#text > h1 {
	position: relative;
	left: 50%;
	width: 550px;
	margin-left: -176px;
	font-size: 23px;
	margin-top: 35px;
	margin-bottom: 35px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
}