body {
 	font-family: Verdana, Helvetica, Arial, sans-serif;
			color: #000000;
	   	font-size: 16px;
	   	
	background-color: #FFF;
}
	   
#wrapper {
	text-align: left;
	width:1100px;
	margin: 0 auto;
	background: #FFF; 
}
 
#left {
float:left; 
width: 300px;
padding: 5px;
	background: #FFF; 
}

#right {
	float:right;
	width: 700px;
     padding-top: 100px;
     background: #FFF; 
}
.oranje{
	color: #EA6911;}
	
	.oranjegr{
	color: #EA6911;
	font-size: 20px;
	}
/* Some stylesheet reset */
#cssmenu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
	background: #FFFFFF;
}

/* The container */
#cssmenu > ul {
	display: block;
	position: relative;
	width: 150px;
	background: #FFFFFF;
		font-family: Helvetica, Arial, sans-serif;
		
	font-size: 14px;
}

	/* The list elements which contain the links */
	#cssmenu > ul li {
		display: block;
		position: relative;
		margin: 10px;
		padding: 0;
		width: 150px;	
		background: #FFFFFF;
	}

		/* General link styling */
		#cssmenu > ul li a {
			/* Layout */
			display: block;
			position: relative;
			margin: 0;
		/*	border-top: 1px dotted #3a3a3a;
			border-bottom: 1px dotted #1b1b1b;
			padding: 11px 20px;
			width: 110px;*/

			/* Typography */
			font-family: Helvetica, Arial, sans-serif;
			color: #000000;
	   	font-size: 16px;
	   	 line-height:  28px;
	   	 text-decoration: none;
	   	 			font-weight: 300;
			

			/* Background & effects  
			background: #FFFFFF; */
			background: #B1DEDD; 
		}

		/* Rounded corners for the first link of the menu/submenus */
	

		/* The arrow indicating a submenu */
		#cssmenu > ul .has-sub>a::after {
			content: '';
			position: absolute;
			top: 16px;
			right: 10px;
			width: 0px;
			height: 0px;
			
 
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		#cssmenu > ul .has-sub>a::before {
			content: '';
			position: absolute;
			top: 17px;
			right: 10px;
			width: 0px;
			height: 0px;
 
		}

		/* Changing the color of the arrow on hover */
		

	
		/* THE SUBMENUS */
		#cssmenu > ul ul {
			position: absolute;
			left: 150px;
			top: -9999px;
			padding-left: 5px;
				margin-top: 1px;
		}

		/* Showing the submenu when the user is hovering the parent link */
		#cssmenu > ul li:hover>ul {
			top: 14px;
			opacity: 1;
			
		}
		#cssmenu > ul li ul li   {
			margin-top: 1px;
	 }
		#cssmenu > ul li ul li a {
			background: #FFFFFF;}
		#cssmenu > ul li ul li a:hover {
		background-color: #B1DEDD; 
			
		}
		.speech-bubble {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000; 
  width: 190px;
  height: 28px;
  line-height:  20px; /* vertically center */
  color: white;
  text-align: left;
  border-radius: 1px;
  font-family: sans-serif;
}
.speech-bubble:hover{ 
  background-color: #B1DEDD; 
}
.speech-bubble:after {
	background-color: #FFFFFF;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid;
}
 
.speech-bubble-right:after {
  border-left-color: #000000;
  left: 100%;
  top: 50%;
  margin-top: -15px;
} 
a { display: inline-block; }
img { border: 1; display: block; }
a:hover { background: #3fc;  }
a:hover img { 
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}