@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#1f1f1f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	position:absolute;
	bottom:10px;
	left:20px;
	font-size:200px;
	color:#ccc;
	text-shadow:2px 2px 8px #aaa;
	z-index:-1;
}

#page {
	width:500px;
	height:auo;
	margin:265px auto;

}

#logo {
	width:500px;
	text-align:center;
}

#anschrift1, #anschrift2 {
	margin-top:180px;
	width:199px;
	padding:10px;
	border-right:0px solid #ccc;
	margin-left: 15px;
	float:left;
	color:#fff;
}

#anschrift1 {
	text-align:right;
}

#anschrift2 {
	border:none;
}

#anschrift h2 {
	font-size:14px;
	margin-bottom:12px;
}

#anschrift a {
	color:#fff;
	text-decoration:none;
}

#anschrift a:hover {
	color:#fff;
}

#copy {
	margin:auto;
	margin-top: -230px;
	width:500px;
	text-align:center;
	font-size:10px;
	color:#fff;
}

#clearer {
	clear:both;
}