* {
	margin: 0;
	padding: 0;
}

table {
       font-size:100%;
}


td {
	vertical-align:top;}
input {
	vertical-align:middle;
}
img{
	border: none;
	margin: 0;
	padding: 0;
}
body{
	width:100%;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #868788;	
	background: url("/img_cmz/body_bg_02.gif") no-repeat center -50px;
}
#containerBg{
	width: 100%;
	height: 100%;
	float: left;
	background: url("/img_cmz/container_bg.gif") no-repeat 50% 1150px;
}

p {
	margin: 0 0 1em 0;
}
a {
	text-decoration: underline;
}	
a:hover {
	text-decoration: underline;
}	
#containerBanner{
	position: relative;
	margin: 0 auto;
	width: 935px;
}

#container{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 935px;
}
#containerContent{}
#containerTop{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background-color:rgb(140,198,63);
	height: 22px;
}
#top {
	width: 1024px;
	margin: 0 auto;
	color: #fff;
}
#top a {
	color: #fff;
}

/***************************** serach form */	
#searchForm{
	float: left;
}
#searchField {
	border: none;	
	width: 200px;
	height: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 2px;	
	margin-top: 2px;
	background-color:#f0f1f0;
}
#submitBtn  {
	border: none;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #fff;
	background-color:rgb(140,198,63);
	padding-top: 0;
}		

/**************************** navigatie */
#nav{
	float: left;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 235px;
	}
	
#nav li{
	display: inline;
	padding-right: 10px;
	}	

#nav li a{
	text-decoration: none;
	}

#nav li a:hover, #nav li a.selected{
	color: rgb(87,136,50);
	}
 	
.divider{
	padding-left: 12px;
	}	

/***************************************** functnav */	
#left{
	line-height: 1.5em;
	width: 200px;
	float: left;
	margin-right: 35px;
	background:none;
}
#gutterLeft {
	padding-left: 15px;
}
#content{
	width: 499px;
	padding-left:1px;
	float: left;
	line-height: 1.4em;
	background: none;
	overflow:auto;
}	
#content a:link, #right a:link{
	color: #868788;
}
#content a:visited, #right a:visited{
	color: #abacac;
}
#content a:hover, #right a:hover{
	color: rgb(87,136,50);
}
#content h1, .title {
    color:#888;
	font-size: 20px;
	font-weight: normal;
	border-left: 2px solid #8cc63f;
	padding-left: 0.5em;
	margin-bottom: 2em;
line-height: 1.2em;
} 
#content h2{
	font-size: 12px;
	margin: 2em 0 1em 0;
	color:rgb(87,136,50);
} 
#content ul{
	margin: 1em 0 1em 3em;
}

/*************************** actions */

#actions {
	text-align: right;
	margin-top: 4em;
}
#actions .submitImg.first {
	padding-right: 2em;
}
#actions .submitImg {
	padding-right: 0em;
	padding-left: 6px;
	vertical-align: bottom;
}
#actions a {
	color: rgb(87,136,50) !important;
	text-decoration: none;
	}

#actions a:hover{
	text-decoration: underline;
	}

/************************* content table */


#content table {
	/*width: auto;*/
	border-collapse: collapse;
	font-size: 12px;
	}

#content th {
	background-color: #94be0f;
	color: #fff;
	padding: 0.25em 0.5em;
}
#content td {
	vertical-align: top;
	padding: 0.1em 0.5em;
}
#content .dark {
	color: #4c4c4c;
}

#content .contentTable{
	border: 1px solid #94be0f;
	width: 100%;
	border-collapse: collapse;
	}

#content .contentTable th {
	background-color: #94be0f;
	color: #fff;
	padding: 0.25em 0.5em;
}
#content .contentTable td {
	vertical-align: top;
	padding: 0.5em;
	border-left: 1px solid #94be0f;
}
#content .contentTable .dark {
	color: #4c4c4c;
}


/************************* right */
#right {
	color:#666;
 	width:155px;
 	float:left;
	margin-left:20px;
	line-height:1.4em;
	background:none;
	padding-left:10px;
}
#right h1 {
	font-size: 11px;
	color: #4c4c4c;
	margin-bottom: 1em;
}
.rightImg {
	margin-top: 3em;
}
#right ul {
	list-style-type: none;
	line-height:1.1em;
}	
#right li {
	list-style-type: none;
	margin-bottom:0.3em
}	
#right ul li a {
	/* background: url("/img_cmz/right_ul_arrow.gif") no-repeat 100% 5px; */
	padding-right: 1em;
	text-decoration: none;
}

#right table a {
	/* background: url("/img_cmz/right_ul_arrow.gif") no-repeat 100% 5px; */
	padding-right: 1em;
	text-decoration: none;
}

#right table img {
	height: 5px;
	width: 10px;
}	

/********************************** subnavigatie */

#subnav {
	font-weight: bold;
	color: rgb(140,198,63);
	list-style-type: none;
	margin-bottom: 2em;
}
#subnav a {
	color: rgb(87,136,50);
	text-decoration: none;
	padding-left: 15px;	
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a.selected {
	background: url("/img_cmz/subnav_selected.gif") no-repeat 0 2px;
	text-decoration: underline;
}
	
/************************ sub sub navigatie */

#subsubNav {
	list-style-type: none;
	font-weight: normal;
	margin-left: 2em;
}	
#subsubNav li a {
	padding-left: 0;
}	
#subsubNav li a.selected {
	text-decoration: underline;
	background: none;
}	

