#logo_linksboven {
	width: 212px;
	height: 120px;
	top: 0px;
	left: 20px; 
	background-image: url(hm_images/logolb5.jpg);

	position: absolute;
}


#nieuwsflash {
	width: 400px;
	height: 50px;
	top: 10px;
	left: 300px;	
	border: 1px solid black;
	position: absolute;
}

/* ################################### */
/* #### OPMAAK VOOR HET HOOFDMENU #### */
/* ################################### */
#hoofdmenu_container {
	position: relative;
	width: 970px;
	height: 190px;
	background-color: #960000;
	border: 0px solid yellow;
	/*border-left: 1px solid black; border-right: 1px solid black;*/
	color: white;
}


#hoofdmenu_items_balk {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	width: 942px;
	height: 30px;
	top: 125px;
	left: 5px;	
	background-color: #960000;
	background-image: url(hm_images/hm_subm_bgr.jpg);
	font-size: 11px; 
	font-weight: bold;
	font-style: italic;	
}


/* opmaak individuele hoofdmenu_items */ 
#hoofdmenu_items_balk div {
	position: relative;
	float: left;
	width: 15;
	height: 30px;
	background-image: url(hm_images/hm_bgr.jpg);
	text-align: center;
}


/* beginstuk van het hoofdmenu */
#hoofdmenu_items_balk #begin {
	width: 15px;
	background-image: url(hm_images/hm_begin.jpg);
}


/* opmaak voor text hoofdmenu items (vb: Nieuws - Organisaties) */
#hoofdmenu_items_balk div div {
	top: 2px;
	background-image: none;
}


/* opmaak voor tussenstuk hoofdmenu */
#hoofdmenu_items_balk .hoofdmenu_tussenstuk {
	width: 15px;
	background-image: url(hm_images/hm_tst.jpg);
}


/* eindstuk van het laaste hoofdmenu item */
#hoofdmenu_items_balk #e {
	width: 22px;
	background-image: url(hm_images/hm_e2.jpg);
}


/* eindstuk van het hoofdmenu item */
#hoofdmenu_items_balk #einde {
	position: absolute;
	right: 0px;
	width: 22;
	height: 30px;
	background-image: url(hm_images/hm_einde.jpg);
	text-align: center;
}


/* ################################### */
/* ##### OPMAAK VOOR HET subMENU ##### */
/* ################################### */

#submenu_items_balk {
	position: absolute;
	width: 942px;
	height: 23px;
	top: 155px;
	left: 5px;
	font-size: 10px;	
}


/* opmaak voor beginstuk van het submenu */
#submenu_items_balk #submenu_begin {
	position: relative;
	float: left;
	width: 16;
	height: 23px;
	background-image: url(hm_images/subm_begin.jpg);
	text-align: center;
}


/* opmaak inhoud-container submenu (tussen submenu_begin & submenu_einde) */
#submenu_items_balk #submenu_inhoud {
	position: relative;
	float: left;
	width: 904px;
	height: 23px;
	text-align: center;
	background-image: url(hm_images/subm_achtergrond.jpg);
}


/* opmaak test in inhoud-container submenu */
#submenu_items_balk #submenu_inhoud div {
	position: relative;
	width: 904px;
	top: -2px;
	display: none;
}
/*#submenu_items_balk #submenu_inhoud div */
#hoofdmenu_container a:link, #hoofdmenu_container a:visited {
	color: white;
	text-decoration: none;
}
/*#submenu_items_balk #submenu_inhoud div a:hover{
	color: white;
	text-decoration: underline;
}*/
#hoofdmenu_container a:hover{
	color: white;
	text-decoration: underline;
}

/* opmaak voor eindstuk van het submenu */
#submenu_items_balk #submenu_einde {
	position: relative;
	float: left;
	width: 22;
	height: 23px;
	top: 0px;
	background-image: url(hm_images/subm_einde.jpg);
	text-align: center;
}