/* CSS Document 
grijs = 878789
groen = A8D641
*/
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	line-height: 15px;
	
}
html {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	width:100%;
	min-height: 100%;
	margin:0;
	
}
body {
	margin:0;
	padding: 0px;
	background-color: #878789;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	background-image:url(../images/stripes.gif);
	background-position:top left;
	background-repeat:repeat;
}
p {
	margin: 0 0 10px 0;
}

a {
	color:#669900;
}
a:hover {
	color: #878789;
}

.holder {
	width: 770px;
	text-align: left;
	overflow:auto;
	margin: 0px auto;
}
/* ======= header ======= */
.headerholder {
	width: 100%;
	height: 110px;
	background-color:#A8D641;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.headertop {
	width: 100%;
	height: 72px;
}

.menuholder {
	text-align: left;
	margin-left : 220px;
	padding-top: 2px;
}


/* ======== menu =========== */

.menuitem {
	padding: 0 8px;
	vertical-align:middle;
	color:#6f6f6f;
	font-size:16px;
	text-decoration: none;
}

.menuitem:hover {
	color: #FFF;
}

.menuitem-selected {
	padding: 0 8px;
	vertical-align:middle;
	color:#FFF;
	font-size:16px;
	text-decoration: none;
}

/* ======== submenu ======== */
.subholder {
	width: 770px;
	clear: left;
	display: block;
}

.sublogo {
	width:220px; 
	height: 40px;
	float:left;
}
	
.submenusub {
	float: left;
	margin-top:5px;
}
.submenusub2 {
	float: right;
	margin:11px 25px 0 0;
	color:#FFF;
	font-size: 18px;
	
	
}
/* ======== content ========= */
.contentholder {
	width: 100%;
	background-color:#FFF;
	overflow:auto;
	clear: left;
}

