html, body, h1, h2, h3, p, form
{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;
	color: #666;
	font:75%/150% verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container, #DOMWindow 
{
	width: 960px;
	margin: 0 auto; /* centreert in Firefox */
	text-align: left; /* zet text links ipv centreren - overruled body */
	font-size: 0.9em;
}

#header 
{
	background-color: #fff;
	height: 100px;
	z-index: 10;
}

#logo
{
	position: relative;
	top: 19px;
	left: 0px;
	width: 187px;
	height: 62px;
}

#toplinks
{
	position: relative;
	top: -60px;
	left: 225px;
	height: 11px;
	width: 735px;
	text-align: right;
}

#subsitetitle
{
	position: relative;
	top: -50px;
	left: 250px;
	width: 600px;
	height: 20px;
	text-align: left;
	color: #8bc302;
	font-size: 2.0em;
	font-weight: normal;
}

#topnav
{
	position: relative;
	top: -45px;
	left: 225px;
	height: 32px;
	width: 735px;	
}

#wrapper 
{
	background-color: #fff;  /*dit eventueel met een achtergrondbeeld om de illusie te geven dat navigation en extra gelijk lopen met content */
	width: 100%;
	float: left; /* zorgt ervoor dat de rest rechts van dit blok komt te staan ipv er onder */
	z-index: 3;
}

#content 
{
	background-color: #ffffff;
	height: auto; /* geen vaste height meegeven ! */
	margin: 0px 200px 0 250px; /* margins boven, rechts, onder, links van de rand - waarde moet gelijk zijn aan breedte van navigation en extra!! */
	padding-top: 18px;
	padding-bottom: 35px;
}

#navigation 
{
	background-color: #fff;
	height: 100%;
	width: 210px; /* waarde moet overeenkomen met  linker margin van content!! */
	float: left; /* zorgt ervoor dat de rest rechts van dit blok komt te staan ipv er onder */
	margin-left: -960px; /* zorgt ervoor dat deze blok bovenaan LINKS komt te staan - waarde moet gelijk zijn aan breedte van container!! */
	padding-top: 18px;
	padding-bottom: 35px;
}

#extra 
{
	background-color: #fff;
	height: auto;
	width: 180px; /* waarde moet overeenkomen met rechter margin van content!! */
	float: left; /* zorgt ervoor dat de rest rechts van dit blok komt te staan ipv er onder */
	margin-left: -180px; /* zorgt ervoor dat deze blok bovenaan RECHTS komt te staan - waarde moet gelijk zijn aan breedte van zichzelf!! */
	padding-top: 18px;
	padding-bottom: 35px;
}

#footer 
{
	width: 960px;
	height: 223px;
	clear: left;
	color: #afafb0;
	background: url(/content/images/footer_bg.gif) no-repeat center top;
	padding: 12px 0px 0px 0px;
}

/* algemene opmaak */

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: underline;
	color: #8bc302;	
}

a.link
{
color:#666;
font-size: 1.0em;
line-height: 1.3em;
background: url(/content/images/link.gif) no-repeat top left;
padding: 0px 0px 0px 19px;
text-decoration: underline;
}

a.link:hover
{
color:#8bc302;
text-decoration: none;
}

.hr
{
 /*border-bottom: 1px solid #969698;*/
 	background: url(/content/images/stippellijn.gif) repeat-x left bottom;
	height: 1px;
}


/* specifieke opmaak topnav */

#topnav_sprite_EN
{
	width: 735px; 
	height: 32px;
	background: url(/content/images/topnav_sprite_EN.gif);
	margin: 0; 
	padding: 0;
	position: relative;
}

#topnav_sprite_IT
{
	width: 735px; 
	height: 32px;
	background: url(/content/images/topnav_sprite_IT.gif);
	margin: 0; 
	padding: 0;
	position: relative;
}

#topnav_sprite_ES
{
	width: 735px; 
	height: 32px;
	background: url(/content/images/topnav_sprite_ES.gif);
	margin: 0; 
	padding: 0;
	position: relative;
}

#topnav_sprite_NL
{
	width: 735px; 
	height: 32px;
	background: url(/content/images/topnav_sprite_NL.gif);
	margin: 0; 
	padding: 0;
	position: relative;
}

