@charset "UTF-8";
/* CSS Document */

#container {
	height: 450px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#div_links {
	float: left;
	height: 450px;
	width: 225px;
	background-position: 10px;
}

#div_mid {
	background-image: url(../IMG/HOND.gif);
	background-repeat: no-repeat;
	float: left;
	height: 450px;
	width: 350px;
	background-position: 10px;
}

#div_rechts {
	float: left;
	height: 450px;
	width: 225px;
}

