@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

html, body {
	background:url(../images/bg.png) repeat;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}

#container {
	margin: 0 auto;
	width: 734px;
}

#header{
	width: 734px;
	height: 210px;
}

#content{
	width: 475px;
	height: auto;
	float:left;
	padding-right: 25px;
}

#rechts{
	width: 234px;
	height:auto;
	float:right;
}

.clearfloats{
	clear:both;
}

#footer{
	width: 734px;
	height: 101px;

/* tekst */

h1, h2{
	font-size: 16px;
}
