*{
	margin:0px;
	padding:0px;
}


html, body {
	background-color: #fff;
	height: 100%;
	background-image:url(../images/bgclcol1.gif);
	background-repeat:repeat-x;

	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin:0px;	
}
#abstand {
	height: 50%;
	width: 1px;
	margin-bottom:-350px; /*halbe container höhe*/
	float:left;
}
#container {
	margin:0 auto;
	position:relative;
	height:700px;
	width:960px;
	text-align:left;
	clear:left;
	overflow:hidden;
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}

