

* {margin:0; padding:0;} 
body {
	font-family: verdana, arial, sans-serif;
	font-size:100%;
	behavior:url(csshover.htc);
	margin-bottom:100px;
	padding-bottom:100px;
	background-color:#ffffff;

}

/*background*/
div#background_home {
	position:absolute;
	top:100px;
	left:0px;
	} 
	
	
/*buttons*/
div#azem_name {
	position:absolute;
	top:50px;
	left:50px;
	} 
	
#azem_name a {
	background-color:#ffffff;
	color:#000000;
	padding-left:6px;
	padding-right:26px;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:32px;
	}
	
#azem_name a:hover {
	color:#b70000;
	}
	
div#design_name a {
	position:absolute;
	top:80px;
	left:50px;
	background-color:#ffffff;
	color:#b70000;
	padding-left:6px;
	padding-right:26px;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:32px;
	z-index: 200;
	} 
	

	
div#vormgeving_name a {
	position:absolute;
	top:110px;
	left:71px;
	background-color:#ffffff;
	color:#000000;
	padding-left:6px;
	padding-right:26px;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:32px;
	} 
	
#vormgeving_name a:hover {
	color:#b70000;
	}
	
div#links {
	position:absolute;
	top:350px;
	left:450px;
	} 
	
#links a {
	background-color:#ffffff;
	color:#000000;
	padding-left:6px;
	padding-right:26px;
	text-decoration:none;
	font-family:arial;
	font-size:32px;
	font-weight:bold;
	}
	
#links a:hover {
	background-color:#b70000;
	}
	
div#text_links {
	position:absolute;
	top:550px;
	left:50px;
	}
	
#text_links a {
	color:#979797;
	text-decoration:none;
	font-family:verdana;
	font-size:11px;
	}
	
#text_links {
	color:#979797;
	text-decoration:none;
	font-family:verdana;
	font-size:11px;
	}

div#contact {
	position:absolute;
	top:400px;
	left:400px;
	} 
	
#contact a {
	background-color:#ffffff;
	color:#000000;
	padding-left:6px;
	padding-right:26px;
	text-decoration:none;
	font-family:arial;
	font-size:32px;
	font-weight:bold;
	}
	
#contact a:hover {
	background-color:#b70000;
	}
	



/* MAIN MENU */
/* the horizontal menu starts here */
div#listmenu {
	width:200px; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #ffffff;	/* draws line on top edge of div */
	border-bottom:1px solid #ffffff;	 /* draws line on bottom edge of div */
	font-size:30px;	/* SET FONT-SIZE HERE */
	font-family: arial;
	font-weight:bold;
	background-color:#ffffff; /* colors the div */
	margin-top:250px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	position:absolute;
	left:300px;
	top:0px;
	z-index:100;
	padding:0px;
	color:#000000;
	}
div#listmenu ul {margin:0 0 0 0px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#ffffff; /*sets the background of the menu items */
	border-left:1px solid #ffffff; /* creates dividing lines between the li elements */
	padding:0px;
	}
div#listmenu li:first-child {
	border-left:1px solid #ffffff; /*the first vertical line on the menu */
	}
	
div#listmenu a {
	display:block;
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ffffff;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#000000;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:198px; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	top:34px;
	font-size:11px;
	font-family: verdana;
	font-weight:normal;
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #b70000; /*  three sides of each drop-down item */
	border-bottom:1px solid #b70000;
	border-right:1px solid #b70000;
    background-color:#b70000;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #b70000; /*the top edge of the dropdown */
	}
div#listmenu ul li ul li:hover { 
	background-color:#ffffff; /*sets the background of the menu items */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu {
	position:absolute;
	left:300px;
	top:0px;
	}
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:0px solid #b70000; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #b70000;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF MAIN MENU */








