/* PERSPECTIEF */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background: #FFF url(../img/img_body/body_bg_tile.jpg);
}

/*************************************************/
/* Site layout styles                            */
/*************************************************/


/* Main blocks
**************************************************/

#outer_table {
	height: 100%;
	width: 100%;
}

#left_bg_container {
	height: 100%;
	width: 50%;
}

#left_bg_table {
	height: 100%;
	width: 100%;
}

#left_bg_foot {
	height: 452px;
}

#right_bg_container {
	height: 100%;
	width: 50%;
}

#right_bg_table {
	height: 100%;
	width: 100%;
}

#right_bg_foot {
	height: 452px;
}

#right_container {
	vertical-align:top;
	padding-bottom:15px;
}

#wrap_container {
	width: 1000px;
}

#wrap_table {
	margin: 0;   /* align for good browsers */
	padding: 0;
	width: 1000px;
	height: 100%;
}

#left_container {
	vertical-align:top;
	width:209px;
}

#logos_container {
	height:100%;
	vertical-align:bottom;
	padding-top:0px;
	padding-bottom:12px;
}

#middle_container {
	vertical-align:top;
	width:623px;
}

div.refbox { /* referentiebox voor dichtstbijzijnde gepositioneerde descendent elementen */
	position: relative;
}

#header_balk_oranje {
	height:31px;
	text-align:right;
	padding-right:28px;
	background-image: url(../img/img_site/header_balk_oranje.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#header_balk_blauw {
	height:31px;
	text-align:right;
	padding-right:28px;
	background-image: url(../img/img_site/header_balk_blauw.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#header_balk_groen {
	height:31px;
	text-align:right;
	padding-right:28px;
	background-image: url(../img/img_site/header_balk_groen.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#header_balk_geel {
	color:#000;
	height:31px;
	text-align:right;
	padding-right:28px;
	background-image: url(../img/img_site/header_balk_geel.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#header_balk_geel a{
	color:#000;
}


.header_balk_content {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:31px;
	color:FFF;
}

.header_balk_content a {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:FFF;
	text-decoration:none;
}

.header_balk_content a:hover {
	text-decoration:underline;
}

#header_container {
	height: 180px;
	background-image: url(../img/img_site/header.jpg);
	background-repeat: no-repeat;
}

#content_bg_container {
	background: url(../img/img_site/bg_tile.jpg) repeat-y;
}

#content_bg_table {
	height: 100%;
	width: 100%;
	background: url(../img/img_site/bg_foot.jpg) no-repeat left bottom;
}

#center_table {
	height: 100%;
	width: 100%;
 *margin-bottom: 50px; /*IE6 en IE7 */
	background: url(../img/img_site/bg_head.jpg) no-repeat;
}

#content_table {
	width:623px;
}

.content_container {
	padding-right:25px;
	padding-left:17px;
}

#content_header_container_oranje {
	font:Arial, Helvetica, sans-serif;
	font-size:19px;
	height:40px;
	padding-top:10px;
	padding-left:17px;
	color:#df6c08;
}

#content_header_container_oranje span.h1 {
	font-weight:bolder;
}

.content_image_container {
	padding-left:17px;
	padding-right:17px;
	vertical-align:top;
}

#footer_container_oranje {
	height: 29px;
	vertical-align: top;
	background-image: url(../img/img_site/footer_oranje.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer_container_groen {
	height: 29px;
	vertical-align: top;
	background-image: url(../img/img_site/footer_groen.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer_container_blauw {
	height: 29px;
	vertical-align: top;
	background-image: url(../img/img_site/footer_blauw.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


#footer_container_geel {
	height: 29px;
	vertical-align: top;
	background-image: url(../img/img_site/footer_geel.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer_container_geel div {
	color:#000;
}


#footer_container_geel div a{
	color:#000;
}

#footer {
	color: #fff;
	position: absolute;
	height: 20px;
	width: 570px;
	left: 20px;
	font-size: 12px;
	line-height: 20px;
	top: 7px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}


#realisatie {
	font-size: 12px;
	color: #FFF;
	position: absolute;
	height: 20px;
	width: 250px;
	left: 710px;
	text-align: right;
	line-height: 20px;
	top: 6px;
}

#realisatie a {
	color: #FFF;
		text-decoration: underline;
}

#realisatie a:hover {
	color: #FFF;

}


/* Content CMS
**************************************************/

.content {
	font-size: 11px;
	line-height: 16px;
	color: #222;
}

.content hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background: #222;
}

.content ul {
	margin-bottom: 11px;
}

.content li {
	list-style: disc;
	list-style-position:inside;
	padding-left: 15px;
}

.content ul li ul {
	margin-bottom: 0px;
}

.content ul li ul li {
	list-style: disc;
	list-style-position:inside;
	padding-left: 15px;
}

.content a {
	text-decoration: underline;
	color: #222;
	font-weight:bold;
}

.content a:hover {
	text-decoration: underline;
	color: #df6c08;
}

.content .imglinks {
	float: left;
	margin: 6px;
}

.content .imgrechts {
	float: right;
	margin: 6px;
}

.content p {
	font-size: 12px;
	line-height: 16px;
	color: #222;
	margin-bottom: 11px;
}

.content h1 {
	font-size: 21px;
	margin-bottom: 11px;
	color: #222;
	line-height: 24px;
	font-weight: bold;
}

