/**************************/
/********* basics *********/
/**************************/
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#F3F0E7;
	color:#630;
		font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

/********* Textformatierung *********/
p,h1,h2,h3 {
	color: #666;
	padding:  0px 0px 0px 0px;
}
p,h3 {
	font-size: 12px;
	line-height: 17px;
}
h1,h2 {
	font-size: 16px;
	font-weight:bold;
}
h3 {
	font-weight:bold;
}

/********* Links *********/
a:link {
	color:#666;
	text-decoration: underline;
}
a:visited {
	color:#666;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}

/*************************************/
/************ Grundflaeche ***********/
/*************************************/

#distance { 
	width:1px;
	height:70%;
	background-color:#F3F0E7;
		margin-bottom:-13.75em; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
		height:27.5em;
		width:100%;
	clear:left;
	background-color:#F3F0E7;
}


