@charset "UTF-8";
/* CSS Document */


html {
	height:100%;
	margin: 0px;
	padding:0px;
	color:#666666;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
body {
	height:100%;
	margin: 0px;
	padding:0px;
}


#mainDiv {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:800px;
}


#mainDivHome {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;

}


	/* 
		LIST ITEMS OP DE LANDING PAGE: HOOFDEN 
	*/

	#mainDivHome  ul { /* all lists */
		padding: 0;
		list-style-type:none;
		width:100%;
		float:left;
	}
	#mainDivHome  li { /* all list items */
		width:184px;
		float:left;
		margin-right:16px;
	}
	
	#mainDivHome  li a {
		width: 184px;
		height:253px;
		display : block;
		padding : 0px 0px 0px 0px;
	}
	#mainDivHome  li.plaatje4  {margin-right:0px; }
	#mainDivHome  li.plaatje8  {margin-right:0px; }
	
	
	
	#mainDivHome  li.plaatje1 a {background:url(images/landingpage/crimineelmetoor.jpg) no-repeat; }
	#mainDivHome  li.plaatje2 a {background:url(images/landingpage/dirkgaap.jpg) no-repeat; }
	#mainDivHome  li.plaatje3 a {background:url(images/landingpage/presentatrice.jpg) no-repeat; }
	#mainDivHome  li.plaatje4 a {background:url(images/landingpage/hondmetkap.jpg) no-repeat;}
	#mainDivHome  li.plaatje5 a {background:url(images/landingpage/ogenman.jpg) no-repeat; }
	#mainDivHome  li.plaatje6 a {background:url(images/landingpage/sixtiebril.jpg) no-repeat; }
	#mainDivHome  li.plaatje7 a {background:url(images/landingpage/non.jpg) no-repeat; }
	#mainDivHome  li.plaatje8 a {background:url(images/landingpage/negermusicus.jpg) no-repeat;}
	
	#mainDivHome  li.plaatje1 a:hover {background:url(images/landingpage/crimineelmetoor2.jpg) no-repeat; }
	#mainDivHome  li.plaatje2 a:hover {background:url(images/landingpage/dirkgaap2.jpg) no-repeat; }
	#mainDivHome  li.plaatje3 a:hover {background:url(images/landingpage/presentatrice2.jpg) no-repeat; }
	#mainDivHome  li.plaatje4 a:hover {background:url(images/landingpage/hondmetkap2.jpg) no-repeat;}
	#mainDivHome  li.plaatje5 a:hover {background:url(images/landingpage/ogenman2.jpg) no-repeat; }
	#mainDivHome  li.plaatje6 a:hover {background:url(images/landingpage/sixtiebril2.jpg) no-repeat; }
	#mainDivHome  li.plaatje7 a:hover {background:url(images/landingpage/non2.jpg) no-repeat; }
	#mainDivHome  li.plaatje8 a:hover {background:url(images/landingpage/negermusicus2.jpg) no-repeat;}

	
	.clear {
		clear:both;
	}
	.introTekst {
		margin-top:20px;
		padding-top:20px;
		color:#666666;
		text-align:center;
	}
	.introTekst a{
	
		color:#666666;
		text-align:center;
		text-decoration:none;
		font-size:14px;
	}
	.introTekst a:hover{
	
		color:#6633FF;
		text-align:center;
		text-decoration:none;
	}
	
	
	



#contentInspiratie {
	width:800px;
	float:left;
	z-index:1;
}




#content {
	width:640px;
	margin:30px 0px 0px 0px;
	float:left;
}

#content ul  {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}

#content ul#flat  {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	width:300px;
}
#content ul#flat li  {
	float:left;
	height:61px;
	width:85px;
	margin:0px 4px 4px 0px;
}

#content ul li {
	float:left;
	list-style-type:none;
	margin:0px 4px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
}	
#content ul a {
	color:#FFFFFF;
	text-decoration:none;
}


