@charset "UTF-8";
/* CSS Document */
body{
		background-color:#000000;
		margin:0;
		padding:0;
	}
	#content{
		/* alle content wordt horizontaal gecentreerd */ 
		position:absolute;
		left:50%;
		width:800px;
		margin-left:-400px;
	}
	#logo{
		position: absolute;
		top: 100px;
		left:11px;
		width:778px;
		height:426px;
		z-index:2;
		cursor: pointer;
	}
	#nicetomeetyou{
		position: absolute;
		top: 100px;
		left:11px;
		width:778px;
		height:426px;
		z-index:2;
		cursor:pointer
	}
	#nicetomeetyou img{
		position:absolute;
		top:0;
		left:0;
		border:none;
		cursor:pointer
	}
	#nicetomeetyou a{
		border:none;
		cursor:pointer
	}
	#flashcontainer{
		position: absolute;
		top: 103px;
		left:302px;
		width:246px;
		height:245px;
		background-color:transparent;
		z-index:3;		
		cursor:pointer;
	}
	#entrancecontainer{
		position: absolute;
		top:529px;
		left:11px;
		width:778px;
		height:326px;
		background-image:url(../img/entrance.jpg);
		background-repeat: no-repeat; 
	}
	
	ul#leftmenu,
	ul#rightmenu{
		list-style-type:none;
		position:absolute;
		top:209px;
		color:#000000;
		text-transform:uppercase;	
		font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
		font-size:13px;
	}
	ul#leftmenu{
		left:43px;
	}
	ul#rightmenu{
		right:38px;
	}
	ul#rightmenu li,
	ul#leftmenu li{
		height:38px;
	}
	ul#rightmenu li{
		text-align:right
	}
	ul#rightmenu a,
	ul#leftmenu a{
		text-decoration:none;
		text-decoration: none;
		color: #000000;
		font-size: 30px;
		letter-spacing: 7pt;
		word-spacing: 0.6pt;
	}
	ul#rightmenu a:hover,
	ul#leftmenu a:hover{
		color:#df6688;
		/*
		letter-spacing: 7.5pt;
		*/
	}