.contentbottom {
	position:relative;
	height: 24px;
	width: 100%;
	background-image:url(../images/mainbottomback.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:right;
	bottom: 0px;
}
.maincontent {
	margin-top: 10px;
	overflow:auto;
}

.mainleft {
	width:520px;
	float: left;
	height: auto;
	padding:0 10px;
	overflow:auto;
}

.mainleft2 {
	width:290px;
	float: left;
	height: auto;
	padding:0 10px;
	overflow:auto;
}

.mainright {
	width: 209px;
	float: right;
	padding:0 10px;
	height: auto;
	border-left: 1px solid #CCC;
	text-align:center;
	overflow:auto;
}
.mainright2 {
	width: 209px;
	float: left;
	padding:0 10px;
	height: auto;
	border-left: 1px solid #CCC;
	text-align:center;
	overflow:auto;
}
.mainright img, mainright2 img {
	border: 0;
}

.mainduoright {
	width:439px;
	float: right;
	border-left: 1px solid #CCC;
	padding:0 10px;
}

h1 {
	font-size:22px;
	color: #A8D641;
	line-height:normal;
}
h2 {
	font-size:20px;
	color: #878789;
	line-height:normal;
	font-weight: normal;
	margin: 0 0 5px 0;
}
h3 {
	font-size:18px;
	color: #669900;
	line-height:normal;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.txtgreen {
	color: #A8D641;
}

hr {
	height:1px;
	border-top: 1px solid #A8D641;
}
form {
	margin: 0;
}
.pageIntro {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
}

.pageIntro .punt {
	margin-right: 10px;
}

/* VIDEO */
.videoHolder {
	width: 520px;
	height: 320px;
	margin-bottom: 10px;
	clear: both;
}

#videoContent1 {
	width: 520px;
	height: 293px;
	background:#09F;
	display:block;
}
#videoContent2 {
	width: 520px;
	height: 293px;
	background:#0CF;
	display:none;
}
#videoContent3 {
	width: 520px;
	height: 293px;
	background:#0FF;
	display:none;
}
.videoTabs {
	width: 520px;
	height: 25px;
	border-top:1px solid #878789;
	background-image:url(../images/tabback.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}
.videoTabs img {
	border: 0;
}
.tabTitle {
	width: 128px;
	height: 25px;
	padding-top:4px;
	font-size:13px;
	font-weight: bold;
	float: left;
}
.tabSide {
	float:left;
}
.tab {
	width:120px;
	height: 25px;
	float:left;
	background-image:url(../images/tabback.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}
.tab-active {
	width:120px;
	height: 25px;
	float:left;
	background: #A8D641;
	background-image:url(../images/tabback2.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
 }
.tab-active a {
	display:block;
	height: 25px;
	vertical-align:middle;
	line-height: 25px;
	padding-left: 25px;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	
}
.tab a {
	display: block;
	height: 25px;
	font-size:13px;
	font-weight: bold;
	vertical-align:middle;
	line-height: 25px;
	padding-left: 25px;
	text-decoration: none;
	color:#878789;
}
.tab a:hover {
	display: block;
	background: #A8D641;
	color:#FFF;
	background-image:url(../images/tabback2.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}

/* BLOCKS */
.leftColumn1 {
	float: left;
	width: 249px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
}
.leftColumn2 {
	float: left;
	width: 250px;
	margin-left: 10px;
}

.newsTitle {
	font-size:18px;
	color: #669900;
	font-weight: normal;
	clear:both;
	margin: 0 0 5px 0;
}

.newsContent {
	
}
.address {
	font-weight: bold;
	color:#878789;
}
.phone {
	font-size: 18px;
	font-weight: bold;
	color:#669900;
	line-height: 1.2em;
}

.ehHolder {
	background-image:url(../images/eh0.jpg);
	background-position: top left;
	width: 209px;
	height: 264px;
	margin-bottom: 10px;
	position:relative;
	text-align: left;
}

.ehNumber {
	font-size: 80px;
	font-weight: bold;
	color: #FFF;
	position:relative;
	left: 85px;
	top: 50px;
	line-height: 1em;
	text-align:left;
	width: 50px;
}
.ehVraag {
	position:absolute;
	left: 0px;
	top: 130px;
	font-size: 12px;
	color: #FFF;
	text-align:left;
	padding: 0 10px;
	font-weight: bold;
	
}
.ehAntwoord {
	color: #FFF;
	font-size: 12px;
}
.ehLine {
	border: none;
	border-bottom: 1px dotted #FFF;
	width: 189px;
}

.ehHolder a {
	font-size: 12px;
	color: #A8D641;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}




.ehBig {
	width: 520px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	clear: both;
}

.bigNr {
	font-size: 20px;
	font-weight: bold;
}
.hulpVraag {
	font-size: 20px;
	line-height: 1.2em;
}
.hulpAntwoord {
	font-size: 20px;
	line-height: 1.2em;
	color: #669900;

}

.hulpInfo {
	
}
/* NEWS */
.newsItem {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DFDFDF; 
}
.newsItem h1 {
	font-size:20px;
	color: #669900;
	line-height:normal;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.newsItem p {
}

.newsItem .date {
	font-style: italic;
	color: #999;
	margin-bottom: 0px;
}
/* BLOCKS */
.block-green {
	margin-top: 10px;
	background: #A9D621;
}
.block-green .content {
	padding: 0 8px;
	margin-top: -5px;
	color: #FFF;
	text-align: left;
}

.block-green h1 {
	color:#FFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 4px 0;
}

.belmijField {
	width: 185px; 
	height:20px;
	font-size: 16px; 
	margin-bottom:5px;
	border: 1px solid #A8D641;
	background-image: url(../images/fieldinner.gif);
	background-position: top left;
}
.loginField {
	width: 185px; 
	height:20px;
	font-size: 16px; 
	margin-bottom:5px;
	border: 1px solid #88888a;
	background-image: url(../images/fieldinner.gif);
	background-position: top left;
}

.block-adres {
	text-align:left;
}

.txtgreen {
	color: #669900;
}

/* BLOCKS NEW */
.block {
	overflow:auto;
	margin-bottom: 10px;
}
.block .content {
	padding: 0 10px;
	overflow:auto;
	text-align:left;
	color: inherit;
}
.block img {
	border: none;
}
.block .content p {
	clear:both;
	margin-bottom: 0;
}
.block .content h1 {
	color:#FFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 4px 0;
}
.block .content .item, .block .content .itemlg  {
	margin-top: 5px;
	clear: both;
}
.block .content .item p {
	float: left;
	font-size: 12px;
	padding-top:5px;
	width: 120px;
	clear:none;
}
.block .content .itemlg p {
	float: left;
	font-size: 11px;
	padding-top:0;
	width: 200px;
	clear:right;
	color: #FFF;
}
.block .content .itemlg h2 {
	font-size: 12px;
	font-weight: bold;
}
.block .content .item img{
	float:left;
	margin-left: -5px;
	margin-right: 5px;
}
.block .content .itemlg img{
	float:left;
	margin-right: 10px;
}
.line{
	padding: 5px 0;
	clear: both;
}

.blockwide {
	padding-left: 10px;	
}
.block#white {
	background: #FFFFFF;
}
.block#white .content {
	padding: 0;
}
.block#green {
	background: #A8D71E;
	
}
.block#green .content h3 {
	color: #FFF;
	
}
.block#red {
	background: #FE3203;
}
.block#red .content {
	color: #FFF;
}
.block#blue {
	background: #03C6fE;
}
.block#grey {
	background: #88888A;
}


.block#linegreen {
	background: #FFF;
	
}
.block#linegreen .content {
	border-left: 2px solid #A8D641;
	border-right: 2px solid #A8D641;
	
}

.sticker {
	width: 70px;
	height: 67px;
	position:absolute;
	right: 50%;
	margin-right: 80px;
	top: 165px;
}
.sticker2 {
	width: 70px;
	height: 67px;
	position:absolute;
	left: 50%;
	margin-left: 55px;
	top: 517px;
}
/* /BLOCKS NEW */


.rightitem {
	margin-bottom: 10px;
}
.rightitem img {
	border: none;
}
.leftitem {
	clear:both;
	padding-top: 20px;
}
.leftitem img {
	border: none;
}

.follow {
	height: 24px;
}

.follow .title {
	color:#FFF;
	font-size: 18px;
	font-weight: normal;
	display: inline;
	float: left;
	line-height: 1.1em;
}
.follow img {
	float: right;
	display: inline;
	margin-left: 4px;
	border: none;
}
/* ======== footer ========= */
.footerholder {
	width: 100%;
	height: 60px;
	color:#FFF;
	text-transform:uppercase;
	text-align: center;
	background-image:url(../images/footertopback.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top: 4px;
}
.footerholder a {
	color: #FFF;
}

.pakketKop {
	font-size:16px;
	color: #669900;
	line-height:normal;
	font-weight: normal;
	margin: 0 0 5px 0;
}
li {
	font-weight: bold;
}

/* TICKER */
.marquee0{
	background-image:url(../images/ticker-back.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.tickercontent, .marquee0 a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
