.default_opmaak {
	font-family: Tahoma, "Times New Roman", Arial, Verdana;
	font-size: 10px;
	color: #333333;
}

	a{
		color:#333333;
		text-decoration:underline;
	}
	body{
		font-size: 10px;
		text-align:left;
		background-color:#000000;
		background-image:url(../beeld/opmaak/background.jpg);
		background-position:top;
		background-repeat:no-repeat;
		font-family: Tahoma, Times New Roman, Verdana, Arial;
		margin:0px;
	}
	img{
		border:0px;
	}
	#mainContainer{
		width:0px;
		margin:0px;
		text-align:right;
	}
	
	#leftContainer{
		width:0px;
		float:left;
	}
	
	#contentContainer{
		width:94px;
		float:left;
	}
	.ad{
		clear:both;
		text-align:left;
		padding:0px;
	}	
	
	/* END DEMO CSS */
	#everloo_menu{		
		width:94px;	/* Width of main menu */
		
	}
	#everloo_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#everloo_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:2px;	/* No <ul> air */
	}
	#everloo_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}
	#everloo_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#333333;	/* Black text color */
		
		height:6px;	/* 20 pixel height */
		line-height:2px;	/* 20 pixel height */
		vertical-align:left;	/* Align text in the middle */
		border:0px;	/* Black border */
		padding:8px;	/* Air between border and text inside */
		
		display:block;
	}
	#everloo_menu	li a:hover,#everloo_menu .activeMainMenuItem{
		background-color:#feebc0;
		color:#333333;

	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:0px;
		background-color:#fef2d6;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#333333;	/* Black text color */
		
		height:6px;	/* 16 pixels height */
		line-height:2px;	/* 16 pixels height */
		padding:8px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#333333;
		background-color:#feebc0;
	}

