* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

img {
	border:0px;
}

a:link {
	color: #333333;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial;
	text-decoration: underline;
}

body {
	font-family: Helvetica, Verdana, Arial;
	color: #000033;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #121921;
	background-image: url(../_images/bg.jpg);
	text-align:center; /* horizontal centering for IE Win quirks */
}

h1 {
	font-size: 12px;
	color: #333333;
	font-family: Helvetica, Verdana, Arial;
}

div#distance { 
		width:1px;
		height:50%;
		margin-bottom:-256px; /* hälfte von der höhe vom container MINUS NICH VERGESSEN */
		float:left;
}

div#container {
		margin:0 auto;
		position:relative; /* stellt den container vor den distancehalter */
		text-align:left;
		height:511px;
		width:800px;
		clear:left;
}

div#contentlayer {
		position:relative;
		top:0px;
		left:0px;
		width:800px;
		height:400px;
		border:0px solid black;
		margin:0px;
		padding:0px;
		text-align:center;
		line-height:16px;
}
