/* CSS Document */

#totaal{
	color: #fff;
	margin: 10px 0 20px 0;
	margin: auto;
}

.kolom{
	width: 150px;
	float: left;
	margin: 0 15px 10px 15px;
}

#totaal li{
	list-style: none;
	overflow:visible;
}

#totaal dt{
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
	font-weight: bold;
}

#totaal dt a{
	color: #cb0ece;
	font-weight: bold;
	text-decoration: none;
}

#totaal dd{
	text-align:left;
	list-style:none;
	font-size: 0.9em;
	overflow:visible;
}

#totaal dd a{
	text-decoration: none;
	color: #fff;
}

#totaal dd a:hover{
	text-decoration: underline;
}

#totaal .new{
	/*padding-top:4px;
	padding-bottom:5px;*/
	background: url(../img/overzicht/new.gif) 0 2px no-repeat;
	text-indent:24px;
}

#totaal .tip{
	/*padding-top:4px;
	padding-bottom:3px;*/
	background: url(../img/overzicht/tip.gif) 0 2px no-repeat;
	text-indent:18px;
}