#adres {
	position: absolute;
	display: block;
	top: 180px;
	left: 0;
	width: 200px;
	height: 63px;
	background: url(../images/adres_fr_bg.jpg) no-repeat;
}

#flashbanner {
	width: 620px;
	height: 330px;
	/* height: 184px;  */
	top: 20px;
	left: 20px;
	position: relative;
	display: block;
	background: url(../images/flash_bg.jpg) no-repeat;
}

/* @group MenuBalk */
#menubalk {
	width: 620px;
	height: 40px;
	top: 350px;
	left: 20px;
	position: absolute;
	display: block;
	background-color: #2e71a6;
}

#menubalk ul {
	margin: 0 0 0 250px;
	padding: 0px;
	width: 370px;
	height: 40px;
}

#menubalk li {
	display:  inline;
	padding: 0;
	list-style-type: none;
	float: left;
	text-indent: -9999px;
}

.menuspacer {
	width: 5px;
	height: 40px;
	background: transparent url(../images/menu_spacer.jpg) no-repeat;
	overflow: hidden;
}

#menubalk li a {
	display: block;
	background: transparent url(../images/menu_bg_fr.jpg) no-repeat;
	overflow: hidden;
}

#menuitem_03 a 								{width: 101px; height: 40px;}
#menuitem_03 a:link, #menuitem_03 a:visited {background-position: -250px 0;}
#menuitem_03 a:hover, #menuitem_03 a:focus 	{background-position: -250px -40px;}
#menuitem_03 a:active 						{background-position: -250px -80px;}

#menuitem_05 a 								{width: 56px; height: 40px;}
#menuitem_05 a:link, #menuitem_05 a:visited {background-position: -356px 0;}
#menuitem_05 a:hover, #menuitem_05 a:focus 	{background-position: -356px -40px;}
#menuitem_05 a:active 						{background-position: -356px -80px;}

#menuitem_06 a 								{width: 59px; height: 40px;}
#menuitem_06 a:link, #menuitem_06 a:visited {background-position: -419px 0;}
#menuitem_06 a:hover, #menuitem_06 a:focus 	{background-position: -419px -40px;}
#menuitem_06 a:active 						{background-position: -419px -80px;}

#menuitem_07 a 								{width: 69px; height: 40px;}
#menuitem_07 a:link, #menuitem_07 a:visited {background-position: -481px 0;}
#menuitem_07 a:hover, #menuitem_07 a:focus 	{background-position: -481px -40px;}
#menuitem_07 a:active 						{background-position: -481px -80px;}

#menuitem_08 a 								{width: 65px; height: 40px;}
#menuitem_08 a:link, #menuitem_08 a:visited {background-position: -555px 0px;}
#menuitem_08 a:hover, #menuitem_08 a:focus 	{background-position: -555px -40px;}
#menuitem_08 a:active 						{background-position: -555px -80px;}

/* @end */

#inhoud {
	width: 620px;
	height: auto;
	position: absolute;
	top: 390px;
	left: 20px;
	display: block;
	background: #dfeaee;
}


/* @group Links */

#links {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 220px;
}

#links ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#links a:link, #links a:visited	{text-decoration: none; color: #2e71a6;}
#links a:hover, #links a:focus 	{text-decoration: underline; color: orange;}
#links a:active 					{color: red;}



/* @end */
