p, span, h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
}
/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
div#div_pagemaster{
	position: relative;
	width: 996px;
	margin: 0px auto 0px auto;
	text-align: left;
}
div#dnn_TopPane {
	position: relative;
	display: block;
	height: 126px;
}
div#dnn_BannerPane
{
	position: absolute;
	display: block;
	height: 60px;
	left: 252px;
	top: 70px;
	width: 500px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

div#contentW {
	position: relative;
	display: block;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px auto 0px auto;
}

div#contentWI {
	position: relative;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px auto 0px auto;
}

div#searchPane {
	position: absolute;
	display: block;
	height: 17px;
	left: 779px;
	top: 110px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}
div#contentWM {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
div#nav
{
	text-align: left;
	position: absolute;
	display: block;
	height:40px;
	left: 0px;
	top: 0px;
	z-index:25;
}
div#nav2
{
	text-align: left;
	position: absolute;
	display: block;
	height:40px;
	left: 0px;
	top: 0px;
	z-index:25;
}
div#fontSize
{
	position: absolute;
	top: 37px;
	left: 638px;
	width: 85px;
	z-index:25;
}
div#fontSize a img
{
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 30px;
}
div#fontSize a
{
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
}
div#RightPaneW {
	float: right;
	top: 0px;
	width: 226px;  
}

div#RightPaneWI
{
	text-align: center;
	padding-left: 12px;
	padding-right: 13px;
}	

div#dnn_RightPane {
	width: 200px;  
	padding-top: 0px;
	padding-bottom: 1px;
}
div#ContentPaneW {
	float: left;
	top: 0px;
	width: 738px;  
}

div#ContentPaneTitle
{
	width: 738px;
	padding: 0px;
	background-image: url(content_boven.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 67px;
	margin: 0px;
	text-align: center;
}	
div#ContentPaneTitle h1
{
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
}
div#ContentPaneWI {
	width: 738px; 
	padding: 0px;
	background-image: url(content_body.jpg);
	background-repeat: repeat-y;
	background-position: center top !important;
	margin: 0px;
}

div#dnn_ContentPane {
	width: 708px; 
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	text-align: left;
}
div#ContentPaneFooter {
	width: 738px; 
	height: 38px;
	padding-top: 5px;
	padding-bottom: 1px;
	background-image: url(content_onder.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	text-align: center;
}

div#SkinFooter {
	position: relative;
	display: block;
	height: 20px;
	margin:0px;
	padding: 0px 15px 0px 0px;;
	text-align: right;

}
div#SkinFooterW {
	padding:0px 0px 0px 0px;
}
div#SkinPanel{
	position: relative;
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
div#ClearAll
{
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 0px;
	line-height:0px;
	clear: both;
	background: transparent;
}
/*menu*/
ul#mainNav
{
	width: 669px;
	position: absolute;
	z-index:25;
	height:30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	top: 15px;
	left: 292px;
	background-image: url(menu_body.jpg);
	background-repeat: repeat-x;
	background-position: center top !important;
}

ul#mainNav a.IH_par_selected
{
	color: #000000;
}
ul#mainNav a.IH_sub_selected
{
	color: #000000;
}
ul#mainNav li:hover ul, ul#mainNav li.over ul { /* lists nested under hovered list items */
	display: block;
}

