* {
	margin:0px;
	padding:0px;
	}
	
body { 
	font:12px/1.3em Verdana,Helvetica,sans-serif;  
	text-align:center;
	/* Als de site i.p.v. in het midden link uitgelijnd moet worden
	text-align:left;
	*/
	background-color:#fff;

	}

	
/* -------- grid -------- */

#container {
	position:relative;
	margin:	0 auto;
	overflow:hidden;
	/*
	position:absolute;
	top:0px;
	left:0px;
	*/	

	/* eventueel een achtergrond: 
	background:url(../images/bg.gif) repeat-y center top;
	*/
	
	text-align:left;
	width:820px;
	}
	
#header {
	float:left;
	width:820px;
	height:166px;
	display:inline;
	padding-left:27px;
	z-index:50;
	}
	
#breadCrumbTrail {
	position:absolute;
	top:128px;
	left:360px;
	width:300px;
	height:30px;
	}
	
.breadcrumb {
	padding-left:8px;
	font:10px Verdana,Helvetica,sans-serif; 
	color: #666;	
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 3px;
	}
	
#breadCrumbTrail a {	
	font:10px Verdana,Helvetica,sans-serif; 
	color:#000;
	}
	
#topmenu {
	position:absolute;
	top:129px;
	left:226px;
	
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#CD7104;
	}

#menu_holder {
	float:left;
	width:188px;
	}
	
#content {
	float:left;
	width:632px;
	margin-top:10px;
	padding-top:35px;
	padding-bottom:25px;
	
	background-color:#fff;
	display:inline;
	}
	
html>body #content {
	height:auto;
	}
	
#leftcolomn {
	float:left;
	width:300px;
	padding-left:20px;
	}
	
#rightcolomn {
	float:left;
	width:300px;
	padding-left:12px;
	}	

/* ---- extra iets ---- */
#sitemap {
	position:absolute;
	top:126px;
	left:700px;
	z-index:1000;
	border:0;
	}

#animatie {
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:293px;
	height:268px;
	}
	


/* -------- opmaak -------- */

	
a {
	color:#CD7104;
	}
	
a:hover {
	text-decoration:none;
	}
a.highlighted:hover
{
	text-decoration:none;
	
	}

a:focus	
{
	text-decoration:none;
	
	}
	
h1 {
	font-size:14px;
	font-weight:bold;
	color:#CD7104;
	padding-bottom:15px;
	}

h2 {
	font-size:12px;
	font-weight:normal;
	background-color:#FFE5C1;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	font-style:italic;
	}
	
p {
	font-size:12px;
	margin-bottom:10px;
	}	

#left ul li {
	list-style: url(../images/bullet.gif);
	margin-left:20px;
	}
	
#right ul li {
	list-style: url(../images/bullet.gif);
	margin-left:20px;
	}
	
.kleur {
	background-color:#FFE5C1;
	padding:5px;
	margin-bottom:10px;
	font-style:italic;
	}

	
.onderlijn {
	padding-bottom:6px;
	margin-bottom:9px;
	border-bottom:1px solid #FD0134;
	}

.onderlijn2 {
	border-bottom:1px solid #FD0134;
	padding-top:287px;
	_padding-top:6px;
	}

/* footer */

#okericon {
	float:left;
	margin-top:10px;
	margin-bottom:50px;
	text-align:center;
	}

#footer {
	float:left;
	padding:20px;
	padding-left:80px;
	font-size:10px;
	width:670px;
	text-align:center;
	}
	
	
/* blokeert de taal knoppen*/
#button-blocker	{
	position:absolute;
	top:0px;
	left:0px;
	width:29px;
 	height:500px;
	background:url(/images/transparant.png);
	z-index:1000;
	}
	
	
/* ------------------------------------------ Begin menu ---------------------------------- */		
.menulist {
	position:relative;
	width:153px;
	left:26px;
	}
	
/* talen */
.menulist .daddy {
	position:relative;
	text-align:center;
	font-size:10px;
	display: block;
	padding: 0 0 0 0;
	margin-left:-29px;
	color: #fff;
	font-weight:bold;
	background-color:#CC0001;
	text-decoration: none;
	width:20px;
	text-transform:uppercase;
	list-style: none;
	top:17px;
	}

.menulist ul {	
	position: relative;
	list-style: none;
	}
	
/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	border:1px solid #fff;
	margin-bottom:-1px;
	list-style: none;
	}

/* home + contact buttons */
.menulist li a {
	background-color:#CC0001;
	margin-left: 1px;
	}

/* sub buttons na landcode */
.menulist li ul li a {
	background-color:#CC0001;
	margin-left: 0px;
	}
	
.menulist a {
	display: block;
	padding: 4px 10px 3px 10px;
	color: #fff;
	font-weight:bold;
	background-color:#CC0001;
	text-decoration: none;
	width:151px;
	border:1px;
	}

/* IE fix because it doesn't support transparent borders */
* html .menulist a {
	border-bottom: 0px;
	margin: 0px;
	}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/

.menulist a:hover
{
	
	display: block;
	color: #fff;
	font-weight:bold;
	background-color:#FF3D3E;
	text-decoration: none;
	width:151px;
	}
	
 a.highlighted:hover
 {
 	display: block;
	color: #fff;
	font-weight:bold;
	background-color:#FF3D3E;
	text-decoration: none;
	width:151px;
 }
.sitemap a:hover, a.highlighted:hover, a:focus {

	list-style: none;
	background-color:Transparent;
	}
/* Talen hover */

.menulist a.daddy:hover, a.daddy.highlighted:hover, a.daddy.:focus {
	display: block;
	width:20px;
	background-color:#CC0001;	
	font-size:10px;
	text-align:center;
	color: #fff;
	font-weight:bold;	

	padding: 0 0 0 0;
	margin-left:-30px;


	text-decoration: none;
	text-transform:uppercase;
	list-style: none;
	}
	
*html .menulist a:hover, *html .menulist a.highlighted:hover, *html .menulist a:focus {
	border-bottom: 0px;
	margin: 0px;
	}

.menulist a.highlighted {
	color: #fff;
	background-color: #FF3D3E;
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 0;
	}

.menulist a.onderlijn {
	border-bottom:1px solid #000;
	}

.menulist a:hover.onderlijn, .menulist a.highlighted:hover.onderlijn, .menulist a:focus.onderlijn {
	border-bottom:1px solid #000;
	}
	
.menulist a .subind {
	float: right;
	margin-top:2px;
	}


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
	float: left;
	height: 1%;
	}
	
* html .menulist a {
	height: 1%;
	}
/* End Hack */	