

/* IE 5.5 overrides */
#breadcrumbs{w\idth: 604px;}
#breadcrumbsGFP{w\idth: 604px;}
#content 	{w\idth: 579px;}
#footer 	{w\idth: 966px;}
/* Hack werkt alleen op letter > G */
form#zoekformulier input#zoekveld{he\ight: 11px;}

/* IE overrides */
*html #breadcrumbs {	
	margin: 0px 1px 0px 1px;
	border-left: 159px #E5E9F2 solid;
	border-right: 195px #E5E9F2 solid;
}
*html #breadcrumbsGFP {	
	margin: 0px 1px 0px 1px;
	border-left: 159px #FFFFFF solid;
	border-right: 195px #FFFFFF solid;
}

*html form#zoekformulier input#zoekveld {
	he\ight: 12px;
	margin-top:-0px;
	margin-bottom:3px;
}

*html #leftcolumn {
    margin: 0 0 30px 1px;
}

*html #rightcolumn ul li a {
	display:inline-block;	
}
/* IE 5.5 override */
#rightcolumn ul#first{	
	ma\rgin-left:0px;
}

/* De setting voor Safari wordt hier overruled voor Firefox */
#zoekknop:lang(nl), #zoekknop:lang(en) {
   margin-bottom: -1px;
 }

/* De setting voor Safari wordt hier overruled voor IE */
*html #zoekknop {
   margin-top: 1px;
   margin-bottom: -1px;
 }
 
/* De setting voor Safari wordt hier overruled voor Firefox */
#printicoon:lang(nl), #printicoon:lang(en){
	margin: -14px 31px 0 0; 
}

/* De setting voor Safari wordt hier overruled voor IE */	
*html #printicoon{
	margin: -14px 19px 0 0; 
}

/* Door geneste ul en li nog een margin voor IE nodig ) */
*html div#leftcolumn ul ul{
	margin: -14px 0px 0px 0px;
}

/* bullets buiten de kantlijn halen */
* html div#content ul li {
	margin-left:2px;
}

/* Homepage */

* html #mnpactueel {
	margin-left: 4px;
}
* html #mnpactueel .uitgelicht {
	height: 240px;
}
* html #mnpactueel p#overzicht {
	padding-left: 0 !important; /* another IE-bug*/
}

* html #mnpactueel #nieuwsbrief label {
	margin-top: 10px;
}
* html input.nieuwsbrief {
	font-size: 1em !important;
}

* html  #mnpactueel #nieuwsbrief {
	width: 310px;
}

form#bestelformulier input {
	he\ight: 1.2em; /* Hack to serve IE6+ and other browsers */
}

*html #nieuwsarchief .up {margin-bottom:0px;}

* html #homepage #header {
	height: 121px !important;
}
*html #sneldoorklikken img{
 margin-bottom:0px;
}
* html .faq ul li {
	border: 1px solid #eef4c9; /* fixes unpredictable ie float-behaviour */
}
/* IE-3px-bug. Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .publicatieoverzicht a {
  height: 1%;
}
 
/* End hide from IE5/mac */

/* Fix voor de onvergetelijke guillotine-bug (http://www.positioniseverything.net/explorer/guillotine.html): */
* html .introclearer {
	height: 1%;
}
/* Fix voor te veel witruimte bij navmenu in leftcolumn*/
* html #leftcolumn ul li a {
	height: 1%;
}

/* Fix voor te veel witruimte bij zoekresultaten in IE*/
*html #zoekresultaten dd {
   height: 1%;
}

/* Fix (de 'Holly Hack') voor actuele nieuwsberichten in de caroussel die verdwijnen in IE bij kleine tekstgroottes */
/* de float:left + width was nodig om wit ruimte tussen uitgelicht nieuwsbericht en actuele nieuwsberichten weg te halen maar */
/* de actuele nieuwsberichten wel rechts uit te lijnen (IE only)  */

/*  \*/
* html .actueelhollyhacked {
    float: left;
    height: 1%;
    width: 338px;
}

/* Sortable tables */
*html tr.v_row { 
	display : block;
}

/*  */