/* CSS Document */


/* MAIN */

* {	
	padding:0px;
	margin:0px;
}
html {
	height:100%;
}
body {
	height:100%;
	background-color:#e1e2e3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:0px;
}
#distance {
	float:left;
	width:1px;
	height:50%;
	margin-bottom:-305px;
	background:#e1e2e3;
}
#main-container {
	clear:left;
	margin:0px auto;
	width:800px;
	height:610px;
	position:relative;
	background:url(../graphics/bg_main_neu.jpg) #fff;
}
#header {
	position:relative;
	width:800px;
	height:148px;
	background:transparent;
	z-index:50;	
}
#kontakt {
	position:absolute;
	left:67px;
	top:81px;
	width:240px;
	background:#fff;
	height:10px;
}
#main-content-start {
	position:absolute;
	left:0px;
	top:148px;
	width:800px;
	height:462px;
	background:transparent;
	z-index:10;
}
