* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	text-align: center; /* horizontal centering for IE Win quirks */
	border: 0px solid #F00;
}
#distance {
	width: 1px;
	height: 50%;/* von body höhe - halber screen */
	margin-bottom: -370px; /* half of container's height - versetzt container um dessen höhenwert höher als grundlinie von distance */
	/* wenn browserfenster höher als containerhöhe -> resultiert der abstand des containers zum oberen browserrand = aus distancehöhe (halber browser) - containerhöhe */
	/* wenn browserhöhe containerhöhe entspricht -> füllt container browser aus */
	float: left; /* Dieses Element muss in der Quellenabfolge vor dem Element (body) stehen, neben dem es platziert werden soll. */
	/* benötigt, um die containerposition abhängig von distance festzulegen */
	border: 0px solid #0CC;
}
#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	height: 740px;
	width: 1012px;
	clear: left;
	border: 0px solid #c93;
}
#sidebar1 {
	float: left; /* Dieses Element muss in der Quellenabfolge vor dem Element stehen, neben dem es platziert werden soll. */
	border: 0px solid #0000ff;
	padding: 0px;
	padding-bottom: 0px;
}
#sidebar2 {
	float: right; /* Dieses Element muss in der Quellenabfolge vor dem Element stehen, neben dem es platziert werden soll. */
	border: 0px solid #0000ff;
	padding: 0px;
}
#footer {
	border: 0px solid #ff0000;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
a:link {
	font-family: arial;
	font-style: normal;
	font-size: 8pt;
	color: #858CA5;
}
a:visited {
	font-family: arial;
	font-style: normal;
	font-size: 8pt;
	color: #858CA5;
}
a:hover {
	font-family: arial;
	font-style: normal;
	font-size: 8pt;
	color: #858CA5;
}
a:active {
	font-family: arial;
	font-style: normal;
	font-size: 8pt;
	color: #858CA5;
}
.head {
	font-family: arial;
	font-size: 10pt;
	color: #858CA5;
	line-height: 12pt;
}
p.text_dark {
	font-family: arial;
	font-size: 8pt;
	color: #858CA5;
	line-height: 12pt;
	text-align:center;
}
p.text_light {
	font-family: arial;
	font-size: 8pt;
	color: #B0B5C6;
	line-height: 12pt;
	text-align:center;
}
.text_pink {
	font-family: arial;
	font-size: 10pt;
	color: #C06;
	line-height: 12pt;
	text-align:center;
}
