body { 
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bruinheader.png);
	background-repeat: repeat-x;
	font-family:georgia;
}

div#container {
	position:absolute;
	text-align:left;
	width:950px;
	left:100px;
	background-image: url(images/element.png);
	background-position:right top;
	background-repeat: no-repeat;
}

div#header {
	width: 480px;
	height: 70px;
	float: left;
	background-image: url(images/headertitel.png);
}

div#fotoheader {
	width: 480px;
	height: 350px;
	float: left;
}

div#content {
	width: 480px;
	height: auto;
	float: left;
	margin-top:30px;
}

div#bottom {
	width: 480px;
	height: 50px;
	float: left;
	margin-top:30px;
}

.fontgr {
	font-size:16px;
}

.fontkl {
	font-size:16px;
	font-size:11px;
}