﻿/****************************************************** CSS DOCUMENT ******************************************************/

/*************************  BEGIN GENERAL *************************/

body {
	background-color:#fff;
	margin: 0px;
	font-size:100%;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0099cc;
	text-decoration: underline;

}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0099cc;
	text-decoration: underline;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0099cc;
	text-decoration: none;
}
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0099cc;
	text-decoration: underline;
}



.okmessage {color:#009933;}
	
.errormessage {color:#CC0000;}

h1 {
	font-family:"Trebuchet ms", Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	font-size:120%;
	text-transform:uppercase;
	font-weight:bold;
}

h2 {
	font-family:"Trebuchet ms", Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	font-size:130%;
	font-weight:bold;
}


h3 {
	font-family:"Trebuchet ms", Helvetica, Arial, Verdana, sans-serif;
	font-size: 110%;
	text-decoration: none;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}

h4 {
	font-family:"Trebuchet ms", Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:100%;
	font-weight:bold;
	margin-bottom:6px;
	color:#535353;
}

h5 {
	font-family:"Trebuchet ms", Helvetica, Arial, Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom:6px;
	color:#535353;
}

h6 {
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
	margin-bottom:6px;
}

input {
	color: #666;
	font-weight:normal;
	font-family:"Trebuchet ms", Helvetica, Arial, sans serif;
	letter-spacing:1px;
	padding: 0px;
	font-size:95%;
	height:auto;
}

hr {
	border: 0px;
	width:100%;
	height:1px;
	background-color:#ccc;
	color:#ccc;
	margin-top:15px;
	margin-bottom:15px;
}


/*************************  EINDE GENERAL *************************/


/*************************  BEGIN BASISSTRUCTUUR *************************/

.TableGeneral {
	width:100%;
	height:100%;
	border:none;
}

.TopRow {
	height:122px;
	background-color:#F6F5F1;
	border-bottom:1px solid #fff;
}

.BottomRow {
	height:25px;
}

.NavigationCell {
	width:185px;
	height:100%;
	vertical-align:top;
	
}

.CenterCell{
	height:100%;
	vertical-align:top;
	padding-right:10px;
	padding-left:20px;
	_padding-left:0px;
}

/*SAFARI hack*/
/**/
html>body*.CenterCell {padding-left:30px; }


.RightCell{
	width:180px;
	height:100%;
	vertical-align:top;
}

*html .RightCell{
	width:190px;
}

/*************************  EINDE BASISSTRUCTUUR *************************/


/*****BEGIN HEADER*****/
.TopImage {
	position:relative;
	right:6px;
	top:2px;
}

.LogoClick {
	width:288px;
	height:115px;
	border:none;
    position: absolute; 
    top: 0px; 
    left: 0px;

}
.LogoClickImage {
	width:288px;
	height:115px;
	border:none;

}

.TopRowLeftCell{
	height:122px;
	width:288px;
	background-image:url(/images/header/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#F6F5F1;
}

.TopRowRightCell{
	width:auto;
	text-align:right;
	background-image:url(/images/header/headerbg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}


.ColorLine{
	height:24px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	background-image:url(/images/header/searchbg.jpg);
	background-color:#cc3333;
	background-repeat:repeat-y;
}

/*begin zoek*/
.Search{
	width:auto;
}

.SearchIcon{
	margin-left:5px;
	padding-top:3px;
	margin-bottom:-3px;
}

*html .SearchIcon{
	padding-top:3px;
	margin-bottom:-3px;
}

@media screen and (min-width: 550px){.SearchIcon{margin-bottom:-3px; margin-top:0px; margin-bottom:0px;}}

.SearchInput{
	padding-left:4px;
	margin-left:3px;
	padding-right:2px;
	height:auto;
	margin-bottom:2px;
	font-size:70%;
	border:1px solid #333;
	width:100px;
}

*html .SearchInput{
	margin-bottom:1px;
}

@media screen and (min-width: 550px){.SearchInput{height:18px;margin-bottom:3px;}}
/*einde zoek*/


/*begin quicklinks*/
.QuickLinks{
	float:right;
	width:50%;
	margin-top:-21px;
	margin-right:7px;
}

*html .QuickLinks{
	margin-right:4px;
}

@media screen and (min-width: 550px){.QuickLinks{margin-top:-22px;}}

.StratenplanIcon a:link, .StratenplanIcon a:active, .StratenplanIcon a:visited{
	display: block; 
	float: right; 
	width: 20px; 
	height: 16px; 
	background-color:#fff;	
	text-align:center; 
	padding-top:4px;
	margin-left:2px;
}

.StratenplanIcon a:hover{
	display: block; 
	float: right;  
	width: 20px; 
	height: 16px; 
	background-color:#ffcc00;
	background-image:url(/images/header/quicklinks/stratenplan-on.gif);	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:94px;
	text-align:center; 
	padding-top:4px;
}

.PrintIcon a:link, .PrintIcon a:active, .PrintIcon a:visited{
	display: block; 
	float: right; 
	width: 20px; 
	height: 16px; 
	background-color:#fff;	
	text-align:center; 
	padding-top:4px;
	margin-left:2px;
}

.PrintIcon a:hover{
	display: block; 
	float: right;  
	width: 20px; 
	height: 16px; 
	background-color:#ffcc00;
	background-image:url(/images/header/quicklinks/print-on.gif);	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:55px;
	text-align:center; 
	padding-top:4px;
}

.ContactIcon a:link, .ContactIcon a:active, .ContactIcon a:visited{
	display: block; 
	float: right; 
	width: 20px; 
	height: 16px; 
	background-color:#fff;	
	text-align:center; 
	padding-top:4px;
	margin-left:2px;
}

.ContactIcon a:hover{
	display: block; 
	float: right;  
	width: 20px; 
	height: 16px; 
	background-color:#ffcc00;
	background-image:url(/images/header/quicklinks/contact-on.gif);	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:70px;
	text-align:center; 
	padding-top:4px;
}

.HelpIcon a:link, .HelpIcon a:active, .HelpIcon a:visited{
	display: block; 
	float: right; 
	width: 20px; 
	height: 16px; 
	background-color:#fff;	
	text-align:center; 
	padding-top:4px;
	margin-left:2px;
}

.HelpIcon a:hover{
	display: block; 
	float: right;  
	width: 20px; 
	height: 16px; 
	background-color:#ffcc00;
	background-image:url(/images/header/quicklinks/help-on.gif);	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:51px;
	text-align:center; 
	padding-top:4px;
}

.SitemapIcon a:link, .SitemapIcon a:active, .SitemapIcon a:visited{
	display: block; 
	float: right; 
	width: 20px; 
	height: 16px; 
	background-color:#fff;	
	text-align:center; 
	padding-top:4px;
	margin-left:2px;
}

.SitemapIcon a:hover{
	display: block; 
	float: right;  
	width: 20px; 
	height: 16px; 
	background-color:#ffcc00;
	background-image:url(/images/header/quicklinks/sitemap-on.gif);	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:65px;
	text-align:center; 
	padding-top:4px;
}
/*einde quicklinks*>




/*************************END HEADER*************************/

/*************************  BEGIN NAVIGATIE *************************/

.NavigationBox{
	width:168px;
	height:auto;
	border:none;
	margin-left:5px;
	margin-top:5px;
	margin-right:10px;
	overflow:hidden;
}

*html .NavigationBox{
	margin-right:-15px;
	margin-top:5px;
	margin-bottom:-5px;
	width:190px;
}

@media screen and (min-width: 550px){.NavigationBox{margin-right:-13px;}}


.NavigationTop{
	height:11px;
	background-image:url(/images/navigatie/NavigationTop.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}


.MenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	vertical-align:middle;
	background-color:#bbd4dd;
	border-left:4px solid #0099cc;
	border-right:4px solid #0099cc;
	width:160px;
	min-height:20px;
	font-size:75%;
}
*html .MenuItem {height:20px;}


.MenuItem a:link, .MenuItem a:active, .MenuItem a:visited {
	min-height: 20px; padding-top:4px; padding-bottom:4px; padding-left:26px; padding-right:2px; vertical-align:middle; display:block; background-color:#bbd4dd;
	font-family:Verdana, Arial, Helvetica, sans-serif; color: #333; font-weight: bold; 
	text-decoration: none; background-image:url(/images/navigatie/pijl2.gif); background-position:top left; background-repeat:no-repeat;}
.MenuItem a:hover {color:#fff; background-color:#0099cc;}
*html .MenuItem  a:link, .MenuItem a:active, .MenuItem a:visited {padding-top:7px; padding-bottom:7px;}


.SubMenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	vertical-align:middle;
	min-height:17px;
	border-left:4px solid #0099cc;
	border-right:4px solid #0099cc;
	width:160px;
	font-size: 70%; 
}
*html .SubMenuItem {height:17px;}


.SubMenuItem a:link, .SubMenuItem a:active, .SubMenuItem a:visited {
	min-height:17px; padding-left:26px; padding-top: 1px; padding-bottom: 1px; padding-right:2px; vertical-align:middle; display:block; 
	font-family:Verdana, Arial, Helvetica, sans-serif; color: #333; font-weight: normal; text-decoration: none; 
	background-color:#B8D4DD; background-image:url(/images/navigatie/subpijl2.gif); background-position:top left; background-repeat:no-repeat;}
.SubMenuItem a:hover {color: #fff; background-color:#0099CC; background-image:url(/images/navigatie/subpijl2-hover.gif); background-position:top left; background-repeat:no-repeat;}
*html .SubMenuItem a:link, .SubMenuItem a:active, .SubMenuItem a:visited {
	padding-top: 3px; padding-bottom: 3px;}


.NavigationBottom{
	height:11px;
	background-image:url(/images/navigatie/NavigationBottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/**navbox2**/

.Navigation2Top{
	height:11px;
	background-image:url(/images/navigatie/navbox2/Navigation2Top.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}


.MenuItem2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#d37d55;
	font-weight:bold;
	vertical-align:middle;
	background-color:#f6f5f1;
	border-left:2px solid #d37d55;
	border-right:2px solid #d37d55;
	width:164px;
	min-width:20px;
	font-size: 75%; 	
}
*html .MenuItem2 {height:20px;}


.MenuItem2 a:link, .MenuItem2 a:active, .MenuItem2 a:visited {
	min-height:20px; padding-top:4px; padding-bottom:4px; padding-left:26px; padding-right:2px; vertical-align:middle; display:block; background-color:#f6f5f1; 
	font-family:Verdana, Arial, Helvetica, sans-serif; color: #d37d55; font-weight: normal; 
	text-decoration: none; background-image:url(/images/navigatie/pijl2.gif); background-repeat:no-repeat; background-position:top left;}
.MenuItem2 a:hover {color: #fff; background-color:#d37d55;}
*html .MenuItem2 a:link, .MenuItem2 a:active, .MenuItem2 a:visited {padding-top:7px; padding-bottom:7px;}


.Navigation2Bottom{
	height:11px;
	background-image:url(/images/navigatie/navbox2/Navigation2Bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/*************************  EINDE NAVIGATIE *************************/



/*************************  BEGIN SMALLBOX *************************/



/*begin banner*/
.SmallBoxBanner{
	width:168px;
	height:auto;
	border:none;
	text-align:center;
	margin-left:5px;
	margin-top:5px;
}

*html .SmallBoxBanner{
	margin-top:5px;
	margin-bottom:-5px;
}

.SmallBoxBannerTop{
	height:11px;
	background-image:url(/images/rechts/SmallBoxBannerTopbg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.SmallBoxBannerContent{
	height:auto;
	border-left:2px solid #0099cc;
	border-right:2px solid #0099cc;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	padding:3px;
}

.SmallBoxBannerBottom{
	height:12px;
	background-image:url(/images/rechts/SmallBoxBannerBottombg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.SmallBoxBannerImage{
	padding-bottom:4px;
}

.SmallBoxBannerContent a:link, .SmallBoxBannerContent a:active, .SmallBoxBannerContent a:visited {width:auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #d37d55; font-weight: normal; text-decoration: underline;}
.SmallBoxBannerContent a:hover {color: #fff; background-color:#d37d55; text-decoration: none;}
/*einde banner*/


/*begin smallbox*/
.SmallBox{
	width:168px;
	height:auto;
	border:none;
	margin-top:5px;
	text-align:center;
	margin-left:5px;
}

*html .SmallBox{
	margin-top:5px;
	margin-bottom:-5px;
}

.SmallBoxTitle{
	height:21px;
	background-image:url(/images/rechts/SmallBoxTitlebg.gif);
	text-align:center;
	padding-top:2px;
	margin-bottom:-2px;
	font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:90%;
}

.SmallBoxContent{
	height:auto;
	border-left:2px solid #d37d55;
	border-right:2px solid #d37d55;
	background-color:#f6f5f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	padding:3px;
	text-align:left;
}

.SmallBoxBottom{
	height:11px;
	background-image:url(/images/rechts/SmallBoxBottombg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.SmallBoxMoreLink{text-align:right; padding-top:7px; padding-right:3px;}

.SmallBoxMoreLink a:link, .SmallBoxMoreLink a:active, .SmallBoxMoreLink a:visited {color:#d37d55; text-decoration:underline; background-image:url(/images/pijl.gif); background-position:left; background-repeat:no-repeat; padding-left:15px;}
.SmallBoxMoreLink a:hover {color:#fff; text-decoration:none; background-color:#d37d55;}

.SmallBoxMoreLinkLeft{text-align:left; padding-top:7px; padding-right:3px;}

.SmallBoxMoreLinkLeft a:link, .SmallBoxMoreLinkLeft a:active, .SmallBoxMoreLinkLeft a:visited {color:#d37d55; text-decoration:underline; background-image:url(/images/pijl.gif); background-position:left; background-repeat:no-repeat; padding-left:15px;}
.SmallBoxMoreLinkLeft a:hover {color:#fff; text-decoration:none; background-color:#d37d55;}

.LargeBox .LargeBoxMoreLinkLeft{text-align:left; padding-top:7px; padding-right:3px;}

.LargeBox .LargeBoxMoreLinkLeft a:link, .LargeBox .LargeBoxMoreLinkLeft a:active, .LargeBox .LargeBoxMoreLinkLeft a:visited {color:#d37d55; text-decoration:underline; background-image:url(/images/pijl.gif); background-position:left; background-repeat:no-repeat; padding-left:15px;}
.LargeBox .LargeBoxMoreLinkLeft a:hover {color:#fff; text-decoration:none; background-color:#d37d55;}

.SmallBoxSubTitle{
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:5px;
}

.SmallBoxImage{
	text-align:center;
}

.SmallBoxContentInput {
	width:120px; 
	height:15px; 
	background-color:#f5f9fc; 
	border:1px solid #333; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.SmallBoxContentButton {
	height:17px;
	width:auto;
	background-color:#FFcc00;
	border:0px solid #D37D54;
	font-family:"Trebuchet ms", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:90%;
	font-weight:bold;
	cursor:default;
	margin-top:5px;
	margin-bottom:5px;
}
/*einde smallbox*/


/**opsomming SmallBox**/
.SmallBoxContent ul{
	list-style-image:url(/images/rechts/pijl-oranje.gif);
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
}

.SmallBoxContent li{list-style-position:outside;}

.SmallBoxContent li a:link, .SmallBoxContent li a:active, .SmallBoxContent li a:visited {font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; color:#CB6531;}
.SmallBoxContent li a:hover {background-color:#CB6531; color:#FFFFFF;}

		
/*************************  EINDE SMALLBOX *************************/


/*************************  BEGIN MAIN *************************/

.BreadCrumb{
	font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
	font-size:70%;
	padding-top:5px;
	margin-bottom:12px;
}

.BreadCrumb strong{padding-right:10px;}

.BreadCrumb a:link, .BreadCrumb a:active, .BreadCrumb a:visited {font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif; background-image:url(/images/header/breadcrumb-pijl.gif); background-position:left; background-repeat:no-repeat; padding-left:20px;padding-right:10px;}
.BreadCrumb a:hover{font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif; text-decoration: none;} 

.LargeBox {
	width: 100%;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	padding-bottom:10px;
}

.LargeBox a:link, .LargeBox a:active, .LargeBox a:visited {color:#0099cc; text-decoration:underline;}
.LargeBox a:hover {color:#fff; text-decoration:none; background-color:#0099cc;}


.MoreLink{text-align:right; padding-top:8px;}

.MoreLink a:link, .MoreLink a:active, .MoreLink a:visited {color:#0099cc; text-decoration:underline;}
.MoreLink a:hover {color:#fff; text-decoration:none; background-color:#0099cc;}

.ContentTitle {
	font-family:"Trebuchet ms", Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color:#000;
	font-size:120%;
	font-weight:bold;
	border-top:dashed 1px #CC6734;
	border-bottom:dashed 1px #CC6734;
	margin-bottom:10px;
}

.ContentSubTitle {
	font-size:95%;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
	margin-bottom:10px;
}

/**SearchResult**/
.SearchResultTable {
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
}

.SearchResultTitle {
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

.SearchResultNumber{
	width:20px;
	vertical-align:top;
}

.SearchResultSubTitle{}

.SearchResultSubTitle a:link, .SearchResultSubTitle a:active, .SearchResultSubTitle a:visited, .SearchResultSubTitle a:hover {font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}

.SearchResultDescription {}

h6 strong{color:#CB6531;}

.Paging {
	text-align:left;
	margin-top:15px;
}

.PageNumber {
	text-align:right;
	margin-top:-12px;
}


/**opsomming LargeBox**/
.LargeBox ul{
	list-style-image:url(/images/main/pijl-blauw.gif);
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:17px;
	padding-left:0px;
}

.LargeBox li{list-style-position:outside;}

.LargeBox li a:link, .LargeBox li a:active, .LargeBox li a:visited, .LargeBox li a:hover {font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}

.Description {
	font-weight:normal;
	padding-top:3px;
	padding-bottom:5px;
}

.Description a:link, .Description a:active, .Description a:visited, .Description a:hover {font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;}

.LargeBox .RequiredFields ul{
	list-style-image:url(/images/main/verplichtveld.gif);
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:17px;
	padding-left:0px;
	color:#cc3333;
}

.LargeBox .RequiredFields li{list-style-position:outside;}

.LargeBox .RequiredFields li a:link, .LargeBox .RequiredFields li a:active, .LargeBox .RequiredFields li a:visited, .LargeBox .RequiredFields li a:hover {font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}





/*************************  EINDE MAIN *************************/

/***BEGIN FORM***/
.CenterTable{
	width:100%; 
	border:0px; 
	vertical-align:top; 
	padding:0px; 
}

.TitleSearch { 
	font-weight:bold; 
	width:35%; 
	vertical-align:top; 
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:5px;
}

.CenterTableContentAlign {
	vertical-align:middle; 
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:5px;
}

.CenterTableSmallCell {
	padding:2px 2px 2px 2px;
	vertical-align:middle;
	width:30px;
}

.LargeBoxContentButton {
	height:23px;
	width:auto;
	background-color:#CC6734;
	border:0px solid #D37D54;
	font-family:"Trebuchet ms", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	cursor:default;
	margin-top:5px;
	margin-bottom:5px;
}

.LargeBoxContentInput {
	width:245px; 
	height:17px; 
	background-color:#f6f5f1; 
	border:1px solid #333; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.LargeBoxContentRequiredInput {
	width:245px; 
	height:17px; 
	background-color:#FFF9DB; 
	border:1px solid #333; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.LargeBoxContentInputSmall {
	width:100px; 
	height:17px; 
	background-color:#f6f5f1; 
	border:1px solid #333; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.LargeBoxContentTextbox{
	width:245px; 
	height:100px; 
	background-color:#f6f5f1; 
	border:1px solid #333; 
	font-size:100%; 
	padding:2px 3px 0px 3px;
}

.LargeBoxContentDropdown {
	width:245px; 
	height:17px; 
	background-color:#f6f5f1;
	border:1px solid #333; 
	font-size:100%;
}

.LargeBoxContentBrowse {
	background-color:#f6f5f1;
	border: 1px solid #333;
	width:245px;
	font-size:100%;	
	padding:2px 3px 0px 3px;
}
/***EINDE FORM***/

/**BEGIN SEARCHBUTTON**/
.FormSearchButton {
	height:18px;
	width:auto; 
	border:1px solid #000;
	background-color:#333333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase; 
	color:#fff; 
	font-size:70%; 
	font-weight:normal; 
	margin-top:2px;
	cursor:hand;
	letter-spacing:0px;
	margin-left:5px;
	margin-top:-1px;
	margin-bottom:1px;
}

.FormSearchButtonHover {
	height:18px;
	width:auto; 
	background-color:#333; 
	border:1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase; 
	color:#fff; 
	font-size:70%; 
	font-weight:normal; 
	margin-top:2px;
	cursor:hand;
	letter-spacing:0px;
	margin-left:5px;
	margin-top:-1px;
	margin-bottom:1px;
}

@media screen and (min-width: 550px){
.FormSearchButton{
	margin-bottom:3px; 
	margin-top:-3px;
}


.FormSearchButtonHover{
	margin-bottom:3px;
	margin-top:-3px;
}
}
/**EINDE SEARCHBUTTON**/


/*************************  BEGIN SITEMAP  *****************************/

.SiteMap {
	width: 100%;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	padding-bottom:10px;
}

* html .SiteMapTable{
	width:98%; 
	margin-right:10px;  
}

.SiteMapTable{
	width:100%; 
	margin-right:0px;  
}

.SiteMapTable li, .SiteMapTable ul { 
	margin:0px; 
	padding:0px;
	list-style-image:none;
	list-style-type:none;
}

* html .SiteMapBackground{
	width:30%; 
	vertical-align:top;
	padding:11px 5px 15px 5px; 
}

.SiteMapBackground{
	border:1px dashed #cc6734; 
	background-color:#f6f5f1; 
	width:30%; 
	vertical-align:top;
	padding:11px 15px 15px 10px; 
}
	
* html ul.sitemaplevel1 {
	margin-left:5px; margin-top:4px; margin-bottom:4px;
	font-size: 110%; 
	color: #000; 
	text-decoration:none; 
	font-weight:bold;
	margin-left:15px;
}

ul.sitemaplevel1 {
	margin-left:0px; margin-top:4px; margin-bottom:4px;
	font-size: 110%; 
	color: #000; 
	text-decoration:none; 
	font-weight:bold;
	margin-left:15px;
}

li.sitemaplevel1 {
	margin:0px; 
	padding:0px;
}

ul.sitemaplevel1 a:link, ul.sitemaplevel1 a:active, ul.sitemaplevel1 a:visited {
	color: #0099cc; 
	text-decoration:none;
}

ul.sitemaplevel1 a:hover {
	color: #fff; text-decoration:none; background-color:#0099cc;
}

li.sitemaplevel2 a:link, li.sitemaplevel2 a:active, li.sitemaplevel2 a:visited, {list-style-type:none; list-style-image:none;}

ul.sitemaplevel2 a:link, ul.sitemaplevel2 a:active, ul.sitemaplevel2 a:visited { 
	color: #333; 
	text-decoration:none;
	margin-left:15px; margin-top:2px; ;margin-bottom:2px;
	list-style-image:none;
	font-weight:normal;
	list-style-type:none;
}
	
ul.sitemaplevel2 a:hover {
	background-color:#CFCAB4;
	color: #000000; 
	text-decoration:none;
	list-style-image:none;
	list-style-type:none;
}

* html ul.sitemaplevel3 {
	font-size: 85%; 
	color:#666; 
	text-decoration:none;
	margin-left:40px; margin-top:1px; margin-bottom:1px;
}

ul.sitemaplevel3 {
	font-size: 85%; 
	color:#666; 
	text-decoration:none;
	margin-left:40px; margin-top:1px; margin-bottom:1px;
}

ul.sitemaplevel3 a:link, ul.sitemaplevel3 a:active, ul.sitemaplevel3 a:visited { 
	color:#666666; 
	text-decoration:none;
	margin-left:0px; margin-top:2px; ;margin-bottom:2px;
	list-style-image:none;
	font-weight:normal;
	list-style-type:none;
}

ul.sitemaplevel3 a:hover {
	color:#000;
	background-color:none; 
	text-decoration:none;
	font-weight:normal;
}

hr.SeparationLine {
	border: 1px dashed #d37d55;
	width:100%;
	padding-top:0px;
	margin-top:25px;
	margin-bottom:15px;
}

/*************************  EINDE SITEMAP  *****************************/




/*************************  BEGIN FOOTER *************************/

.footer table {
      font-family:Verdana, Arial, Helvetica, sans-serif;
      color: #333;
      text-decoration: none;
      width:100%;
}

.FooterRow{
	height:40px;
}

.BottomLeftCell a:link, .BottomLeftCell a:active, .BottomLeftCell a:visited {font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif; font-size:100%; color:#333; text-decoration:none;}
.BottomLeftCell a:hover {text-decoration:underline;}

.BottomRightCell a:link, .BottomRightCell a:active, .BottomRightCell a:visited {font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif; font-size:100%; color:#333; text-decoration:none;}
.BottomRightCell a:hover {text-decoration:underline;}

.BottomLeftCell {
	background-image:url(/images/footer/bottomline.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:50%;
	padding-left:5px;
	font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif;
	font-size:80%;
	background-color:#f6f5f1;
}

.BottomRightCell {
	background-image:url(/images/footer/bottomline.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding-right:5px;
	text-align:right;
	font-family:"Trebuchet ms", Arial, Helvetica, Verdana, sans-serif;
	font-size:80%;
	background-color:#f6f5f1;
}


/*************************  EINDE FOOTER *************************/


/*************************  BEGIN VERENIGINGENMODULE *************************/

.itemOrganisationCell{
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.itemOrganisation {
	font-weight:normal; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	margin-right:10%;
}


.itemOrganisation a:link, .itemOrganisation a:active, .itemOrganisation a:visited
{
	font-weight:normal; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	margin-right:10%;
}

.itemOrganisation a:hover
{
	font-weight:normal; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	margin-right:10%;
}


* html .itemOrganisation{ 
	margin-right:30px;
}

* html .itemOrganisation a:link, .itemOrganisation a:active, .itemOrganisation a:visited
{
	margin-right:30px;
}

* html .itemOrganisation a:hover
{
	margin-right:30px;
}

.highlight {
	color:#CC6734; 
	text-transform: uppercase; 
	font-weight:normal; 
	margin-right:10%;
}

.highlight a:link, .highlight a:active, .highlight a:visited
{
	color:#CC6734; 
	text-transform: uppercase; 
	font-weight:normal; 
	margin-right:10%;
}

.highlight a:hover
{
	color:#CC6734; 
	text-transform: uppercase; 
	font-weight:normal; 
	margin-right:10%;
}

* html .highlight {
	margin-right:30px;
}

* html .highlight a:link, .highlight a:active, .highlight a:visited
{
	margin-right:30px;
}

* html .highlight a:hover
{
	margin-right:30px;
}


.itemOrganisationRight{
	font-weight:normal; 
	color:#000000; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	text-align:right;
}

.itemOrganisationRight a:link, .itemOrganisationRight a:active, .itemOrganisationRight a:visited
{
	font-weight:normal; 
	color:#000000; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	text-align:right;
}

.itemOrganisationRight a:hover
{
	font-weight:normal; 
	color:#000000; 
	margin-top:50px; 
	margin-bottom:15px; 
	text-transform: uppercase; 
	text-align:right;
}


.highlightRight{
	color:#CC6734; 
	text-transform: uppercase; 
	font-weight:normal; 
	text-align:right;
}

.highlightRight a:link, .highlightRight a:active, .highlightRight a:visited
{
	color:#CC6734; 
	text-transform: uppercase; 
	font-weight:normal; 
	text-align:right;
}

.highlightRight a:hover
{
	color:#CC6734; 
	text-transform: uppercase; 
	font-weight:normal; 
	text-align:right;
}

.searchlinknumber{ 
	float:left; 
	padding:10px 0px 0px 7px;
}

.LargeBox .searchlinknumber a:link, .LargeBox .searchlinknumber a:active, .LargeBox .searchlinknumber a:visited {color:#d37d55; text-decoration:underline;}
.LargeBox .searchlinknumber a:hover {color:#fff; text-decoration:none; background-color:#d37d55;}

.searchlinkpage{
	color:#000000; 
	padding:10px 7px 0px 0px;
	position:relative; 
	float:right;
}

.LargeBox .searchlinkpage a:link, .LargeBox .searchlinkpage a:active, .LargeBox .searchlinkpage a:visited {color:#d37d55; text-decoration:underline;}
.LargeBox .searchlinkpage a:hover {color:#fff; text-decoration:none; background-color:#d37d55;}

.searchLine{
	border-top:1px solid #000;
}

.LargeBox .itemOrganisationLink{text-align:left; padding-top:0px; padding-right:0px;}

.LargeBox .itemOrganisationLink a:link, .LargeBox .itemOrganisationLink a:active, .LargeBox .itemOrganisationLink a:visited {color:#d37d55; text-decoration:underline;}
.LargeBox .itemOrganisationLink a:hover {color:#fff; text-decoration:none; background-color:#d37d55;}

.LargeBoxArrowButton {
	height:23px;
	width:auto;
	background-color:#CC6734;
	border:0px solid #D37D54;
	font-family:"Trebuchet ms", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	cursor:default;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:3px;
	padding-right:3px;
}

.CenterDealerTable{
	width:100%; 
	border:0px; 
	vertical-align:top; 
	padding:0px;
	background-color:#f6f5f1; 
}

.CenterDealerTableLogoCell {
	text-align:right;
	width:auto;
}

.CenterTableContentAlignTop {
	vertical-align:top; 
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:5px;
}

.DealerDescription {
	font-weight:normal;
	padding-top:3px;
	padding-bottom:0px;
	color:#666666;
}

.DealerTitle {
	font-weight:bold;
	padding-top:3px;
	padding-bottom:0px;
}

.DealerDate {
	font-weight:normal;
	padding-top:3px;
	padding-bottom:20px;
	color:#CC6734;
}

.mandatory 
{
	background-color:#FFF9DB; 
	border:1px solid #333; 
	font-size:100%; 
	padding-left: 2px
	}



.mandatorytextbox
{
	background-color:#FFF9DB; 
	border:1px solid #333; 
	font-size:100%; 
	padding-left: 2px
}

.textarea
{
font-size:100%; 
}
.textbox
{
font-size:100%; 
	}

.dropdownlist 
{	
	font-size:100%; 
	}
	
.mandatorytextarea
{
	background-color:#FFF9DB; 
	border:1px solid #333; 
	font-size:100%; 
	padding-left: 2px
}

.mandatorydropdownlist
{
	background-color:#FFF9DB; 
	border:1px solid #333; 
	font-size:100%; 
	padding-left: 2px
}

.mandatorylistbox
{
	background-color:#FFF9DB; 
	border:1px solid #333; 
	font-size:100%; 
	padding-left: 2px
}
.formbutton
{
	height:23px;
	width:auto;
	background-color:#CC6734;
	border:0px solid #D37D54;
	font-family:"Trebuchet ms", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	cursor:default;
	margin-top:5px;
	margin-bottom:5px;
}

/**PRINT**/
@media print{ 
	body {font-size:95%;}
	.NavigationCell{display:none;}
	.TopRow{display:none;}
	.ColorLine{display:none;}
	.QuickLinks{display:none;}
	.RightCell{display:none;}
	.footer{display:none;}
}

/**Overzichten**/

.largeBoxTableCellLabel {
	width:20%;
	vertical-align:top; 
	padding: 15px 5px 5px 0px;
	font-weight:bold;
	border-bottom:1px solid #c7c7c7;
	color:Black; 
	text-decoration:none
} 
.largeBoxTableCellLabel a:link, .largeBoxTableCellLabel a:active, .largeBoxTableCellLabel a:visited 
{
	color:Black; 
	text-decoration:none
	}
.largeBoxTableCellLabel a:hover {text-decoration:underline;}

.largeBoxTableCellRight {
	/*width:auto;
	vertical-align:top; 
	padding:5px 5px 5px 0px;*/
	
	vertical-align:top; 
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:5px;
}

.largeBoxTableCellLeft {
	/*width:auto;
	vertical-align:top; 
	padding:5px 5px 5px 0px;
	font-weight:bold; */
	
	font-weight:bold; 
	width:35%; 
	vertical-align:top; 
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:5px;
}

.largeBoxTable{
	/* width:100%; 
	border:0px; 
	vertical-align:top; 
	padding:0px;
	margin:10px 0px 10px 0px; */
	
	width:100%; 
	border:0px; 
	vertical-align:top; 
	padding:0px; 
}

.largeBoxTableCellImage {
	width:auto;
	text-align:right;
}

img{border:0 none;}