* {
	margin: 0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: #EFEEE5;
	text-align:center;
}
#wrap {
	text-align:left;
	margin:0 auto;
	width:90%;
	border: 1px solid #eee;
	background: url(/lib/img/header.gif) top left no-repeat #ffffff;
	padding-top: 80px;
}
#bar1 {
	height: 30px;
	background: #ccc;
}
#bar2 {
	height: 30px;
	background: #eee;
}
#bar2 > p {
	font-size: 12px;
	padding: 9px 0 9px 20px;
}
#leftcontent {
	width: 200px;
	float:left;
}
#middlecontent {
	float:left;
	column-count:3;
	-moz-column-count:3;
}

#footer {
	clear:both;
}
.kadertje {
	width: 180px;
	/*float:left;
	margin-right:10px;*/
}

.kadertje h3 {
	background: #4C70B7;
	color: #fff;
	font-size: 12px;
	padding: 3px;
}

ul {
	list-style: none;
}

