#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#kopf {
	height: 60px;
	background-color: #FFF;
	background-image: url(images/logo3.gif);
	background-repeat: no-repeat;
	background-position: 5px 30px;
	padding-bottom: 20px;
}
#sidebar {
	float: left;
	height: 400px;
	width: 31%;
	text-decoration: none;
	background-repeat: no-repeat;
}
#bilder {
	float: right;
	height: 400px;
	width: 69%;
	background-repeat: no-repeat;
	background-position: 10px;
}
#fuss {
	height: 100px;
	clear: both;
}
