html , body {
	font-size: 11pt;
	background-color: #FFFFFF;
}

h1 {
	color: #000000;
	border-bottom: 3px solid #666666;
}
	
h3 {
	color: #666;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

h4
{
	background-image: none;
	color: #333333;
}

/**
 * @desc:Page layout
 *
 */

/* div */
#header { display: none; }
#menu { display: none; }
#footer { display: none; }
#content_column_1 { display: none; overflow: hidden; width: 1px !important; }
#content_column_3 { display: none; overflow: hidden; width: 1px !important; }






/**
 * @desc:Multiple tags
 *
 * @author: KVDH
 */

.bg_grey{background-color:#F7F7F7;}
.bg_white{background-color:#FFF;}
.bg_blue{background-color:#BED2E8;}


/**
 * @desc:LOM details
 */

table.LOM_detail{border-collapse:separate; border-spacing:0 10px; margin:5px auto; width:100%;}

table.LOM_detail td{line-height:18px; padding:2px;}
table.LOM_detail td.detail{padding:5px;}
table.LOM_detail td.label{background-color:#F7F7F7; border-right:1px solid #CCC; border-top:1px solid #CCC; width:120px;}


/* img */
img, a img {border: none;}

div[id^="add_to_favorites_"] {
	display: none;
}

div.reaction {
	display: none;
}

form#reaction_add {
	display: none;
}

/* BEGIN CSS_FORUM */

table.h2_forum{
	width: 80%;
}
tr.forum_bottom{
	border-bottom: 2px solid #CCCCCC;
}
td.info_forum{
	width: 135px;
	padding-right: 2px;
	background-color:#EEEEEE;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;	
	
}
td.forum_title{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color:#EEEEEE;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;
}
div.kc_rol{
	font-weight: bold; 	
	font-size: 11px;
}
div.functies{
	font-style: italic;
	font-size: 11px;
}
div.forum_message{
	background-color:#F7F7F7;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;
}
table.forum_tabel{
	border-spacing:2px; 
	width:75%;
}

/* EINDE CSS_FORUM */