@charset "utf-8";
/* CSS Document */

	body
	{
		background-image:url(background2.jpg);
		font-size:1em;
		font-family: Verdana, Geneva, sans serif;
		color: #000000;
	}
	blockquote{
		font-size:0.8em;
	}
/*=================================================== Uiterlijk van de pagina  ===========================================*/
	div#header_nl{
		margin-top:-10px;
		margin-left: -10px;
		width: 1500px;
		height: 128px;
		background:url(Header_moeder.jpg) no-repeat;
	}
	
	div#header_en{
		margin-top:-10px;
		margin-left: -10px;
		width: 1500px;
		height: 128px;
		background:url(Header_moeder.jpg) no-repeat;
	}


	div#textcontainer{
		margin-top: 10px;
		width:       800px;
		margin-left: 145px;
	}
	div#textcontainer_2{
		margin-top:-240px;
		width:       500px;
		margin-left: 145px;
	}
	
/* ==================================================   Hoofd menu  =========================================================*/
	div#menu{
		margin-top:2em;
		margin-left:-10px;
		width:  146px;
		height: 250px;
		float:   left;
		
	}
	
	div#menu ul{
		margin-left: -44px;
		margin-top: - 2em;
		list-style: none;
	}
	
	div#menu li{
		display: inline;
	}
	
	div#menu a{
		font-size: 0.85em;
		font-weight: bold;
		color:       #FFFECE;
		text-decoration: none;
		display:    block;
		margin-top: 1em;
		padding-left: 25px;
	}

	div#menu a.menupassive:hover{
		color:#CC0033;
	}

	div#menu a.menuactive{
		color:#FF6;
	}
/*====================================================  Taalkeuze menu =======================================================*/

	div#kopmenu{
		position:absolute;
		left:30px;
		top:86px;
	}
	
	div#kopmenu a{
		text-decoration: none;
		list-style: none;
		display:    block;
		font-size:14px;
		font-weight: bold;
		color:#663200;
	}
	div#kopmenu a:hover{
		text-decoration: none;
		list-style: none;
		display:    block;
		font-weight: bold;
		color:#FF6;
	}
	
/*======================================================Menu beheer ==========================================================*/

	div#nav_beheer a{
		text-decoration: none;
		list-style: none;
		display:    block;
		color:#30F;
	}
	div#nav_beheer a:hover{
		text-decoration: none;
		list-style: none;
		display:    block;
		color:#30C;
	}


	
/*=====================================================Algemene opmaak  ======================================================*/
	#foto-links{
		float:left;
	}
	#foto-rechts{
		float:right;
	}
	div#link a{
		color:#663200;
	}
	div#link a:hover{
		color:#FF6;
	}
	div#klein{
		font-size:small;
	}
	#beheerskop{
		margin-left:-10px;
		margin-top:-10px;
	}
	#test{
		position:relative;
		left:510px;
		top: 3px;
	}
		