.content h2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #222;
}

.content h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #222;
}

.content h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #222;
}

.content h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #222;
}

.content h6 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #222;
}

#naarboven {
	float:left;
	color: #000;
	font-size: 11px;
	cursor: pointer;
}

#toonpdf {
	float:right;
}




/* BLOCK
**************************************************/


.block {
	width:170px;
	margin-top:17px;
}

.block_listing {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:222;
	height:32px;
}

.block_listing a {
	text-decoration:underline;
	color:222;
}

.block_listing a:hover {
	text-decoration:underline;
	color:df6c08;
}


#nieuwsblock_content_container {
	vertical-align:top;
	height:144px;
	padding: 3px 8px 0px 12px; 
	background-image: url(../img/img_site/nieuwsbox_content.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#nieuwsbriefblock_content_container {
	vertical-align:top;
	height:144px;
	padding: 3px 8px 0px 12px; 
	background-image: url(../img/img_site/enquete_content.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#nieuwsbriefblock_content_container p{
	font-size: 11px;
}

#nieuwsbriefblock_content_container input{
	width: 141px;
	margin-top: 10px;
}

#nieuwsbriefblock_content_container .Button {
	color: #fff;
	background: #96bd0b;
	padding: 1px;
	cursor: pointer;
	margin-top: 0px;
	font: bold 9px Verdana, Geneva, sans-serif;
	border-style: none;
	width: 141px;;
}



/* PRAAT EN DENK MEE
*************************************************/

#content_header_container_groen {
	font:Arial, Helvetica, sans-serif;
	font-size:19px;
	height:40px;
	padding-top:10px;
	padding-left:17px;
	color:#97be0d;
}

#content_header_container_groen span.h1 {
	font-weight:bolder;
	color:#97be0d;
}

#content_header_container_geel {
	font:Arial, Helvetica, sans-serif;
	font-size:19px;
	height:40px;
	padding-top:10px;
	padding-left:17px;
	color:#c7a800;
}

#content_header_container_geel span.h1 {
	font-weight:bolder;
	color:#c7a800;
}



/* AGENDA
**************************************************/
#content_header_container_blauw {
	font:Arial, Helvetica, sans-serif;
	font-size:19px;
	height:40px;
	padding-top:10px;
	padding-left:17px;
	color:#009de0;
}

#content_header_container_blauw span.h1 {
	font-weight:bolder;
	color:#009de0;
}

.content .agenda {
	padding-right:25px;
	*padding-right:0px;
	width:100%;
}

.agenda_tr {
	width:100%;
	height:81px;
	background-image: url(../img/img_site/agenda_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.content .agenda .date {
	padding-top:9px;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bolder;
	width:200px;
	color:#009de0;

}

.content .agenda .items {
	padding-top:9px;	
	margin-bottom:15px;
	padding-right:20px;
	font-size:11px;
	color:#222;
	width: 60%;
}

.content .agenda .agenda_header_table {
	background: url(../img/img_site/box_header_bg.jpg) center center;
	line-height: 18px;
	margin-bottom: 4px;
	width: 100%;
}

.content .agenda .agenda_header_table td {
	height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 1px;
}

.content .agenda table td {
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
}


/* Formulieren CMS
**************************************************/

.letsFormContainer fieldset {
	margin-top:20px;
	border: 1px dotted #222;
	padding: 10px;
}

.letsFormContainer legend {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	color: #222;
	background: #FFF;
}

input, select, file {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFF;
	border: 1px solid #ddd;
	margin-left: 2px;
	height:20px;
	width:350px;
}

.letsFormTextArea {
	font:Arial, Helvetica, sans-serif;
	margin-top:10px;
	height:100px;
	font-size:11px;
	background: #FFF;
	border: 1px solid #ddd;
	margin-left: 2px;
	width:350px;
}

.letsFormTable {
	vertical-align:top;
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 18px;
	width:100%;
}

.letsFormInput_error {
	border: 1px solid red;
}

.letsFormTD {
	height:25px;
	line-height:25px;
	width: 125px;
}

.letsErrorList {
	color:red;
}

.letsFormButton {
	color: #fff;
	background: #df6c08;
	width:100px;
	height:25px;
	cursor: pointer;
	margin-top: 10px;
	padding-bottom:2px;
	font: bold 11px Verdana, Geneva, sans-serif;
	border-style: none;
}

.letsFormCheckbox {
	border: 0px solid #B4CDE1;
	background: #E5ECF4;
	margin:3px 3px 3px 3px;
}

.letsFormCheckbox_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 3px;
}

.letsFormRadio {
	border: 0px solid #6e7176;
	background: #FFFFFF;
	margin:3px 3px 3px 0px;
}

.letsFormRadio_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 0px;
}

.letsFormTijdSelect {
	width: 50px;
 *width: 40px;
	font-size: 11px;
}

#toolTip { /* Styling van het infoplaatje */
	position:relative;
	top:3px;
	cursor: pointer;
}

.formInfo {
	font-size: 11px;
	background: #DF6C08;
	border: 1px none #000;
	width: 150px;
	margin: 0px;
	padding: 5px;
	color: #fff;
}

#letsFormCaptcha { /* Styling van het captchaplaatje */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w150 {
	width: 150px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}


/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


gin-bottom: 5px;
	margin-left: 3px;
}

.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w150 {
	width: 150px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}


/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


