/* totaal */

/*#totaalcontent{
	width: 900px;
	background: #030303;
	color: #fff;
	margin: -20px 0 20px 0;
}

* html #totaalcontent{
	margin: 0 0 20px 0;
}

*+html #totaalcontent{
	margin: 0 0 20px 0;
}*/

#totaal{
	width: 950px;
	margin:0 -60px 20px 10px;
}

.kolom{
	width: 148px;
	float: left;
	margin: 0 10px 10px 0;
}

#totaal li{
	list-style: none;
	overflow:visible;
}

#totaal dt{
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	color: #464646;
}

#totaal dt a{
	color: #000;
	font-weight: bold;
}

#totaal dd{
	width: 138px;
	height:13px;
	text-align:left;
	list-style:none;
	font-size: 0.9em;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

#totaal dd a{
	text-decoration: none;
	color: #000;
}

#totaal .tip {
	background: url(../img/totaal/tip.gif) 0 2px no-repeat;
	text-indent:18px;
}
#totaal .new {
	background: url(../img/totaal/new.gif) 0 2px no-repeat;
	text-indent:24px;
}

#totaal dd a:hover{
	text-decoration: underline;
}