#distance { 
	width:1px;
	height:50%;
	margin-bottom: -338px; /* half of container's height */
	float:left;
}

#container {
	margin:20px auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height: 676px;
	width: 900px;
	clear:left;
	border: 0;
  background-image: url('../images/hinten1.jpg');
  background-repeat: no-repeat;
	background-position: center top;
}

#leftCol {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 300px;
}

#centerCol {
    position: absolute;
    top: 0;
    left: 150px;
    width: 590px;
    height: 100%;
    margin: 0;
    padding: 0;
}

#rightCol {
    position: absolute;
    top: 0;
    left: 740px;
    width: 16%;
    height: 99%;
    margin: 0;
    padding: 0;
    padding-top: 55px;
}

#title_pic {
  position: relative;
  top: 0px;
  margin-bottom: 10px;
}