﻿

div#logo {
	width: 1001px; 
	height: 117px; 
	position:relative;
}

div#wrap {
	position: relative;
	width: 1001px;
	margin: 10px auto;
}

div#contentWrap:after, div#wrap:after, div#right:after, div#left:after, div#total:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

div#contentWrap {
	background-image: url('../img/bg.gif');
	margin: 0;
	background-repeat: repeat-y;
}


div#links {
	width: 258px;
	padding: 20px;
	float: left;
}


div#rechts {
	width: 660px;
	padding: 20px;
	float: right;
}

div#rechts-links {
	position: relative;
	width: 328px;
	float: left;
}

div#rechts-rechts {
	width: 328px;
	position: relative;
	float: right;
}