#topnav_sprite_FR
{
	width: 735px; 
	height: 32px;
	background: url(/content/images/topnav_sprite_FR.gif);
	margin: 0; 
	padding: 0;
	position: relative;
}

#topnav_sprite_DE
{
	width: 735px; 
	height: 32px;
	background: url(/content/images/topnav_sprite_DE.gif);
	margin: 0; 
	padding: 0;
	position: relative;
}



	
#topnav
{
	position: relative;
	z-index: 3;
}

/* Sprite EN */
#topnav_sprite_EN li 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
	
#topnav_sprite_EN li 
{
	
	display: block;
	text-transform: lowercase;
}

#topnav_sprite_EN a 
{
	height: 32px; 
	display: block;
	text-transform: lowercase;
}

/* Sprite ES */
#topnav_sprite_ES li 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
	
#topnav_sprite_ES li 
{
	
	display: block;
	text-transform: lowercase;
}

#topnav_sprite_ES a 
{
	height: 32px; 
	display: block;
	text-transform: lowercase;
}

/* Sprite IT */
#topnav_sprite_IT li 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
	
#topnav_sprite_IT li 
{
	
	display: block;
	text-transform: lowercase;
}

#topnav_sprite_IT a 
{
	height: 32px; 
	display: block;
	text-transform: lowercase;
}

/* Sprite NL */
#topnav_sprite_NL li 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
	
#topnav_sprite_NL li 
{
	
	display: block;
	text-transform: lowercase;
}

#topnav_sprite_NL a 
{
	height: 32px; 
	display: block;
	text-transform: lowercase;
}

/* Sprite FR */
#topnav_sprite_FR li 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
	
#topnav_sprite_FR li 
{
	
	display: block;
	text-transform: lowercase;
}

#topnav_sprite_FR a 
{
	height: 32px; 
	display: block;
	text-transform: lowercase;
}

/* Sprite DE */
#topnav_sprite_DE li 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
	
#topnav_sprite_DE li 
{
	
	display: block;
	/*text-transform: lowercase;*/
}

#topnav_sprite_DE a 
{
	height: 32px; 
	display: block;
	/*text-transform: lowercase;*/
}


/* topnav hover EN */
#topnav1_EN {left: 0; width: 247px;}
#topnav2_EN {left: 247px; width: 247px;}
#topnav3_EN {left: 492px; width: 247px;}

#topnav1_EN a:hover {background: transparent url(/content/images/topnav_sprite_EN.gif) 0 -34px no-repeat;}
#topnav2_EN a:hover {background: transparent url(/content/images/topnav_sprite_EN.gif) -247px -34px no-repeat;}
#topnav3_EN a:hover {background: transparent url(/content/images/topnav_sprite_EN.gif) -492px -34px no-repeat;}

