f/* CSS Document */

#overzicht{
	margin: 10px 0 20px 20px;
}

.kolom{
	width: 145px;
	float: left;
	margin: 0 10px 10px 0;
}

#overzicht li{
	list-style: none;
	overflow:visible;
}

#overzicht dt{
	color: #999;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
	font-weight: bold;
}

#overzicht dt a{
	color: #c9458a;
	font-weight: bold;
	text-decoration: none;
}

#overzicht dd{
	text-align:left;
	list-style:none;
	overflow:visible;
}

#overzicht dd a{
	text-decoration: none;
	color: #fff;
}

#overzicht .tip {
	background: url(../img/tip.gif) 0 2px no-repeat;
	text-indent:18px;
}
#overzicht .new {
	background: url(../img/new.gif) 0 2px no-repeat;
	text-indent:24px;
}

#overzicht dd a:hover{
	text-decoration: underline;
}

.footer{
	background: #fff url(../img/bgtopwide.gif) no-repeat top left;
	padding: 4px 0 0 10px;
	color: #323232;
	margin: 15px auto 0;
	width: 453px;
}
* html .footer{
	padding: 6px 0 0 10px;
	height: 19px;
	overflow: hidden;
}
.footer a{
	font-weight: bold;
	color: #323232;
}
.footer .midhold{
	float: left;
	padding: 3px 0 0 0;
}
.footer .waarborg{
	float: right;
	margin: 0 10px 0 0;
}
.footer .waarborg img{
	float: left;
}
.roundbottom{
	background: #fff url(../img/bgbottomwide.gif) no-repeat bottom left;
	height: 4px;
	margin: 0 auto 5px;
	width: 463px;
}