body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #666666; /* de grijze achtergrond van de pagina */
	margin: 0 0 0;
	padding: 0;
	text-align: center;
	color: #E6E6E6;
}	
#header  {
	padding: 0 0px;
	text-align: center;
	height: 30px;
} 

	/* fontkleur en stijl voor de links */
a {
	font-weight:bold;
	color:#FFFF00;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	/* fontkleur en stijl voor de rollover */
a:hover {
	color:#FFF;
}
	
#container  {
	width: 945px;
	background: #000; /* hierin zitten alle drie de kolommen, en de achtergrond is wit */
	margin: 0 auto;
	text-align: center
}

#kolom1  {
	float: left;
	width: 295px;
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align: left;
}
#kolom2  {
	padding-bottom: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 315px;
	background-color: #666; /* de zwarte achtergrond wordt net als de tekst door de rechter en linkermarge ingesloten */
	color: #FFFFFF;
	padding: 14px 10px;
	
} 
#kolom12  {
	padding-bottom: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #000000; /* de zwarte achtergrond wordt net als de tekst door de rechter en linkermarge ingesloten */
	color: #FFFFFF;
	padding: 14px 10px;
	
} 
#kolom3  {
	float: right;
	width: 190px;
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
	font-size: 0.9em;
}

.burozino {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.omschr_form {
	font-size: 12px;
}
.unnamed1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.linkslijnendbox {
	width: 400px;
	padding-left: 150px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;

}
/* Het 100% CSS menu */	
	/*remove the indents and bullets from the unordered list and define the width of menu items*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande CE", "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Arial";
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}

/*close the menu by adding the missing border to the bottom of the list*/

/*float transforms the first-level list into a horizontal menu bar, position list items as relative, because we will need to position the sub-menus absolutely within them*/
ul li {
	float: left;
	position: relative;
	width: 105px;
	
	}
	
/*each sub-menu to appear below its parent menu item when item is hovered over. Using the ?left? and ?top? attributes, absolutely position each sub-menu within its parent menu item minus 1 px border, set display to ?none? */	
li ul {
	position: absolute;
	left: 0;
	display: none;
	top: -1px;
	}

/*CSS to reset the top and left properties on all but IE*/	
li > ul {
	top: auto;
	left: auto;
	}
	
/*Styling of the links; display is set to 'block' for each link to take up all the available space of its containing list item*/
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
	padding: 10px 3px;
	border: 1px solid #FFF;
	
	}

/* Hover Styles */
ul li a:hover { color: #E2144A; background: #f9f9f9; } 
		
/* Sub Menu Styles */
li ul li a { 
	} 

/*IE Win interprets the line breaks between our nicely formatted HTML list items as white space, so menu items don?t stack up*/
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/*makes sub-menus appear when we hover over the menu items*/
li:hover ul , li.over ul {
	display: block; 
	}
/*li.over makes IE/Win allow the :hover pseudo-class to be applied via external javascript*/

/*because the lists are floated left, the content underneath it needs to be set free of the floating*/
#content {
	clear: left;
}

/* einde CSS menu */	
p {
	font-weight: normal;
}
.normaal {
	font-style: normal;
	font-weight: normal;
}
