/* ///////////////////////////////////////
Forum									*/

.nieuwTopic {
	padding:				0;
	margin:					0;
	position:				relative;
	top:					-10px;
	}

.forum_tabel {
	width:					100%;
	}
	
.forum_tabel td {
	border:					0;
	padding:				3px 0;
	}
	
.forum_tabel .forum_titel_onder {
	border-bottom:			1px solid #3c3c3c;
	}
	
.forum_tabel .small {
	font-size:				10px;
	}
	
.forum_tabel .centered {
	text-align:				center;
	}

.forum_tabel .forum_image {
	width:					26px;
	}	
	
.forum_tabel .forum_image img {
	margin:					0 0 0 6px;
	}	

.forum_tabel .forum_naam {
	width:					335px;
	}	
	
.forum_tabel .topic_titel	{
	width:					300px;
	}
	
.forum_tabel .topic	{
	padding-top:			8px;
	padding-bottom:			8px;
	border-bottom:			1px solid #3c3c3c;
	}

.forum_achtergrond1 td{
	background:				#202020;
	}
	
.forum_achtergrond2 td{
	background:				#242424;
	}
	
/* nieuw topic */

#plaatstopic {
	width:					550px;
	text-align:				left;
	}

#plaatstopic label {
	float:					none;
	font-weight:			bold;
	}
#plaatstopic input#topic_naam {
	width:					535px;
	margin-bottom:			10px;
	}

	
#plaatstopic .plaatsbericht_button	{
	margin-top:				10px;
	margin-bottom:			40px;
	}

/* forum_uitleg*/

#forum_uitleg {
	margin:					20px 0 0 0;
	padding:				0;
	list-style-type:		none;
}

#forum_uitleg li {
	margin:					0;
	padding:				0;
	list-style-type:		none;
}
#forum_uitleg li img {
	position:				relative;
	top:					3px;
	margin-right:			5px;
	}

