/*---{ common )-------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

html{
    height: 100%;
	overflow-x: hidden;
}

body
{
	font-size: x-small;
	text-align: center;
	/*color: #335a98;
	color: #00538e;*/
	color: #2e7d34;
	background: #fff url(../images/new_img_bg_gradient.gif) repeat-x bottom left;
	padding: 0;
	margin: 0;
	line-height: normal;
	height: 100%;
}



img{
	border: 0px;
}
ul {
	margin-left: 20px;
	margin: 0px 0px 15px 20px;
}

body, input, select, textarea, td, th
{
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	color: #2e7d34;
}

h1, .Kop1
{
	font-size: 160%;
	line-height: 100%;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	display: block;
	font-weight: bold;
	/*color: #00538e;*/
	color: #2e7d34;
}

h2, .Kop2
{
	font-size: 150%;
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	display: block;
	font-weight: bold;
	/*color: #F89B2A;
	color: #899630;*/
	color: #709444;
}

h3, .Kop3, .Kop3_blauw
{
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	display: block;
	font-weight: bold;
	/*color: #2c518d;
	color: #899630;*/
	color: #2f7d34;
}
.Kop3_blauw{
	/*color: #00538e;*/
	color: #2f7d34;
}

p
{
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 0;
}
.Standaard,.standaard{
	font-family: Arial, Verdana, sans-serif;
}
a
{
	text-decoration: underline;
	/*color: #335a98;*/
	color: #2e7d34;
}

a.download
{
	/*background: url(../images/ico_download.gif) no-repeat 0 0px;
	padding: 1px 0 0 18px;*/
}

a:hover
{
	text-decoration: none;
}

.clsSmall
{
	font-size: 85%;	
}


.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
}

/*---{ wrapper )-------------------------------------------------------*/

#wrapper
{
	position: relative;
	padding: 0 0px 0 0px;
	margin: 0 auto;
	text-align: left;
	width: 930px;
	font-size: 85%;
	background: #fff;
    background: transparent url(../images/new_img_bg_wrapper.gif) repeat-y bottom right;
	min-height: 100%;

}
#shadow_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	min-height: 100%;
    background: transparent url(../images/img_bg_shadowleft.gif) no-repeat bottom right;
}
#shadow_right{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	min-height: 100%;
    background: transparent url(../images/img_bg_shadowright.gif) no-repeat bottom right;
}

#innerwrapper{
	margin: 0px auto;
	width: 900px;
	padding: 0px 15px 0px 15px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	background: transparent url(../images/new_img_bg_subwrapper2.jpg) no-repeat bottom center;
}

/*---{ header )-------------------------------------------------------*/

#header
{
	height: 117px;
	padding: 0;
	margin: 0px auto;
	position: relative;
	background: #08936c url(../images/new_img_bg_header.gif) no-repeat top left;
}
.headergray{
	border-bottom: 3px solid #84b988;
}
.bordergray{
	border-bottom: 3px solid #2e7d34;
}
#header.headergray.headerLogin{
	/*background: #08936c url(../images/new_img_bg_header_extranet.gif) no-repeat top left;*/
	background: #08936c url(../images/new_img_bg_header_intranet.gif) no-repeat top left;
}

/* logo */

#logo
{
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background: url(../images/img_logo.gif) left top no-repeat;
	font-size: 200%;
	border-bottom: none;
}

#logo a
{
	padding: 0;
	margin: 0;
	display: block;
}

#logo, #logo a
{
	width: 160px;
	height: 115px;
}

#logo a span
{
	display: none;
	overflow: hidden;
}

/* address */

#header address
{
	display: none;
}


/* textSizeNav */

ul#textSizeNav
{
	position:absolute;
	z-index:1;
	right:90px;
	top:92px;
	list-style: none;
	float: left;
}
#textSizeNav li
{
	float: left;
}
#textSizeNav li a
{
	font-weight: bold;
	text-decoration: none;
	color: #2e7d34;
}
#textSizeNav li a:hover{
	text-decoration: underline;
}
#tsSmall{
	font-size: 100%;
}
#tsMedium{
	font-size: 120%;
}
#tsLarge{
	font-size: 140%;

}


/* langNav*/

#langNav{
	position: absolute;
	top: 92px;
	right: 10px;
	font-size: 120%;
}
#langNav a{
	text-decoration: none;
	color: #2e7d34;
}
#langNav a:hover{
	text-decoration: underline;
}


/* utilNav */

#utilNav
{
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	right: 145px;
}

#utilNav li
{
	padding: 0 3px 0 3px;
	margin: 0 0 0 0;
	list-style: none;
	float: left;
	height: 1%;
	/*border-right: 1px solid #335a98;*/
	border-right: 1px solid #2e7d34;
}

#utilNav li.hide
{
	display: none;
}

#utilNav li.noborder
{
	border: none;
}

