#container	{ width: 800px;
		   height: 600px;
		   position: absolute;
		   margin-left: -400px;
		   left: 50%; }

#content		{ z-index: 1; 
		  position: absolute;
		  top: 100px; 
		  left: 1px; }

#logo		{ position: absolute; 
		  top: -5px; }

#navigatie	{ font-family: Century Gothic; 
		   color: white; 
		   font-size: 12pt; 
		   position: absolute;
		   top: 50px;
		   left: 400px; }

#navigatie ul	{ list-style: none; }

#navigatie li	{ float: left; 
		  margin-left: 20px; }

#navigatie a:link	{ color: white; 
		  text-decoration: none; }

#navigatie a:visited		{ color: white;
			   text-decoration: none; }

#navigatie a:hover	 { background: #d1a619; }

#navigatie a:active		{ color: black; }

#contentimg	{ position: absolute;
		   left: 50px;
		   top: 50px;  }

#text		{ position: absolute;
		  top: 50px;
		  left: 290px; 
		  font-family: arial; 
		  color: white;
		  font-size: 10pt; }

#text h2		{ font-family: "Century Gothic"; 
		   font-size: 28pt; 
		   font-weight: lighter; }

#text a:link	{ color: white;
		   text-decoration: underline; }

#text a:visited	{ color: white;
		  text-decoration: underline; }

#text a:hover	{ color: #d1a619; 
		   text-decoration: none; }