/**********************************/

#extraInfo {
	list-style-type: none;
}
#extraInfo a {
	text-decoration: none;
	color: #666;
}
#extraInfo a:hover {
	text-decoration: underline;
	color: #666;
}
#kader {
	background: url("/img_cmz/kader.gif") no-repeat 53% 6px;
}
#brands {
	padding-left: 15px;
}
#leftSlogan {
	padding-left: 1em;
	margin-bottom: 2em;
	font-size: 12px;
	font-family: Helvetica, Aria, Verdana, sans-serif;
	color: #666;
	margin-top: 4em;
	background: url("/img_cmz/left_slogan.gif") repeat-y 0px 0px;
}
#leftSlogan .small {
	font-size: 11px;
}
#leftSlogan .logoSmall {
	vertical-align: middle;
	padding-right: 2px;
}
.leftSloganImg {
	padding-right: 15px;
}
.leftSloganImgLast {
	padding-right: 0px;
}
.extraInfoP {
	margin: 0;
	font-weight: bold;
}		

/****************************** content */

#middle{
	margin-top: 42px;
	}

#middle #regio{
	display: inline;
	color: rgb(87,136,50);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	position: relative;
	top: -30px;
	left: 1em;
	}
	
#kalender{
	position: relative;
	top: -80px;
	left: 770px;
	font-weight: bold;
	width: 156px;
	}

#kalender img{
	padding-bottom: 5px;
	}


#functNav{
	margin-left: 235px;
	width: 500px;
	padding-bottom: 20px;
	margin-top: -40px;
	}

#functNav a{
	color: #868788;
	text-decoration: none;
	}

#functNav a:hover{
	text-decoration: underline;
	}
	
#functNav p{
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	}

#functNav p.left{
	float: left;
	width: 33%;
	}

#functNav p.middle{
	text-align: center;
	text-align: left;
	width: 33%;
	float: left;
	}


#functNav p.right{
	float: right;
	text-align: right;
	width: 33%;
	}

.functNav img{
	padding-left: 0.4em;
	}
	
/************************************* home */

#home{
	margin-bottom: 3em;
}
#home p {
	color: rgb(87,136,50);
}
.homeImg {
	float: left;
	padding-right: 1em;
}		
#homeIntro {
	border-left: 2px solid #8cc63f;
	padding-left: 1em;
	float: left;
}	
#homeIntro h1{
	font-size: 11px;
	color: #4c4c4c;
	border: none;
	padding-left: 0;
	font-weight: bold;
	margin: 0;
}	
.homeIntroContent{
	float:left;
	padding:0.3em 0;
}
.homeIntroContent p{
	width: 390px;
	float: left;
	margin:0;
}
.homeIntroContent p a {
	white-space:nowrap;
}
.homeIntroImg{
	float: right;
	height:49px;
	width:80px;
}

 /*********************** contact form */
 
#contactForm input{
 	border: 1px solid rgb(140,198,63);
 	width: 100%;
}	
#contactForm input.short{
 	width: 146px;
}	
#contactForm input.straat{
 	width: 305px;
 	float: left;
}	
#contactForm input.nummer{
 	width: 76px;
 	float: left;
 	margin-left: 5px;
}	
#contactFormTable{
	margin-top: 1.5em;
}
#contactFormTable th{
	padding-bottom: 2em;
	text-align: left;
	font-weight: bold;
}
#contactFormTable .col2{
	width: 394px;
}	
#contactFormTable .col1{
	width: 104px;
}	
.verplicht{
	padding-top: 3em;
	color: #4c4c4c;
}

/*************************** component table box*/

.box{
	width: 180px;
	padding: 0;
	margin: 0;
	border: 1px solid rgb(140,198,63);
	background-color: #fff;
text-align:left;
}
.boxTitle{
	background-color:rgb(140,198,63);

	color: white;
	font-weight: bold;
	padding: 5px 10px;	
	margin: 0;
}
.boxList{
	padding: 10px;	
	margin: 0;
}	
.boxList table tbody tr td{
	padding: 0;	
	margin: 0;
}	
.boxBottom{
	padding: 0;	
	margin: 0;	
}
 /************************** footer */
 #footer{
 	margin-top: 2em;
 	width: 100%;
 	float: left;
 	}
 
 #footer p{
 	font-size: 10px;
 	color: #999;
	text-align: center;
 	}	

 #footer p a{
 	color: #999;
 	}	

/********************************************************/
/******************************************** clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ------------------------- applications --------------------------- */
.tableWidth {
	width:100%;
}
.input {
 	border: 1px solid rgb(140,198,63);
}
textarea {
 	border: 1px solid rgb(140,198,63);
        width:300px;
}
select {
 	border: 1px solid rgb(140,198,63);}
hr {
	border:hidden;
	height:1px;
	border-top: 1px solid rgb(140,198,63);
	margin:0.5em 0;
}
.tableDataForm td {
	padding: 0.2em 1em;
}
.tableDataForm td td {
	padding:0;
}

/* ------------------------- poll --------------------------- */
.poll {
      width:156px;
      margin-top:25px;
      position:absolute;
      top:360px;
      left:1;
}
.poll iframe {
      width:156px;
}
.rotatingNewsBanner {
      position:absolute;
      top:0;
      left:1;
}

