/* CSS Document */

.clearfix:after {
	content						: ".";
	display						: block;
	height						: 0;
	clear						: both;
	visibility					: hidden;
}

* {
	margin 						: 0;
	padding						: 0;
}	

html {
	height						: 100%;
	width						: 100%; 
	
	scrollbar-arrow-color		: #DDDEDF; 
	scrollbar-base-color		: #DDDEDF; 
	scrollbar-shadow-color		: #DDDEDF; 
	scrollbar-face-color		: #FFFFFF; 
	scrollbar-highlight-color	: #FFFFFF;
}

body {
	width						: 100%;
	height						: 100%;

	background-color			: #FFFFFF;
	
	font-family					: Helvetica, Arial, sans-serif;
	font-size					: 11px;
	font-weight					: normal;
	
	line-height					: 100%;
	
	color						: #000000;
}

a
{
    font-family					: Helvetica, Arial, sans-serif;    
    font-size					: 11px;
	font-weight					: bold;
	color						: #000000;
	text-decoration             : none;
}

/* BEGIN FRAME LAYOUT */
#container {
	width						: 990px;
	height						: 575px;
	
	margin						: 0 auto;
	position					: relative;
	
	border						: 1px solid #000000;
}

	#left {
		width					: 179px;
		height					: 575px;
		
		float					: left;
	}
	
	#center {
		width					: 565px;
		height					: 575px;
		
		float					: left;
		
		border-left-width		: 1px;
		border-left-style		: solid;
		border-left-color		: #DDDEDF;
		
		border-right-width		: 1px;
		border-right-style		: solid;
		border-right-color		: #DDDEDF;
	}
	
	#right {
		width					: 244px;
		height					: 575px;
		
		float					: left;
	}
/* EINDE FRAME LAYOUT */


/* BEGIN LEFT LAYOUT */
	#left_header {
		width					: 179px;
		height					: 140px;
		
		float					: left;
	}
	
	#left_navigatie {
		width					: 179px;
		height					: 314px;
		float					: left;
		
		border-top-width		: 1px;
		border-top-style		: solid;
		border-top-color		: #DDDEDF;
		
		border-bottom-width		: 1px;
		border-bottom-style		: solid;
		border-bottom-color		: #DDDEDF;
		
		background-image		: url(../images/layout/BG_left_navigatie.gif);
		background-repeat		: no-repeat;
		background-color		: #F7F7F7;
	}

	#left_footer {
		width					: 179px;
		height					: 118px;
		
		float					: left;
		
		background-image		: url(../images/layout/BG_left_footer.gif);
		background-repeat		: no-repeat;
		clear: left;
	}

	IMG.Logo_bodorepro {
		width					: 179px;
		height					: 140px;
		
		border					: 0px solid #FFFFFF;
	}
/* EINDE LEFT LAYOUT */

	
/* BEGIN CENTER LAYOUT */
	#center_header {
		width					: 565px;
		height					: 140px;
		
		float					: left;

		background-image		: url(../images/layout/BG_center_header.gif);
		background-repeat		: no-repeat;
	}
	
	#center_content {
		width					: 565px;
		height					: 407px;
		
		float					: left;
		
		border-top-width		: 1px;
		border-top-style		: solid;
		border-top-color		: #DDDEDF;
		
		border-bottom-width		: 1px;
		border-bottom-style		: solid;
		border-bottom-color		: #DDDEDF;
	}

	#center_footer {
		width					: 565px;
		height					: 27px;
		float					: left;
		
		background-image		: url(../images/layout/BG_center_footer.gif);
		background-repeat		: repeat-y;
		
		background-color		: #F6F6F6;
	}
	
	#center_content_container {
		width					: 565px;
		height					: 445px;
		
		position				: absolute;
		left					: 180px;
		top						: 104px;
		
		/* background-color		: #DDDEDF;	*/
		background-color		: #FFFFFF;
		
		z-index					: 1;
		
		overflow				: hidden;
	}

	#center_content_left {
		width					: 375px;
		height					: 445px;
		
		float					: left;
		/* background-color		: #FFCC99; */
	}

	#center_content_right {
		width					: 190px;
		height					: 445px;
		
		float					: left;
		/* background-color		: #FF9999; */
	}
	IMG.AdvertentieStaand {
		width					: 375px;
		height					: 445px;

		border					: 0px solid #FFFFFF;
	}

	IMG.AdvertentieLiggend {
		width					: 565px;
		height					: 445px;
		
		border					: 0px solid #FFFFFF;
	}

/* EINDE CENTER LAYOUT */


/* BEGIN RIGHT LAYOUT */
	#right_header {
		width					: 244px;
		height					: 140px;
		
		float					: left;
		
		background-image		: url(../images/layout/BG_right_header.gif);
		background-repeat		: no-repeat;
	}

	#right_middle {
		width					: 244px;
		height					: 408px;
		
		float					: left;
		
		border-bottom-width		: 1px;
		border-bottom-style		: solid;
		border-bottom-color		: #DDDEDF;
		
		background-image		: url(../images/layout/BG_right_middle.gif);
		background-repeat		: no-repeat;
	}

	#right_footer {
		width					: 244px;
		height					: 26px;
		
		float					: left;
		
		background-image		: url(../images/layout/BG_right_footer.gif);
		background-repeat		: no-repeat;
	}
	
	IMG.Logo_vereniging {
		width					: 211px;
		height					: 81px;
		
		border					: 0px solid #FFFFFF;
		
		margin-top				: 22px;
	}
/* EINDE RIGHT LAYOUT */

/* CONTACT POP UP */
a.contact_mail 
{
	font-family					: Helvetica, Arial, sans-serif;    
    font-size					: 12px;
	font-weight					: bold;
	color						: #005AA1;
	text-decoration             : underline;
}
/* EINDE CONTACT POP UP */