#subcontent {
	clear:left;
}


#content p {
	margin-top:0px;
}

#content p.nieuws {
	clear:both;
}

#clear {
	clear:both;
}
	
	
	/*
	
	
	
	*/
	
	
	#nav  { /* all lists */
		margin-top:30px;
		list-style-type:none;
		width:160px;
		float:left;
	}
	
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style-type:none;
		width:100%;
		float:left;
	}
	
	/* 
		HOOFDCATEGORIEEN IN PORTFOLIO MENU 
	*/
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : 10px;
		width: 100%;
		font-size:14px;
		color:#6633FF;
	}
	
	
	#nav li a {
		display : block;
		text-decoration : none;
		color:#6633FF;
	}

	
	#nav li a:hover {
		color : #666666;
	}
	
	
	/* 
		SUBCATEGORIEEN IN PORTFOLIO MENU 
	*/
	
	#nav li ul li {
		height:10px;
		font-size:12px;
	}
	
	#nav li ul li a {
		color:#666666;
	}
	
	#nav li ul li a.active {
		color:#6633FF;
	}

	
	#nav li ul li a:hover {
		color:#6633FF;
	}
	/*
	#nav li ul { 
		position : absolute;
		left: -999em;
		margin-left : 140px;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { 
		left: -999em;
	}
	
	#nav li a {
		width: 120px;
		display : block;
		color:#6633FF;;
		text-decoration : none;
		border : 0px solid black;
		padding : 0 10px;
		font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	}
	
	#nav li a:hover {
		color : #666666;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
		left: auto;
	}
	*/

	#backbutton {
		margin-top:425px;
		height:138px;
	}

	#backbutton ul { /* all lists */
		padding: 0;
		list-style-type:none;
		width:100px;
		float:left;
	}
	#backbutton li { /* all list items */
		width:100px;
		float:left;
		margin-right:0px;
	}
	
	#backbutton li a {
		width:100px;
		height:138px;
		display : block;
		padding : 0px 0px 0px 0px;
	}
	
	
	
	#backbutton li.nieuws a {background:url(images/nieuws/geleerde.jpg) no-repeat; }
	#backbutton li.nieuws a:hover {background:url(images/nieuws/geleerde2.jpg) no-repeat; }

	#backbutton li.contact a {background:url(images/contact/mansnor.jpg) no-repeat; }
	#backbutton li.contact a:hover {background:url(images/contact/mansnor2.jpg) no-repeat; }
	
	#backbutton li.portfolio a {background:url(images/portfolio/manparaguay.jpg) no-repeat; }
	#backbutton li.portfolio a:hover {background:url(images/portfolio/manparaguay2.jpg) no-repeat; }
	
	#backbutton li.portfolioNegatief a {background:url(images/portfolio/manparaguay_negatief.jpg) no-repeat; }
	#backbutton li.portfolioNegatief a:hover {background:url(images/portfolio/manparaguay2_negatief.jpg) no-repeat; }
	
	
	
	
	
	#backbutton_inspiratie {
		margin-top:0px;
		position:absolute;
		top:487px;
		border:solid 1px #666666;
	}

	#backbutton_inspiratie ul { /* all lists */
		padding: 0;
		list-style-type:none;
		width:100px;
		float:left;
	}
	#backbutton_inspiratie li { /* all list items */
		width:100px;
		float:left;
		margin-right:0px;
	}
	
	#backbutton_inspiratie li a {
		width:100px;
		height:138px;
		display : block;
		padding : 0px 0px 0px 0px;
	}
	
	
	
	
	
	#backbutton_inspiratie li.inspiratie a { background: url(images/inspiratie/neger.jpg) no-repeat; }
	#backbutton_inspiratie li.inspiratie a:hover {background:url(images/inspiratie/neger2.jpg) no-repeat; }






.style1 {color:#00FFCC;}

label { clear:left; float:left; display:block; width:200px; } 


.style2 {color:#666666;}