#topnav1_EN ul,
#topnav2_EN ul,
#topnav3_EN ul
{	
	padding-left: 0px;
	background: url(/content/images/menu_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 0px;
	display: none;
}

#topnav1_EN ul li,
#topnav2_EN ul li,
#topnav3_EN ul li
{	
	position: relative;	
	width: 243px;	
	background: url(/content/images/stippellijn.gif) repeat-x left bottom;	
}

#topnav1_EN ul li a,
#topnav2_EN ul li a,
#topnav3_EN ul li a
{
	display: block;
	width: 199px;	
	padding: 5px 20px 8px 24px;
	text-decoration: none;
	height: auto;
}

#topnav1_EN ul li a:hover,
#topnav2_EN ul li a:hover,
#topnav3_EN ul li a:hover
{
	color: #FFF;
	background: url(/content/images/nav_level1.gif) no-repeat center right;
	padding: 5px 20px 8px 24px;
	height: auto;
}

/* topnav hover IT */
#topnav1_IT {left: 0; width: 247px;}
#topnav2_IT {left: 247px; width: 247px;}
#topnav3_IT {left: 492px; width: 247px;}

#topnav1_IT a:hover {background: transparent url(/content/images/topnav_sprite_IT.gif) 0 -34px no-repeat;}
#topnav2_IT a:hover {background: transparent url(/content/images/topnav_sprite_IT.gif) -247px -34px no-repeat;}
#topnav3_IT a:hover {background: transparent url(/content/images/topnav_sprite_IT.gif) -492px -34px no-repeat;}

#topnav1_IT ul,
#topnav2_IT ul,
#topnav3_IT ul
{	
	padding-left: 0px;
	background: url(/content/images/menu_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 0px;
	display: none;
}

#topnav1_IT ul li,
#topnav2_IT ul li,
#topnav3_IT ul li
{	
	position: relative;	
	width: 243px;	
	background: url(/content/images/stippellijn.gif) repeat-x left bottom;	
}

#topnav1_IT ul li a,
#topnav2_IT ul li a,
#topnav3_IT ul li a
{
	display: block;
	width: 199px;	
	padding: 5px 20px 8px 24px;
	text-decoration: none;
	height: auto;
}

#topnav1_IT ul li a:hover,
#topnav2_IT ul li a:hover,
#topnav3_IT ul li a:hover
{
	color: #FFF;
	background: url(/content/images/nav_level1.gif) no-repeat center right;
	padding: 5px 20px 8px 24px;
	height: auto;
}

/* topnav hover ES */
#topnav1_ES {left: 0; width: 247px;}
#topnav2_ES {left: 247px; width: 247px;}
#topnav3_ES {left: 492px; width: 247px;}

#topnav1_ES a:hover {background: transparent url(/content/images/topnav_sprite_ES.gif) 0 -34px no-repeat;}
#topnav2_ES a:hover {background: transparent url(/content/images/topnav_sprite_ES.gif) -247px -34px no-repeat;}
#topnav3_ES a:hover {background: transparent url(/content/images/topnav_sprite_ES.gif) -492px -34px no-repeat;}

#topnav1_ES ul,
#topnav2_ES ul,
#topnav3_ES ul
{	
	padding-left: 0px;
	background: url(/content/images/menu_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 0px;
	display: none;
}

#topnav1_ES ul li,
#topnav2_ES ul li,
#topnav3_ES ul li
{	
	position: relative;	
	width: 243px;	
	background: url(/content/images/stippellijn.gif) repeat-x left bottom;	
}

#topnav1_ES ul li a,
#topnav2_ES ul li a,
#topnav3_ES ul li a
{
	display: block;
	width: 199px;	
	padding: 5px 20px 8px 24px;
	text-decoration: none;
	height: auto;
}

#topnav1_ES ul li a:hover,
#topnav2_ES ul li a:hover,
#topnav3_ES ul li a:hover
{
	color: #FFF;
	background: url(/content/images/nav_level1.gif) no-repeat center right;
	padding: 5px 20px 8px 24px;
	height: auto;
}

/* topnav hover NL */
#topnav1_NL {left: 0; width: 247px;}
#topnav2_NL {left: 247px; width: 247px;}
#topnav3_NL {left: 492px; width: 247px;}

#topnav1_NL a:hover {background: transparent url(/content/images/topnav_sprite_NL.gif) 0 -34px no-repeat;}
#topnav2_NL a:hover {background: transparent url(/content/images/topnav_sprite_NL.gif) -247px -34px no-repeat;}
#topnav3_NL a:hover {background: transparent url(/content/images/topnav_sprite_NL.gif) -492px -34px no-repeat;}

#topnav1_NL ul,
#topnav2_NL ul,
#topnav3_NL ul
{	
	padding-left: 0px;
	background: url(/content/images/menu_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 0px;
	display: none;
}

#topnav1_NL ul li,
#topnav2_NL ul li,
#topnav3_NL ul li
{	
	position: relative;	
	width: 243px;	
	background: url(/content/images/stippellijn.gif) repeat-x left bottom;	
}

#topnav1_NL ul li a,
#topnav2_NL ul li a,
#topnav3_NL ul li a
{
	display: block;
	width: 199px;	
	padding: 5px 20px 8px 24px;
	text-decoration: none;
	height: auto;
}

#topnav1_NL ul li a:hover,
#topnav2_NL ul li a:hover,
#topnav3_NL ul li a:hover
{
	color: #FFF;
	background: url(/content/images/nav_level1.gif) no-repeat center right;
	padding: 5px 20px 8px 24px;
	height: auto;
}

/* topnav hover FR */
#topnav1_FR {left: 0; width: 247px;}
#topnav2_FR {left: 247px; width: 247px;}
#topnav3_FR {left: 492px; width: 247px;}

#topnav1_FR a:hover {background: transparent url(/content/images/topnav_sprite_FR.gif) 0 -34px no-repeat;}
#topnav2_FR a:hover {background: transparent url(/content/images/topnav_sprite_FR.gif) -247px -34px no-repeat;}
#topnav3_FR a:hover {background: transparent url(/content/images/topnav_sprite_FR.gif) -492px -34px no-repeat;}

#topnav1_FR ul,
#topnav2_FR ul,
#topnav3_FR ul
{	
	padding-left: 0px;
	background: url(/content/images/menu_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 0px;
	display: none;
}

#topnav1_FR ul li,
#topnav2_FR ul li,
#topnav3_FR ul li
{	
	position: relative;	
	width: 243px;	
	background: url(/content/images/stippellijn.gif) repeat-x left bottom;	
}

#topnav1_FR ul li a,
#topnav2_FR ul li a,
#topnav3_FR ul li a
{
	display: block;
	width: 199px;	
	padding: 5px 20px 8px 24px;
	text-decoration: none;
	height: auto;
}

#topnav1_FR ul li a:hover,
#topnav2_FR ul li a:hover,
#topnav3_FR ul li a:hover
{
	color: #FFF;
	background: url(/content/images/nav_level1.gif) no-repeat center right;
	padding: 5px 20px 8px 24px;
	height: auto;
}

/* topnav hover DE */
#topnav1_DE {left: 0; width: 247px;}
#topnav2_DE {left: 247px; width: 247px;}
#topnav3_DE {left: 492px; width: 247px;}

#topnav1_DE a:hover {background: transparent url(/content/images/topnav_sprite_DE.gif) 0 -34px no-repeat;}
#topnav2_DE a:hover {background: transparent url(/content/images/topnav_sprite_DE.gif) -247px -34px no-repeat;}
#topnav3_DE a:hover {background: transparent url(/content/images/topnav_sprite_DE.gif) -492px -34px no-repeat;}

#topnav1_DE ul,
#topnav2_DE ul,
#topnav3_DE ul
{	
	padding-left: 0px;
	background: url(/content/images/menu_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 0px;
	display: none;
}

#topnav1_DE ul li,
#topnav2_DE ul li,
#topnav3_DE ul li
{	
	position: relative;	
	width: 243px;	
	background: url(/content/images/stippellijn.gif) repeat-x left bottom;	
}

#topnav1_DE ul li a,
#topnav2_DE ul li a,
#topnav3_DE ul li a
{
	display: block;
	width: 199px;	
	padding: 5px 20px 8px 24px;
	text-decoration: none;
	height: auto;
}

#topnav1_DE ul li a:hover,
#topnav2_DE ul li a:hover,
#topnav3_DE ul li a:hover
{
	color: #FFF;
	background: url(/content/images/nav_level1.gif) no-repeat center right;
	padding: 5px 20px 8px 24px;
	height: auto;
}





/* specifieke opmaak navigation */
#navigation ul {margin: 0px; padding: 0px;}
#navigation ul li {width: 210px; display: block; float: left; background: url(/content/images/stippellijn.gif) repeat-x left top;}
#navigation ul li a {width: 180px; padding: 4px 20px 5px 10px; display: block; float: left; text-decoration: none;}
#navigation ul li.selected a {color: #FFF; background: url(/content/images/nav_level1.gif) no-repeat center right;}
#navigation ul li a:hover {color: #FFF; background: url(/content/images/nav_level_hover.gif) no-repeat center right;}

#navigation ul li ul li {width: 210px; display: block; background: url(/content/images/stippellijn.gif) repeat-x top left; }
#navigation ul li ul li a {width: 170px; padding: 4px 20px 5px 20px; color:#666;}
#navigation ul li.selected ul li a{ background: none; color:#666;}
#navigation ul li.selected ul li.selected a{ color: #666; background: url(/content/images/nav_level2.gif) no-repeat center right; }
#navigation ul li ul li a:hover{ color: #666; background: url(/content/images/nav_level_hover.gif) no-repeat center right; }

#navigation ul li ul li ul li {width: 210px; display: block; background: url(/content/images/top.gif) repeat-x bottom left; }
#navigation ul li ul li ul li a {width: 150px; padding: 4px 20px 5px 40px; color:#666;}
#navigation ul li ul li ul li a:hover{color: #666; background: url(/content/images/nav_level3.gif) no-repeat center right;}
#navigation ul li.selected ul li.selected ul li a{ background: none; color:#666;}
#navigation ul li.selected ul li.selected ul li a:hover{ color: #666; background: url(/content/images/nav_level3.gif) no-repeat center right;}
#navigation ul li.selected ul li.selected ul li.selected a{color: #666; background: url(/content/images/nav_level_hover.gif) no-repeat center right;}

#navigation  span.menu_title
{
color: #8bc302;
font-size: 1.6em;
font-weight: normal;
line-height: 1.1em;
margin-bottom: 10px;
padding: 0px 10px 10px 12px;
/*background: url(/content/images/stippellijn.gif) repeat-x left bottom;*/
width:190px;
display: block;
}

/* specifieke opmaak content */
#content a
{
text-decoration: underline;
color: #666;
}

#content a:hover
{
text-decoration: none;
color: #8bc302;	
}

#content h1
{
	color: #8bc302;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 10px;
}

#content h2
{
	color: #8bc302;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 20px;
}

#content h3
{
	color: #666;
	font-size: 1.0em;
	font-weight: bold;
}

#content p
{
	margin-bottom: 15px;
}

#content img.left
{
	float: left;
	margin: 5px 15px 5px 0px;
}

#content img.right
{
	float: right;
	margin: 5px 0px 5px 15px;
}

#content img
{
	padding: 1px;
	border: 1px solid #8bc302;
}

#content img.mime, #content img.noborder
{
	border: 0px;
}

#content ul li
{
	list-style: none url(/content/images/li.gif);
	line-height: 2.0em;	
}

input, textarea
{
	border: 1px solid #e4e4e4;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.0em;
	padding: 2px 2px 2px 5px;
}

input.button
{
	background-color: #8bc302;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.0em;
	padding: 2px 7px 2px 7px;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

input.noborder
{
	border: 0px;
}


#content table.border
{
	border-left: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#content table td
{
	color: #666;
	vertical-align: top;
}

#content table.border td
{
	border-right: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	margin: 0px;
	padding: 3px;
	vertical-align: top;			
}

#content table.border td.digits
{
	border-right: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	margin: 0px;
	padding: 3px;
	text-align: right;
	vertical-align: top;		
}

#content table.border th
{
	border-right: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	margin: 0px;
	padding: 3px;
	background-color: #8bc302;	
	color: #FFF;
	font-weight: bold;
	text-align: left;
	vertical-align: top;	
}

#content .imagetext img
{
	margin: 10px
}

/* specifieke opmaak extra */
#extra_block
{
	background: url(/content/images/extra_block.gif) no-repeat bottom;
	width: 180px;
	float: left;
	overflow: hidden;
}

#extra h1
{
	background: url(/content/images/extra_h1.gif) no-repeat top;
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

#extra h2
{
color: #666;
font-size: 1.0em;
font-weight: bold;
padding: 5px 5px 5px 10px;
}

#extra p
{
padding: 5px 5px 0px 10px;
}

#extra table
{
margin-left: 10px;
}

#extra ul
{
margin-top: 3px;
margin-bottom: 3px;
}

#extra ul li
{
list-style: none url(/content/images/link.gif);
line-height: 2.0em;
padding-right: 5px;
}

/* specifieke opmaak footer  */
#footer p
{
	padding:  0px;
	margin: 0px;
}

#footer a
{
	color: #afafb0;
}

#footer #footer_left
{
	float: left;
	padding-left: 15px;
	padding-right: 50px;
    width: 740px;

}
#footer #footer_right
{
	text-align: right;
	padding-right: 15px;

}

span.alert
{
	background-image: url(/content/images/alert.gif);
	background-repeat: no-repeat;	
	height: 23px;
	line-height: 25px;
	padding-left: 30px;
	display: block;	
}

#product_advisor
{
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;	
}

div.imgrow
{
	float: left;
	display: none;
	text-align: center;	
	width: 100%;
	background: url(/content/images/stippellijn.gif) repeat-x left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ui-dialog
{	
	display: none;
}

span.ecca
{
	color: #8bc302;
}


