@charset "utf-8";
/* CSS Document */



/*************/
/*** reset ***/
/*************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0px; padding:0px;}



/************/
/*** body ***/
/************/
body {
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#000000;
	background: url(/images/bg.png) repeat-y center;
}
	
	/*** standaard ***/
	ul { list-style:none;}
	img, fieldset { border:0px;}
	h1 {color: #bc0005; font-size: 20px; font-weight:bold;}
	h2 {color: #bc0005; font-size: 17px; font-weight:bold;}
	
#topBack {
background:url(/images/line.jpg) top repeat-x;
width:524px;
height:23px;
padding-left: 10px;
padding-top: 4px;
color: white;
overflow:hidden;
}
#topDIV {
width:532px;
overflow:hidden;
border-left:1px solid #000000;
border-right:1px solid #000000;
font-size: 11px;
line-height: 14px;
}
#bottomDiv {
width:532px;
height:150px;
overflow:hidden;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}
/***************/
/*** wrapper ***/
/***************/
#wrapper { 
	width:950px;
	margin:0 auto;
}

/**************/
/*** header ***/
/**************/
#header {
	position:relative; 
	width:950px; 
	height:224px; 
	padding:0px 0px 0px 0px;
	margin:0;
}

	/*** logo ***/
	#logo {
		background-image: url('/images/logo.jpg');
		width: 216px;
		height: 79px;
		position: absolute;
		top: 15px;
		z-index: 2000;
	}
	
	/*** toolbar ***/
	#toolbar {
		background: url(/images/line.png) top repeat-x;
		position: absolute;
		width: 950px;
		height: 32px;
		bottom: 0px;
		z-index:2000;
	}
		/*** flags ***/
		#flags {
			position: absolute;
			width: 300px;
			height: 26px;
			top: 6px;
			padding: 0px 0px 0px 10px;
			z-index: 2000;
		}
			#flags img {padding-right: 5px;}
			#flags a {text-decoration: none;display: inline;font-size: 8px;}
			#flags a.sMap {position: absolute;left: 174px;bottom: 6px;display: block;}
			
		/*** fadeImg ***/
		#fadeImg {
			position: absolute;
			width: 950px;
			height: 224px;
			overflow: hidden;
		}
		
		/*** search  ***/
#search { position: absolute; width: 170px; height: 24px; top: 4px; left:776px; z-index: 2000; }

/***************/
/*** content ***/
/***************/
#content {
	background-color: white;
	width:950px;
	overflow:auto;
}
	/*** crumbpath ***/
	#crumbp { padding:5px 0px 5px 215px; color: rgb(158,158,158); }
	#crumbp a { color: rgb(158,158,158); }
	
	/*** menu ***/
	#menu {
		width: 180px;
		float: left;
		position: relative;
		padding: 5px 0px 75px 0px;
	}
	
