div.forum {
		
}
div.forum h1 {
	border: 1px solid #b8d23d;
	padding: 8px;
	color: #e0048a;
	position:relative;
}
div.forum h1 span {
	font-weight: normal;
	text-align: right;
	position: absolute;
	right: 5px;
}

div.forum ul {
	padding: 8px;	
	overflow: hidden;
}
div.forum li.head {
	float: left;
	width: 33%;
	color: #5f5f5f;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 8px;
	line-height: normal;
}
div.forum li {
	float: left;
	width: 33%;
	color: #5f5f5f;
	line-height: 22px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 3px;
}
div.forum li a {
	color: #000;	
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -458px -483px;
	display: block;
	padding-left: 10px;
}
div.forum li a:hover {
	color: #e0048a;
}

.title {
	width: 50%!important;	
}
.aantal {
	width: 20%!important;	
}
.date {
	width: 30%!important;	
}
.center {
	text-align: center;	
}
.right {
	text-align: right;	
}
.usrProfile {
	float: left;
	width: 140px;
	min-height: 100px;
	margin-right: 10px;
	border-right: 1px dotted #bfbfbf;
	color: #b2b2b2;
}
.usrProfile a {
	color: 	#5e5e5e;
}
.usrProfile a:hover {
	color: 	#e0048a;
}

.txt {
	overflow: hidden;
}
#addContent {
	margin-top: 20px;	
}
center {
	color: #e0048a;	
	padding-top: 10px;
	border: 1px dotted #e0048a;
	border-right: none;
	border-left: none;
	padding-bottom: 10px;
	margin-top: 15px;
}
#onderwerp, #anoniem {
	width: 300px;
	margin-bottom: 4px;
	border: 1px solid #333333;
}
#anoniem {
	margin-left: 10px;
	width: 150px;
}
.userprofiel {
	margin: auto;
	width: 98%;
	
}
.userprofiel td {
	line-height: 25px;
	border-bottom: 1px dotted #bfbfbf;
}
#forumLoginForm strong {
	width: 120px;
	display: block;
	float: left;
}