@CHARSET "ISO-8859-1";

html {
	margin: 0;
	padding: 0;
}

body {
    background: url("../../images/hintergrund.png");
    font-family: arial;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#coming-soon {
	width: 389px;
	height: 60px;
	background: url("../../images/teaser/coming_soon.png") no-repeat;
	margin: 30% auto 0 auto;
}

#coming-soon-imprint {
	color: #cee3ed;
	font-size: 0.7em;
	margin: 0 0 0 2em;
	position: fixed;
	bottom: 2em;
	text-align: justify;
}

#coming-soon-imprint a {
	color: #cee3ed;
	text-decoration: none;
}

#coming-soon-imprint h1 {
	font-weight: bold;
	margin: 1em 0 0.2em 0;
	font-size: 1.2em;
	text-transform: lowercase;
}