/*** menubar ***/
ul.menubarmain { margin:10px 0px 0px 10px; }
ul.menubarmain li {text-align:right; width:180px; }
ul.menubarmain li a {text-decoration:none; text-transform:uppercase; display:block; padding:0px 5px 0px 0px; font-size:12px; text-align:right; }
ul.menubarmain li.menubaritem {  padding:5px 0px 5px 0px; width:180px; }
ul.menubarmain li.menubaritem:hover { color:#FFFFFF; background:#000;  }
ul.menubarmain li.menubaritem:hover a{ display:block; color:#FFFFFF; background:#000;  }
ul.menubarmain li.menubaritemselected {  color:white; background:#ffffff;}
ul.menubarmain li.menubaritemselected a {padding:5px 5px 5px 0px; background:#000; display:block; color:white; text-decoration:none; font-weight:normal; text-align:right;}
ul.menubarmain li.menubaritemselected a:hover { display:block; color:white; text-decoration:none; text-align:right;}

		
		/*** submenu ***/
		ul.submenumain li  {text-align: left; background: #FFFFFF; color:#8F8F8F; padding-top:1px;}
		ul.submenumain li.submenuitem a { text-transform:none; background: #FFFFFF; text-align: left; color: #8F8F8F; padding:1px 0px 1px 5px;}
                ul.submenumain li.submenuitem a:hover { text-transform:none; text-align: left; text-transform: capitalize; color:#FFFFFF; background:#515151; font-weight:normal; padding:1px 0px 1px 5px;}
		ul.submenumain li.submenuitemselected a { text-transform:none; text-align: left; text-transform: capitalize; color:#FFFFFF; background:#515151; font-weight:normal; padding:1px 0px 1px 5px;}
                ul.submenumain li.submenuitemselected a:hover { text-transform:none; padding:1px 0px 1px 5px; display:block; text-transform: capitalize; color:#FFFFFF; background:#515151; text-decoration:none; font-weight:normal; text-align:left;}
		
                /*** subsubmenu ***/
		ul.subsubmenumain li  {text-align: left; background: #fff; color:#8F8F8F; padding-top:1px;}
		ul.subsubmenumain li.subsubmenuitem a { text-transform:none; background: #e3e3e3; text-align: left; color: #8F8F8F; padding:1px 0px 1px 5px;}
                ul.subsubmenumain li.subsubmenuitem a:hover { text-transform:none; text-align: left; text-transform: capitalize; color:#FFFFFF; background:#bbbbbb; font-weight:normal; padding:1px 0px 1px 5px;}
		ul.subsubmenumain li.subsubmenuitemselected a { text-transform:none; text-align: left; text-transform: capitalize; color:#FFFFFF; background:#bbbbbb; font-weight:normal; padding:1px 0px 1px 5px;}
                ul.subsubmenumain li.subsubmenuitemselected a:hover { text-transform:none; padding:1px 0px 1px 5px; display:block; text-transform: capitalize; color:#FFFFFF; background:#bbbbbb; text-decoration:none; font-weight:normal; text-align:left;}
               
               	/*** contentVak ***/
	#contentVak {
	line-height:1.4em;
		float: left;
		position:relative;
		padding: 10px 0px 76px 36px;
		width:534px;
	}
	#contentVak h1 { line-height:25px;}
	#contentVak a { color: #AC272B; text-decoration: none;}
	#contentVak a:hover { color: #AC272B; text-decoration: underline;}
	#contentVak ol {margin-left:23px}
 	#contentVak ul {margin-left:23px}
	
	/*** actionbar ***/
	#actionbar {
		width: 165px;
		float: left;
		position: relative;
		padding: 10px 0px 15px 27px;
	}
	div.imgLink {width: 160px;height: 116px;position: relative;overflow: hidden;border-style: solid;border-width:1px;margin-bottom: 10px;}
	div.imgLinkFR {width: 160px;height: 116px;position: relative;overflow: hidden;border-style: solid;border-width:1px;margin-bottom: 10px;}
       	div.imgTekst {font-size: 10px;font-weight: bold;width: 160px;height: 130px;position: absolute; bottom: 0px;text-align: center;background: url('/images/line4.png') bottom repeat-x;z-index: 2000;}
	div.imgTekst a {text-decoration: none;position: relative;top:100px;}
	div.imgTekstFR {font-size: 10px;font-weight: bold;width: 160px;height: 116px;position: absolute; bottom:0px;text-align: center;background: url('/images/line4.png') bottom repeat-x;z-index: 2000; padding-bottom:12px;}
	div.imgTekstFR a {text-decoration: none;position: relative;top:100px;}
	div.imgTekstInvert {font-size: 10px;color: white;font-weight: bold;width: 160px;height: 130px;position: absolute;bottom: 0px;text-align: center; background: url('/images/line2.png') bottom;z-index: 2000;}
	div.imgTekstInvert a{ color: white;text-decoration: none;position: relative;top:100px;}


/***************/
/*** footer  ***/
/***************/
#footer {
	background-color: #ababab;
	float:left;
	color: white; 
	width:950px;
   	height: 20px; 
   	padding-top:4px; 
   	text-align: center;
	text-decoration: none;
	font-size:11px;
	margin-bottom:20px
}
#footer a {
	color: white;
}

#footer a:hover {
	color: black;
}
	
A:LINK
{
color: #1F1F1F;
text-decoration: none;
}
A:VISITED
{
color: #1F1F1F;
text-decoration: none;
}
A:HOVER
{
color: #000000;
text-decoration: none;
}

#searchinputdiv { background:  url(/images/findinput.gif) left no-repeat; height: 24px; width: 163px; }

#ctl10_Tb_Search { margin: 2px 0px 0px 20px; width: 105px; font-size:12px; border:0px; }

#ctl10_Bt_Search { position:absolute; left:-5px; }