#utilNav li a
{
	padding: 0px 5px 0px 5px;
	margin: 0;
	float: left;
	/*color: #335a98;*/
	color: #2e7d34;
	height: 1%;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
}
#utilNav li a:hover{
	text-decoration: underline;
}
#utilNav li a.home{
    /*color: #dc841a;*/
	color: #2e7d34;
}

#breadcrumbs
{
	background: #fff;
	font-size: 90%;
	font-weight: normal;
	/*color: #8495be;
	color: #2b7c38;*/
	color: #7fb07e;
	height: 25px;
	text-align: right;
	padding: 5px 0px 0px 0px;
}

#breadcrumbs a
{
	/*color: #8495be;
	color: #2b7c38;*/
	color: #7fb07e;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	/*color: #335a98;*/
	color: #7fb07e;
	text-decoration: underline;
}



/* globalNav */

#globalNav ul
{
	padding: 0px 0px 0px 0px;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 92px;
	left: 170px;
	list-style: none;
	float: left;
}

#globalNav ul li
{
	padding: 2px 0px 0px 0px;
	margin: 0 0px 0 0;
	list-style: none;
	/*height: 1%;*/
	float: left;
	font-size: 100%;
	font-size: 12px;
}

#globalNav ul li a
{
	padding: 0;
	margin: 0;
	/*height: 1%;*/
	/*color: #335a98;
	background: #ccc;
	border-left: 1px solid #335a98;*/
	color: #2e7d34;
	border-left: 1px solid #2e7d34;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}
#globalNav ul li a:hover{
	text-decoration:underline;
}
#globalNav ul li a.nav1{
	border-left: 0px;
}

#globalNav ul li.active a
{
	/*color: #335a98;*/
	color: #2e7d34;
	text-decoration: underline;
}

#globalNav ul li.more a
{
	
}





/*---{ cols )-------------------------------------------------------*/

#cols
{
	position: relative;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	width: 745px;
	height: 1%;
	float: left;
	/*
	background: #ff0;
	border-left: 1px solid red;
	border-bottom: 1px solid #AAAAAA;
	margin-left: 140px;*/
}

#content
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 1.8em;
	width: 562px;
	float: left;
	overflow: hidden;
	/*
	background: #ccc;
	width: 555px;
	height: 250px;
	float: right;*/
}

#sidecol
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 165px;
	float: left;
	padding: 35px 0px 0px 10px;
}


/*---{ sideBar )-------------------------------------------------------*/

#sidebar
{
	width: 130px;
	float: right;
	padding: 15px 10px 0px 0px;
	margin: 0px;
	overflow: hidden;
	/*height: 500px;
	background: #F89B2A;*/
}
.green{
	padding: 10px;
	/*background: #c4d645;*/
	background: #d6e77a;
	margin: 0px 0px 15px 0px;
	color: #2f7d34;
}
.green h3,
.homebox h3
{
	color: #2f7d34;
}

.homebox{
	width: 140px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}



/*---{ localNav )-------------------------------------------------------*/

#localNav
{
	padding: 0;
	margin: 0 0 0px 0;
	width: 135px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: right;
}

#localNav h3
{
	/*background: #c4d645;*/
	background: #d6e67a;
	color: #2e7d34;
	font-size: 100%;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding: 3px 5px 3px 0px;
	margin: 0 0 0px 0;
	height: 1%;
}

#localNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#localNav ul li
{
	/*color: #aaa;*/
	/*background: #efefef url(../images/bullet.gif) 4px 12px no-repeat;*/
	font-size: 95%;
	margin: 0 0 0px 0;
	/*height: 1%;*/
	list-style: none;
	background: transparent;
}


#localNav ul li a
{
	padding: 0;
	margin: 0;
	/*color: #335a98;*/
	color: #2e7d34;
	padding: 3px 5px 3px 0px;
	display: block;
	height: 1%;
	text-decoration: none;
}
#localNav ul li a:hover{
	text-decoration: underline;
}

#localNav ul li.active a
{
	/*color: #c4d645;
	color: #dae680;*/
	color: #2e7d34;
	font-weight: bold;
}

#localNav ul li ul
{
	border-bottom: none;
	margin: 0;
	padding: 0;	
}


#localNav ul li.active ul
{
	border-bottom: none;
	margin: 0px 0 0 0;	
}

#localNav ul li ul li
{
	display: none;
	padding: 0;
	margin: 0;
}

#localNav ul li.active ul li
{
	display: block;
	font-size: 100%;
	font-weight: normal;
	padding: 0px 8px 2px 0px;
	margin: 0 5px 0px 0;
	height: 1%;
	list-style: none;
	background: url(../images/img_bullet.gif) no-repeat right;
}

#localNav ul li.active ul li a
{
	padding: 0;
	margin: 0;
	/*color: #335a98;*/
	color: #2e7d34;
	font-weight: normal;
	

}

