/*top frame*/
#forum_top{
	background: url( ../images/forum/forum01.jpg ) bottom;
	height:20px;
	width:444px;
}
/*content frame*/
#forum_content{
	border:1px solid #e1e1e1;
	padding:0px;
	width:442px;
}

#forum_content table{
	padding:0px;
}


#nieuw_button{ height: 38px;float:right;text-decoration:none; }
#nieuw_button a{ text-decoration:none; }
#nieuw_button #front_button{
	background: url( ../images/forum/knop-nieuw01.jpg );
	height:38px;
	width:35px;
	float:left;
}
#nieuw_button #content_button{
	background: url( ../images/forum/knop-bg01.jpg );
	height:28px;
	padding-top:10px;
	color:#4D4D4C;
	float:left;
}
#nieuw_button #end_button{
	background: url( ../images/forum/knop-bg-end01.jpg );
	height:38px;
	width:13px;
	float:left;
}
#nieuw_button:hover #front_button,#pb_top #nieuw_button.selected #front_button{
	background: url( ../images/forum/knop-nieuw02.jpg );
	height:38px;
	width:35px;
	float:left;
}
#nieuw_button:hover #content_button,#pb_top #nieuw_button.selected #content_button{
	background: url( ../images/forum/knop-bg02.jpg );
	height:28px;
	padding-top:10px;
	color: white;
	float:left;
}
#nieuw_button:hover #end_button,#pb_top #nieuw_button.selected #end_button{
	background: url( ../images/forum/knop-bg-end02.jpg );
	height:38px;
	width:13px;
	float:left;
}

#forum_message_border{ border-bottom:1px solid #e1e1e1; }
