#container {
	width: 840px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
	background-color: #ffffff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #e5e5e5; padding: 10px;
}

#page-bar {
	margin: 2px;
	margin-top: 5px;
}

#title-bar{
	float: left;
}

#back-bar {
	float: right;
	margin-bottom: 20px;
}

#categorieen-lijst-container {
	margin-bottom: 10px;
}

#categorieen-lijst {
	padding: 0px;
}

#categorieen-lijst li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
	height: 35px;
}

#categorieen-lijst a {
	padding: 3px;
	background-color: #F2F2F2;
	border: 0px dotted #FF0000;
}

.project-container {
	background-color: #ffffff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #e5e5e5; padding: 10px;
	margin-bottom: 15px;
}

.project-title {
	color: #FF0000;
	font-size: 1.3em;
	font-weight: normal;
}

.project-box-left {
	width: 585px;
	float: left;
	padding-right: 15px;
}

.project-box-right {
	float: left;
	width: 240px;
	overflow: hidden;
	text-align: right;
}