#localNav ul li.active ul li.active a
{
	color: #CED645;
	text-decoration: none;
	color: #2e7d34;
	font-weight: bold;
}



/*---{ footer )-------------------------------------------------------*/

#footer
{
	height:75px;
	height:55px;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#footerNav
{
	position:absolute;
	z-index : 1;
	left : 10px;
	top : 10px;
	display: none;
}

#footerNav ul
{
	float: left;
	list-style: none;
	height: 1%;
	padding: 0;
	margin: 0;
}

#footerNav ul li
{
	float: left;
	list-style: none;
	padding: 0;
	padding: 0;
}

#footerNav ul li a
{
	margin: 0 10px 0 0;
	color: #707070;
	text-decoration: none;
}
#footerNav ul li a:hover{
	text-decoration: underline;
}

#footerNav ul li a.active
{
	color: #63AD18;
}

#footerNav ul li a.more
{
	
}


/* legal */

#legal
{
	position:absolute;
	z-index : 1;
	left : 10px;
	top : 10px;
	/*color: #335a98;*/
	color: #2e7d34;
	line-height: 1.8em;
	padding:0;
	margin:0;
}

#divide
{
	position:absolute;
	z-index : 1;
	right : 0px;
	top : 10px;
	/*color: #335a98;*/
	color: #2e7d34;
	line-height: 1.8em;
	padding:0;
	margin:0px 10px 0px 0px;
	text-align: center;
	width: 130px;
}

#gotoTop
{
	position:absolute;
	z-index : 1;
	right : 20px;
	top : 40px;
	color: #2e7d34;
	line-height: 1.8em;
	padding:0;
	margin:0;
	display: none;
}

#footer a
{
    /*color: #335a98;*/
	color: #2e7d34;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#divide a
{
    /*color: #335a98;*/
	color: #2e7d34;
	text-decoration: none;
	font-size: 90%;
}
#divide a:hover
{
    /*color: #335a98;*/
	color: #2e7d34;
	text-decoration: underline;
}

/* --- { sitemap } ----------------------------------------------------*/

#sitemap
{
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

#sitemapNav
{
	height: 1%;
	padding: 0;
	margin: 0;
	font-size: 90%;
}

#sitemapNav li
{
	list-style: square;
	padding: 0;
	padding: 0;
	margin: 0px 0px 15px 20px;
}

#sitemapNav li ul li
{
	margin: 0px 0px 0px 20px;
}
#sitemapNav li a
{
	margin: 0 5px 0 0;
	padding: 0;
	color: #707070;
	height: 1%;
}

#sitemapNav li a.active
{
	color: #63AD18;
}

#sitemapNav li ul li
{
	list-style: disc;
}
/*---{ frm }---------------------------------------------------------*/

#frm,
#frm_logout,
#frmDivideMix
{
	padding: 0;
	margin: 0 0 0px 0;
}

#frm table, #frmDivideMix table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#frm td, #frm th,##frmDivideMix td, ##frmDivideMix th
{
	padding: 0 10px 10px 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

#frm th ,#frmDivideMix th
{
	font-weight: normal;
}

#frm .clsReq, .requiredField
{
	color: #ff0000;
	padding: 0 0 0 5px;
}

#frm input, #frm textarea, #frm select,
#frmDivideMix input, #frmDivideMix textarea, #frmDivideMix select,
#frm_logout input, #frm_logout textarea, #frm_logout select,
.clsInput, #frm .text
{
	padding: 0px;
	margin: 0 0px 5px 0;
	/*border: 1px solid #2c518d;*/
	border: 1px solid #2e7d34;
}

#frm select
{
	padding: 0px;
}

#frm input.single, #frm textarea, #frmDivideMix input
{
	width: 300px;
}

#frm_logout input.short,
#frm input.short
{
	width: 105px;
}

#frm textarea
{
	height: 200px;
}

.bttn_search{
	/*background: #2c518d;
	color: #c4d645;
	border: 1px solid #2c518d;*/
	background: #2e7d34;
	color: #d6e77a;
	border: 1px solid #2e7d34;
	line-height: 100%;
	font-size: 90%;
}
#frmDivideMix {
	margin-top: 10px;
}
#frmDivideMix th{
	padding:4px;
}



#frmDivideMix button{
	color:#2e7d34;
	border: 1px solid #2e7d34;
}

/*---{ page-navigation }---------------------------------------------------------*/

#pageNav
{
	
}

#pageNav ul
{
	list-style: none;
	float: right;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 100%;
}

#pageNav ul li
{
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 1%;
}

#pageNav ul li.disabled
{
	color: #ccc;
}

#pageNav ul a
{
	text-decoration:none;
	height: 1%;
}

#pageNav ul a:hover
{
	
}

#pageNav ul a.active
{
	font-weight: bold;
}


.nomargin{
	margin: 0px;
}
.nopadding{
	padding: 0px;
}
