﻿#content{
	padding-top: 10px;
}

#overzicht{
  padding: 10px;
	width: 960px;
	background: #131313;
	overflow: hidden;
	color: #fff;
}

* html #totaalcontent{
	margin: 0 0 20px 0;
}

*+html #totaalcontent{
	margin: 0 0 20px 0;
}

#totaal{
	width: 940px;
	margin-left: auto;
	margin-bottom:20px;
}

.kolom{
	width: 146px;
	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:#ec61bc;
}

#totaal dt a{
	font-weight: bold;
	text-decoration: none;
}

#totaal dd{
	width: 139px;
	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: #fff;
}

#totaal dd a:hover{
	text-decoration: underline;
}

#totaal .tip {
	background: url(../img/tip.gif) 0 2px no-repeat;
	text-indent:18px;
}
#totaal .new {
	background: url(../img/new.gif) 0 2px no-repeat;
	text-indent:24px;
}
