/*********** basic CSS *********/

*{ padding: 0; margin: 0; }
html { overflow: -moz-scrollbars-vertical; }
ul, ol { list-style: none; }
body
{
	margin: 0;
	padding: 0;
	color: #004570;
	font-family: Arial;
	font-size: 12px;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	background-color: #D9E8D7;
}
a img
{
	border: 0;
}

/************ fonts ***********/

h1
{
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: #4FB83F;
	letter-spacing: -1px;
	line-height: 22px;
}
h2
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #0064A4;
	line-height: 23px;
}
h6
{
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: #004570;
	margin-top: 15px;
	line-height: 16px;
}

.bold 	{ font-weight: bold; }
.clear 	{ clear: both; }
.floatright { float: right; }

.menu li a {
	color: #FFFFFF;
	line-height: 26px;
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu li a:hover 	{ color: #99CC00; }
.menu .current a 	{ color: #99CC00; }

.right-block h2 
{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	font-family:"Arial Narrow Bold","Arial Narrow","Arial Bold", Arial;
}
.right-block li a
{
	color: #0064A4;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.right-block li a:hover
{
	color: #3C8931;
}
.footertext
{
	color:#3D8931;
	font-size:11px;
}


/****************** main layout css ****************/

.green-block
{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 80px;
	background-color: #3D8931;
}
.container
{
	background-color: #FFFFFF;
	background-image: url("../images/header-image.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 920px;
	margin: 0 auto;
	position: relative;
	height: 432px;
	z-index: 4;
}
.left-shadow
{
	position: absolute;
	top: 0;
	left: -8px;
}
.right-shadow
{
	position: absolute;
	top: 0;
	right: -8px;
}
.header-image
{
	position: absolute;
	top: 0;
	right: 0;
}


/********** MENU *********/

.menu
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li
{
	width: 200px;
	height: 23px;
	border-bottom: 1px solid #0067A7;
	background-color: #017CCA;
}
.menu li a
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 14px;
}
.menu .current
{
	background-image: url("../images/menu-over.png");
	background-repeat: repeat-y;
}
.menu li a:hover
{
	background-image: url("../images/menu-over.jpg");
	background-position: 0 -7px;
	background-repeat: no-repeat;
}
.menu .current a
{
	background-image: url("../images/menu-over.jpg");
	background-position: 0 -7px;
	background-repeat: no-repeat;
}
.menu li a.ideal {
	background-image: url(../images/icon-ideal.jpg);
	background-repeat: no-repeat;
	background-position: 172px center;
}
.menu li a.ideal:hover {
	background: url(../images/ideal-hover.jpg) repeat-y left center;
	color: #99CC00;
}
.menu li a.idealselected {
	background: url(../images/ideal-hover.jpg) repeat-y left center;
	color: #99CC00;
}



/************* top links, big buttons ************/

.dossier-online
{
	position: absolute;
	top: 0;
	left: 200px;
	height: 80px;
	width: 212px;
	border-bottom: 1px solid #FFFFFF;
	background-image: url("../images/btn-dossier-online.jpg");
	background-position: 0 0;
	text-indent: -3000px;
}
.informatie-aanvragen
{
	position: absolute;
	top: 0;
	left: 412px;
	height: 80px;
	width: 258px;
	border-bottom: 1px solid #FFFFFF;
	background-image: url("../images/btn-info-aanvragen.jpg");
	background-position: 0 0;
	text-indent: -3000px;
}
.logo
{
	position: absolute;
	top: 0;
	left: 670px;
	height: 80px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.banner {
	border: 0;
	left: 665px;
}
.dossier-online:hover
{ background-position: 0 -81px; }
.informatie-aanvragen:hover
{ background-position: 0 -81px; }



/********* Content part ***********/

.content
{
	position: relative;
	background-color: #FFFFFF;
	background-image: url("../images/content-bg.jpg");
	background-position: left;
	background-repeat: repeat-y;
	width: 932px;
	z-index: 6;
	margin-left: auto;
	margin-right: auto;
}

.content .text
{
	background-image: url("../images/text-bg.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	padding: 20px;
	padding-left: 26px;
	float: left;
	width: 630px;
}
.content .text li
{
	padding: 5px 10px 0px 12px;
	line-height: 12px;
	background-image: url("../images/bullet.png");
	background-position: 0px 8px;
	background-repeat: no-repeat;
}
.content .text a
{
	color: #004570;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #4FB83F solid; 
}

.content .text a:hover
{
	color: #4FB83F;
}

.content .text a.h1_link
{
	color: #004570;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px #4FB83F solid; 
}
.content .text a.h1_link:hover
{
	color: #4FB83F;
}
.routebeschrijving {
	border: 1px solid #CDE3F1;
	background: #F1F7FB;
	padding: 6px 8px;
	color: #003B61;
	line-height: 18px;
}

.vestImgBorder {
	float: right;
	padding: 2px;
	border: 1px solid #8DCA71;
	margin-top: 10px;
}

.vestiging {
	background: #0063A4;
	text-align: center;
	padding: 1px;
	float: left;
	margin-right: 14px;
	width: 140px;
	margin-top: 16px;
}
.vestiging a:link,
.vestiging a:visited {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 0px solid #0063A4;
	display: block;
	margin-bottom: 3px;
}
.vestiging a:hover {
	color: #99CC00;
}

.reageer a {
	font-size: 11px;
	border: 1px solid #45A7EC;
	display: block;
	color: #0072BC;
	line-height: 22px;
	height: 22px;
	padding-left: 22px;
	float: right;
	padding-right: 6px;
	background-color: #C5DBEC;
	background-image: url('../images/icon-reageer.gif');
	background-repeat: no-repeat;
	background-position: 4px center;
	font-weight: bold;
}
.reageer a:hover {
	border: 1px solid #005186;
	color: #005186;
}

.right-block
{
    float: right;
	width: 234px;
	margin-top: -31px;
	margin-right: 14px;
}
.right-block h2
{
	background-image: url("../images/block-head.png");
	background-repeat: repeat-x;
	padding: 4px 10px 5px;
	border-top: 1px solid #FFFFFF;
}
.right-block .nieuws
{
	background-image: url("../images/newspaper.jpg");
	background-repeat: no-repeat;
}
.right-block .vacatures
{
	background-image: url("../images/suitcase.jpg");
	background-repeat: no-repeat;
}
.right-block div
{
	background-color: #E0EDDE;
	padding-bottom: 5px;
	width: 234px;
	float: left;
}
.right-block .last
{
	background-image: url("../images/block-bg.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: auto;
}
.right-block ul
{
	padding-top: 4px;
}
.right-block li
{
	padding: 5px 10px 5px 22px;
	line-height: 12px;
	background-image: url("../images/bullet.png");
	background-position: 10px 8px;
	background-repeat: no-repeat;
}
.right-block li a
{
	display: block;
}
#sl_list li div {
    display: none;
}
.more
{
	background-image: url("../images/plus.gif");
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 22px;
	color: #3C8931;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
.more:hover
{
	color: #0064A4;
}

li.algemeen {
    list-style: none;
}

/*********** footer text, link and graphic **********/
.footertext
{
	margin-left:26px;
	margin-top: 20px;
	padding-bottom:8px;
    clear: both;
}

.up{
	float: right;
	background:#FFFFFF url("../images/arrow-top.png") no-repeat scroll 4px center;
	border:1px solid #A5D194;
	bottom:5px;
	color:#3C8931;
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	padding-left:16px;
	position:absolute;
	right:14px;
	width:62px;
	text-decoration: none;
	
}
.up:hover
{
	color: #285C21;
	border-color: #3C8931;
}

.footerlink
{
	color:#3D8931;
	font-size:11px;
	text-decoration: underline;
}
.footerlink:hover
{
	text-decoration: none;
}

.footer
{
	margin: 0 auto;
	width: 936px;
	background-image: url("../images/footer-shadow.png");
	background-repeat: no-repeat;
}
/************************************************************

* Form items

************************************************************/
.formtable {
	margin-top: 20px;
}
.formtable td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.formtable #bank,
.formtable td input,
.formtable-field {
	background-color: #FFFFFF;
	border: 1px solid #CDE3F1;
	color: #0063A4;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 300px;
}
.formtable #bank {
	width:302px;
}

.formtable-field-small {
	background-color: #FFFFFF;
	border: 1px solid #CDE3F1;
	color: #0063A4;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
	margin-right: 10px;
}
.formtable-field-extrasmall {
	background-color: #FFFFFF;
	border: 1px solid #CDE3F1;
	color: #0063A4;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: 10px;
}
.formtable .formtable-submit {
	border: 1px solid #449F36;
	color: #FFFFFF;
	background: #449F36;
	width:auto;
	-webkit-border-radius: 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.formtable-submit:hover {
	border: 1px solid #0063A4;
	color: #F1F7FB;
	background: #0063A4;
}
.pulldown {
	width: 300px;
	border: 1px solid #CDE3F1;
	color: #0063A4;
	background: #CDE3F1;
}
.asterisk {
	font-size: 18px;
	color: #449F36;
	margin-left: 2px;
}
.divider {
	margin-top: 24px;
	margin-bottom: 24px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E8D7;
	clear: both;
}
.error {
	background: #A5DAFF;
	border: 1px solid #FF0000;
	font-weight: bold;
	color: #0063A4;
	padding: 5px;
}
.pulldown-no-width {
	border: 1px solid #CDE3F1;
	color: #0063A4;
	background: #CDE3F1;
}

.divider {
	margin-top: 24px;
	margin-bottom: 24px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E8D7;
	clear: both;
}