@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*ALGEMENEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

html, body {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	color:#333333;
	background-image:url(/images/site/headerRepeatRight.jpg);
	
	background-repeat:repeat-x;
	background-color:#ffffff;
}
body.popup { background-color:white; background-image:none;}
/*-------------------------------------------------------------------------------------*/
/*HOOFDONDERDELEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container {
	background-image:url(/images/site/backgroundIndex.jpg);
	background-repeat:no-repeat;
	width:985px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#container #middle {
	height:auto;
	width:985px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
	display:block;
	clear:both;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS HEADER-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #headerWrapper{
	width:985px;
	height:305px;
	margin:0px 0px 0px 0px;
	clear:both;
	position:relative;
}
#container #headerWrapper #headerLeft{
	width:238px;
	height:305px;
	float:left;
	display:inline;
}
#container #headerWrapper #headerLeft #logoBlok{
	position:relative;
	width:238px;
	height:249px;
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	cursor:pointer;
}
#container #headerWrapper #headerRight{
	width:747px;
	height:305px;
	float:right;
	display:inline;
	clear:right;
}
#container #headerWrapper #headerRight #menuWrapper{
	width:747px;
	height:24px;
	margin:0px 0px 0px 0px;
	background-color:#d3de2c;
	display:inline-block;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL LEFT----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colLeft{
	width:240px;
	min-height:265px;
	height:auto!important;
	height:265px;
	display:inline;
	float:left;
}
#container #middle #colLeft #picture{
	width:223px;
	height:98px;
	display:block;
	float:right;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL RIGHT---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colRight{
	width:240px;
	display:inline;
	float:right;
	min-height:265px;
	height:auto!important;
	height:265px;
	clear:right;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL Middle---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colMiddle{
	width:470px;
	display:inline;
	float:left;
	min-height:265px;
	height:auto!important;
	height:265px;
}

#container #middle #colMiddle #contentWrapper{
	margin:0px 0px 10px 35px;
}


/*-------------------------------------------------------------------------------------*/
/*PARTS footer ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------*/
/*pageTools--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #headerWrapper #headerRight #pageToolsWrapper {
	margin:235px 0px 0px 0px;
	width:723px;
	height:20px;
	display:inline-block;
}

#container #headerWrapper #headerRight #pageToolsWrapper #mainPageTools {
	width:43px;
	height:20px;
	float:right;
	display:inline;
	margin:0px 0px 0px 0px;
}
#container #headerWrapper #headerRight #pageToolsWrapper #mainPageTools img {display:inline; float:left;cursor:pointer;}
#container #headerWrapper #headerRight #pageToolsWrapper #mainPageTools img#ptMail{margin-left:5px}


/*-------------------------------------------------------------------------------------*/
/*GENERAL CONTENT----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.floatDidiver{width:950px; height:1px;clear:both;overflow:hidden;}

a,a:visited {text-decoration: underline; color: #333333;}
a:hover, a:active { text-decoration: none; color: #333333;}

h1 {font-size:13px; font-weight:bold; padding:0px 0px 0px 0px; margin:0px 0px 9px 0px; color:#333333;}
h2 {font-size:12px; font-weight:bold;padding:0px 0px 0px 0px; margin:0px 0px 9px 0px; color:#333333;}
h3 {font-size:11px; font-weight:bold; color:#333333;}
h4 {font-size: 11px;}
h5 {font-size:11px; font-weight:normal; color:#333333;}
h6 {color:#333333; font-weight:bold; font-size: 11px; padding:0px 0px 0px 0px; margin:0px 0px 9px 0px;}

p  {padding:0; font-size: 1em; margin: 0px; font-weight:normal;display:block;}

.date {color:#aeb0b2; font-weight:normal; font-size:11px; }
.button { 
	width:75px;
	background-color:#d3de2c;
	border:1px solid #d3de2c;
	color:#333333;
	cursor:pointer; 
	padding:2px 3px 2px 3px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