/*menu*/

	ul#mainNav li
	{
		height:30;
		position:relative;
		line-height:10px;
		float:left;
		z-index: 10;
		cursor:pointer;
		list-style: none;
	background-image: url(menu_body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	}
		ul#mainNav li a
		{
			display: block;
			float: left;
			height: 30px;
			position: relative;
			line-height: 30px;
			padding: 0 0px;
			z-index:10;
			color:#000000;
			font-weight: bold;
			text-decoration: none;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		ul#mainNav a:hover
		{
			font-weight: bold;
			background: #ffffff;
			
		}

			/* --- submenu --- */
			ul#mainNav li ul
			{
				text-align: left;
				position:absolute;
				width: 175px;
				display:none;
				top:30px;
				left: 0px;
				z-index:150;
				list-style:none;
				padding: 0px;
				margin: 0px;
			}
	
				ul#mainNav li ul li
				{
					position: relative;
					width: 175px;
					height:auto;
					line-height:25px;
					float:none;
					padding: 0px;
					margin: 0px;
					z-index: 150;
					border-bottom: 1px solid #ED1C24;
				}
					ul#mainNav li ul li a
					{
						float:none;
						line-height:25px;
						height:26px;
						border-right: none;
						background-image:none;	
						padding:0px;
						text-decoration:none;
						z-index:10;
						background:#cccccc;
						padding-left: 5px;
					}
						
						ul#mainNav li ul li a:hover
						{
							text-decoration:none;
							background-image:none;
							color:#000000;
							background: #ffffff;
						}

/*admin menu*/
ul#adminNav
{
	width: 292px;
	position: absolute;
	z-index:25;
	height:30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	top: 100px;
	left: 0px;
}

ul#adminNav a.IH_par_selected
{
	color: #000000;
}
ul#adminNav a.IH_sub_selected
{
	color: #000000;
}
ul#adminNav li:hover ul, ul#adminNav li.over ul { /* lists nested under hovered list items */
	display: block;
}

/*admin menu*/

	ul#adminNav li
	{
		height:30;
		position:relative;
		line-height:10px;
		float:left;
		z-index: 10;
		cursor:pointer;
		list-style: none;
	}
		ul#adminNav li a
		{
			display: block;
			float: left;
			height: 30px;
			position: relative;
			line-height: 30px;
			padding: 0 0px;
			z-index:10;
			color:#000000;
			font-weight: bold;
			text-decoration: none;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		ul#adminNav a:hover
		{
			font-weight: bold;
			background: #ffffff;
			
		}

			/* --- submenu --- */
			ul#adminNav li ul
			{
				text-align: left;
				position:absolute;
				width: 125px;
				display:none;
				top:30px;
				left: 0px;
				z-index:150;
				list-style:none;
				padding: 0px;
				margin: 0px;
			}
	
				ul#adminNav li ul li
				{
					position: relative;
					width: 125px;
					height:auto;
					line-height:25px;
					float:none;
					padding: 0px;
					margin: 0px;
					z-index: 150;
					border-bottom: 1px solid #ED1C24 inset;
				}
					ul#adminNav li ul li a
					{
						float:none;
						line-height:25px;
						height:25px;
						border-right: none;
						background-image:none;	
						padding:0px;
						text-decoration:none;
						z-index:10;
						background:#cccccc;
						padding-left: 5px;
					}
						
						ul#adminNav li ul li a:hover
						{
							text-decoration:none;
							background-image:none;
							color:#000000;
							background: #ffffff;
						}
/* tweede menu*/
span#menu_2
{
	text-align: center;
	width: 638px;
}
span#menu_2 a
{
	padding-left: 5px;
	padding-right: 5px;
	color: #ED1C24;
	font-weight: bold;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
div#contactTitle
{
	background-image: url(box_klein_boven.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	width: 200px;
	height: 67px;
	text-align: center;
}
div#contactTitle h1
{
	color: #000000;
	font-weight: BOLD;
	margin: 0px;
	padding-top: 13px;
}
div#contactBody
{
	background-image: url(box_klein_body.jpg);
	background-repeat: repeat-y;
	background-position: center top !important;
	width: 200px;
}
div#contactBody p
{
	width: 150px;
	margin: 0px;
}
div#contactFooter
{
	background-image: url(box_klein_onder.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	width: 200px;
	height: 38px;
	text-align: center;
}
div#contactFooter h1
{
	color: #000000;
	font-weight: BOLD;
	margin: 0px;
	padding-top: 5px;
}
div#nieuwsTitle
{
	background-image: url(box_klein_boven.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	width: 200px;
	height: 67px;
	text-align: center;
}
div#nieuwsTitle h1
{
	color: #000000;
	font-weight: BOLD;
	margin: 0px;
	padding-top: 13px;
}
div#nieuwsBody
{
	background-image: url(box_klein_body.jpg);
	background-repeat: repeat-y;
	background-position: center top !important;
	width: 200px;
}
div#nieuwsFooter
{
	background-image: url(box_klein_onder.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	width: 200px;
	height: 38px;
	text-align: center;
}
div#nieuwsFooter h1
{
	color: #000000;
	font-weight: BOLD;
	margin: 0px;
	padding-top: 5px;
}
div#lidwordenTitle
{
	background-image: url(box_klein_boven.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	width: 200px;
	height: 67px;
	text-align: center;
}
div#lidwordenTitle h1
{
	color: #000000;
	font-weight: BOLD;
	margin: 0px;
	padding-top: 13px;
}
div#lidwordenBody
{
	background-image: url(box_klein_body.jpg);
	background-repeat: repeat-y;
	background-position: center top !important;
	width: 200px;
	text-align: left;
}
div.box_klein_img
{
	background-image: url(arrow_box.jpg);
	background-repeat: no-repeat;
	background-position: 15px top !important;
	width: 200px;
}
div.box_klein_img p
{
	padding: 0px;
	margin: 0px;
	margin-left: 67px;
	width: 132px;
	text-align: left;
}
div.box_klein
{
	margin-left: 15px;
	width: 175px;
	text-align: left;
}

div#lidwordenFooter
{
	background-image: url(box_klein_onder.jpg);
	background-repeat: no-repeat;
	background-position: center top !important;
	width: 200px;
	height: 38px;
	text-align: center;
}
div#lidwordenFooter h1
{
	color: #000000;
	font-weight: BOLD;
	margin: 0px;
	padding-top: 3px;
}


/**********custom**********/
img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px;	
	background-color: #FFFFFF;
	background-image: url(bg_body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align:center;
	font-family:univers, arial, helvetica, sans-serif;
	font-size:12px;
	padding:0 10px;
}	
div p
{
	margin: 0px;
	padding: 0px;
}
h1
{
	color: #ED1C24;
	font-weight: bold;
}
h2
{
	color: #ED1C24;
	font-weight: bold;
}
.Bvfpr_Content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

/* modules */
.News_O_T
{
	margin-left: 15px;
	width: 170px;
	margin-right: 15px;
	text-align: left;
}
.News_O_T h2
{
	color: #ED1C24 !important;
	font-weight: bold;
	font-size: 80%;
}
.News_O_T a
{
	color: #ED1C24 !important;
	font-weight: bold;
}

.News_S_W
{
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	width: 708px;
	text-align: left;
	padding-bottom: 10px;
}
.News_S_D
{
	width: 708px;
	text-align: left;
}
.News_S_D p
{
	font-size: 75%;
	color: #aaaaaa;
}

.News_S_T
{
	width: 708px;
	text-align: left;
	padding-bottom: 15px;
}
.News_S_T h1
{
	color: #000000;
	font-weight: bold;
}
.News_S_T a
{
	color: #000000;
	font-weight: bold;
}
.News_S_ST
{
	width: 708px;
	text-align: left;
}
.News_S_ST h2
{
	color: #ED1C24 !important;
	font-weight: bold;
}
.News_S_ST a
{
	color: #ED1C24 !important;
	font-weight: bold;
}
.News_D_W
{
	padding-bottom: 25px;
	width: 708px;
	text-align: left;
}
.News_D_D
{
	width: 708px;
	text-align: left;
}
.News_D_D p
{
	font-size: 75%;
	color: #aaaaaa;
}

.News_D_T
{
	width: 708px;
	text-align: left;
}
.News_D_T h1
{
	color: #000000;
	font-weight: bold;
}
.News_D_T a
{
	color: #000000;
	font-weight: bold;
}
.News_D_ST
{
	width: 708px;
	text-align: left;
}
.News_D_ST h2
{
	color: #ED1C24 !important;
	font-weight: bold;
}
.News_D_ST a
{
	color: #ED1C24 !important;
	font-weight: bold;
}
.Administratie
{
	font-size: 75%;
}
.Discussie_I
{
	width: 708px;
}
.Discussie_T
{
	Width: 708px;
	background-color: #ED1C24;
	color: #FFFFFF;
	margin-top: 10px;
}
.Discussie_T a
{
	color: #FFFFFF !important;
}
.Discussie_C
{
	Width: 708px;
	margin-top: 10px;
}
.Document_S_W
{
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	width: 708px;
	text-align: left;
	padding-bottom: 10px;
}
.Document_S_D
{
	width: 708px;
	text-align: left;
}
.Document_S_D p
{
	font-size: 75%;
	color: #aaaaaa;
}

.Document_S_T
{
	width: 708px;
	text-align: left;
	padding-bottom: 15px;
}
.Document_S_T h1
{
	color: #000000;
	font-weight: bold;
}
.Document_S_T a
{
	color: #000000;
	font-weight: bold;
}
.Document_S_ST
{
	width: 708px;
	text-align: left;
}
.Document_S_ST h2
{
	color: #ED1C24 !important;
	font-weight: bold;
}
.Document_S_ST a
{
	color: #ED1C24 !important;
	font-weight: bold;
}
