/* ################################## */
/* #	  Algemene CSS Configuratie    # */
/* ################################## */


.module td img {
	border:0;
	}

.content ul {
	margin:0 0 20px 0;
	}

.module img {
	border:0px solid;
	}
	
.content table {
	width:100%;
	margin:10px 0 0 0;
	}

.module_table
{
	border: 1px solid #e9e7e7;
	text-align: left;
	background-color:#e9e7e7;	
}

.module_table-bg
{
	background-color: #b6b6b6;
	padding:1px;
}

.module_head
{
	color: #000;
	background-image:url(images/head.png);
	height:30px;
}
.module_head a, .module_head a:visited, .module_head a:link
{
	color: #000000;
	text-decoration: underline;
}
.module_head a:hover, .module_head a:active
{
	color: #000000;
	text-decoration: none;
}

.module_subhead {
    background-color:#2CAF45;
    color: #fff;
}

div.module_subhead a, div.module_subhead a:visited, div.module_subhead a:link, td.module_subhead a, td.module_subhead a:visited, td.module_subhead a:link
{
	color: #FFFFFF;	
	text-decoration: underline;
}
div.module_subhead a:hover, div.module_subhead a:active, td.module_subhead a:hover, td.module_subhead a:active
{
	color: #FFFFFF;
	background-color:#9f9f9f;
	text-decoration: none;
}

.module_content
{
	padding:5px;
	background-color:#74bef1;
}
.module_content a, .module_content a:visited, .module_content a:link
{
	color: #FFFFFF;
}
.module_content a:hover, .module_content a:active
{
	color: #FFFFFF;
}

/* ################################## */
/* # Module Block CSS Configuratie  # */
/* ################################## */



/* ################################## */
/* #     Input CSS Configuratie     # */
/* ################################## */

.module_textbox, .module_textarea, .module_dropdown
{

}

.module_button
{

}

.sb_textbox
{

}

.sb_button
{

}

/* ################################## */
/* #   Basis Padding Configuratie   # */
/* ################################## */

.module_head, .module_subhead, .module_content
{
	padding: 4px;
}

/* ################################## */
/* #    Overige CSS Configuratie    # */
/* ################################## */

.contact_input {border:1px solid #dddddd;}
form.module { margin: 0px 0px 4px 0px; padding: 0px; }
.module_title {  }
.module_hl { font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 2px solid #fff; margin: 5px; }
.module_time { }
.module_hr { height:2px; color:#fff; margin:3px 0 3px 0; background-color:#fff; }
.module_spacer { margin: 5px 0px 5px 0px; }