* {
	margin:0;
	padding:0;
}

html, body { height:100%; }

body {
	background-color: #ebebeb; /* #fc6; */
	color:#666;
	font:0.8em/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*
	font:100.01%/1.4 sans-serif;
	font: normal 0.75em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
	text-align:center; /* horizontal centering for IE Win quirks */
}

a	{
	color: #444; 
	text-decoration: underline;
}

#distanz { 
	width: 1px;
	height: 50%;
	background-color: #ebebeb; /* #abc #fc6; */
	margin-bottom: -185px; /* half of behaelter's height */
	float: left;
	}

#behaelter {
	margin: 0 auto;
	position: relative; /* puts behaelter in front of distance */
	text-align: left;
	height: 368px;
	width: 648px;
	clear: left;
	background-color: #fff; /* Farbe des inneren Fensters #ff9; */
	border: 2px solid #0085bc;
	}

				
#linien_ {
	background-color: #0085bc;
	float: right;
	width: 247px;
	height: 370px;
}

#logo_ {
	position: absolute;
	left: 25px;
	top: 55px;
	width: 140px;
	height: 105px;
}

#text_ {
	position: absolute;
	left: 25px;
	top: 180px;
	width: 378px;
	height: auto;
}

#text_ p { margin-top: 0.5em; }