#forum-intro {
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	margin-bottom: 35px;
}
#forum-intro h2 {
	color: #0e75ad;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
#forum-content {
	padding: 0;
	width: 160px;
	float: left;
	margin-top: 15px;
	line-height: 1.4em;
}
#forum-content h2 {
	color: #0e75ad;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
.forum-item {
	width: 200;
	height: 55px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	margin-left: 15px;
}
.forum-item h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #0e75ad;
}
.forum-item a:link, .forum-item a:visited {
	font-style: italic;
	color: #8C8C8C;
	text-decoration: none;
	display: block;
	background-image: url(../images/pijltje-lees-verder.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 125px;
}
.forum-item a:hover, .forum-item a:active {
	color: #333;
}
