@CHARSET "ISO-8859-1";

* {
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size:11px;
}

html, body {
	height:100%;
	/*	overflow-y:hidden;	*/
}

body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;	
	background-image: url(../img/bg_lupe.jpg);
}

.distance { 
	width:1px;
	height:50%;
	margin-bottom:-290px; /* halbe höhe des mittleren #container */
	float:left;
}

.container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height:530px;
	width:950px;
	clear:left;
	border:5px solid #0195D5;
}


