body {
	color:#666;
	background-color:#EDF6FC;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 , h2 , h3 , h4 , h5 , h6, p, a, li {
   font-family : arial, verdana, helvetica;
   font-style : sans-serif;
   color : #102952;
   background-color : transparent;
   font-weight : 900;
   }

h1 {
   font-size:17px;
   margin : 20px 0px 10px 0px;
   }
   
h2 {
   font-size:15px;
     margin : 20px 0px 10px 0px;
   }
   
h3 {
   font-size:13px;
     margin : 20px 0px 10px 0px;
   }
   
h4 {
   font-size : 11px;
   margin : 2px;
   }

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:10px 0px 6px 0px;
	padding:0px;
	}
	#Content>p {margin:0px;}
	#Content>p+p {text-indent:30px;}
	
td {
	color: #102952;;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	border: 0px;
	}

a {
	color:#FF6633;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#102952;}
a:visited {color:#41649d;}
a:hover {color:#99cc33;}
 
address {
	margin: 0px 0px 0px 0px;
	font:9px verdana, arial, helvetica, sans-serif;
	color:#10214a;
}

.tabelblauw {
		color : #102952;
		font-weight : 600;
		}
   
.footer{
    padding:0px 0px 0px 0px;
    }
    
.counter , .printer {
   display : none;
   }

#logo {
	position:relative;
	margin: 20px auto auto 240px;
	width: 261px;
	border:none;
	background-color:#EDF6FC;
	padding: 0px 0px 0px 0px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


/* All the content boxes belong to the content class. */
#content {
	position:relative;
	margin: 30px auto auto 105px;
	width: 600px;
	border:none;
	background-color:#EDF6FC;
	padding: 0px 0px 0px 0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:118px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:178px;}
		
#media {
	
	position:absolute;
	width:200px;
	top: 110px;
	left: 735px; 
	margin: 150px auto auto 30px;
	width:172px;
	padding:10px;	
	background-color:#EDF6FC;
	border: 0px solid #102952;  border-left-width: 1px;	

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#carrousel {
	border:none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}


.pic {
	border:none;
	margin: 0px;
   }
   
.picr {
	border : 0 none ;
	float: right;
	margin: 0px;
  }
  
.picl {
	border : 0 none ;
	float: left;
  margin: 0px;
  }
  
.flag {
	border:none;
	margin: 0px 9px 35px 0px;
   }
   
.footer{
		text-align: left;
    padding: 40px 0px 0px 0px;
    margin: 0px;
    }

#navcontainer ul
{
text-align: left;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 7%;
margin-top: 30;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0px;
background-color: #102952;
border-bottom: 1px solid #999;
border-top: 1px solid #EDF6FC;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
margin-left: -4px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 3px;
/* matches link padding except for left and right */
padding-top: 0px;
}

#navcontainer ul li a
{
padding-left: 25px;
padding-right: 25px;
padding-bottom: 5px;
padding-top: 10px;
color: #999;


}

#navlist li a:hover
{
color: #666;
border-bottom: 3px solid #99cc33;
cursor: pointer;
background: #EDF6FC;
font-weight: bold;
}

#navlist li a#current, #navlist li a#current:link
{
color: white;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #99cc33;
}

#navlist li a#current:hover
{
color: #999;
border-bottom: 3px solid #102952;
background: #EDF6FC;
}







