  /* nav */
      a:link   {font-family: georgia; font-size: 10px; text-decoration: none; color: #666666;}
      a:visited { font-family: georgia; font-size: 10px; text-decoration: none; color: #666666; }
      a:active { font-family: georgia; font-size: 10px; text-decoration: none ; }
      a:hover  { font-family: georgia; font-size: 10px; text-decoration: none; color: #cccccc ;}
      
	  a.sub:link   {font-family: georgia;font-size: 10px;text-decoration: none;color: #cccccc;}
      a.sub:visited { font-family: georgia; font-size: 10px; text-decoration: none; color: #cccccc; }
      a.sub:active { font-family: georgia; font-size: 10px; text-decoration: none ; }
      a.sub:hover  { font-family: georgia; font-size: 10px; text-decoration: none; color: #666666 ;}
	  
  /* end nav */
  /* common */
	body { font-family: georgia;font-size: 10px;}
	td { font-family: georgia;font-size: 10px; align:right; vertical-align:bottom;}
	h1 {
		font-family: georgia;
		font-size: 24px;
		color:#fff;
		background-color: #000000;
	
		font-weight: lighter;
	
	}
	h2 {
		font-family: georgia;
		font-size: 14px;
		color:#fff;
		background-color: #000000;
		font-weight: lighter;
		font-variant: small-caps;
	
	}
	
	h3 {
		font-family: georgia;
		font-size: 14px;
		color:#666;
		font-weight: lighter;
		font-variant: small-caps;
	
	}
	
	
	ul {
	list-style-image: none;
	list-style-type: none;
	}
  /* end common */

  /* div */ 

	#container {
		width:100%;
	}
	#leftcontent{
		width:200;
		clear:none;
		float:left;
	}
	#rightcontent {
		width:500px;
		float:right;
		
	}
	
	#wereldcontent {
		width:800px;
		float:right;
		
	
	}
	
	#volgende {
		text-align:right;
		margin-top:30px;
	
	}
	
	#dewereld {
		text-align:left;
		padding:30px;
		background-image:url(wereld/dewereldimages/polaroid.jpg);
		background-repeat:no-repeat;
		width:500px;
		height:500px;
		float:left;
	
	}
	
	#fotohouder_hor{
		width:394px;
		height:301px;
		top:39px;
		left:27px;
		position:relative;
		background-color:#333333;
	}
	
	#dewereld_text{
		float:right;
		color:#333333;
		text-align:left;
		padding:20px;
		margin-right:30px;
		margin-top:100px;
	}
	
	#box1{
		width:480px;
		/*border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #999999;
		margin-bottom: 20px;*/
	}
	#box2 {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #000000;
		text-align:right;
		padding-right:5px;
	}
	#language {
		text-align:right;
		color:#ccc;
		top:0px;
		right:0px;
