/* ################################## */
/* #	  Algemene CSS Configuratie    # */
/* ################################## */

h1 {
	font-size:18px;
	}

h2 {
	font-size:16px;
	}
	
h3 {
	font-size:14px;
	}

h4 {
	font-size:12px;
	font-style:italic;
	}

h5 {
	font-size:11px;
	font-style:italic;
	}

h6 {
	font-size:10px;
	font-style:italic;
	}

hr {
	color:#373737;
	background-color:#373737;
	height:1px;
	border:0;
	margin:5px 0 5px 0;
	}

.module td img {
	border:0;
	}

.content ul {
	margin:0 0 20px 0;
	}

.module img {
	border:0px solid;
	}
	
.content table {
	width:800px;
	margin:10px 0 0 0;
	}

.module_table
{
	border: 1px solid #e9e7e7;
	text-align: left;
	background-color:#e9e7e7;	
}

.module_table-bg
{
	background-color: #e9e7e7;
}

.module_head
{
	color: #f3ea00;
	background-image:url(images/bg-head-small.jpg);
	background-repeat:repeat-x;
}
.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
{
	color: #FFFFFF;
	background-color: #808080;
}
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;
	text-decoration: none;
}

.module_content
{
	padding:0 20px 20px 20px;
}
.module_content a, .module_content a:visited, .module_content a:link
{
	
}
.module_content a:hover, .module_content a:active
{
	
}

/* ################################## */
/* # Module Block CSS Configuratie  # */
/* ################################## */

.module_blocks
{
	margin-top: 30px;
}

.module_block
{
	margin-bottom: 10px;
}

.module_block_head
{
	color: #000000;
	background-color: #C0C0C0;
}
.module_block_head a, .module_block_head a:visited, .module_block_head a:link
{
	color: #000000;
	text-decoration: underline;
}
.module_block_head a:hover, .module_block_head a:active
{
	color: #000000;
	text-decoration: none;
}

.module_block_content
{
}
.module_block_content a, .module_block_content a:visited, .module_block_content a:link
{
	
}
.module_block_content a:hover, .module_block_content a:active
{
	
}

.module_block_content ul, .module_block_content li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.module_block_content li
{
	margin-bottom: 4px;
}

/* ################################## */
/* #     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;
}

.module_block_head, .module_block_content
{
	padding: 4px;
}

/* ################################## */
/* #    Overige CSS Configuratie    # */
/* ################################## */

form.module { margin: 0px 0px 4px 0px; padding: 0px; }
.module_title {  }
.module_hl { font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 1px solid #000000; margin: 5px; }
.module_time { }
.module_hr { color: #000000; }
.module_spacer { margin: 5px 0px 5px 0px; }