@charset "utf-8";
/* WdeB */


/*=================== general ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html, body {
	height: 100%; /* h��l belangrijk */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;

}
 

/* ================ typo ====================== */

p{
	font-size: 9px;
	color: #000;
	line-height: 16px;	
	margin-bottom:5px;
}

.header{
	
	color:#000000;
	font-size:9px;
	line-height:16px;
	margin:-2px 0pt 18px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#nav a{
	color: #999999;
	text-decoration: none;	
}
#nav a:hover{
	color: #000;
	text-decoration: none;	
}

#content a{
  	color: #000000;
	text-decoration: none;	
}

#content a:hover{
	text-decoration: underline;	
}

h1{
	font-size: 9px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
	line-height: 16px;	
	
	
}

/* ================ container ====================== */

#container {
	height: 518px;
	width: 794px;
	background-image: url(img/bg_container.png);
	margin: -259px 0 0 -397px;
	top: 50%;
	left: 50%;
	position: absolute;
	background-repeat: no-repeat;
}
#container_home {
	height: 160px;
	width: 795px;
	margin: -80px 0 0 -397px;
	top: 50%;
	left: 50%;
	position: absolute;

}

/* overzicht container */
#Overzicht{
	position:relative;
	left: 7px;
}

/* ================ content ====================== */

#content{
	height: 518px;
	width: 528px;
	*width: 528px; /* IE 7 */
	_width: 528px;	/* IE 6 */
	float: right;
	text-align: right;
	margin: 0 0px 0 0; /* FF */
	*margin: 0 10px 0 0; /* IE 7 */
	_margin: 0 5px 0 0;	/* IE 6 */
}

img.home{
	border: 1px solid #333333;
}

#content table{
	margin: 0px;
	padding: 0px;
	height: 518px;
	width: 518px;
			
}

#algemeen{

	margin: -3px 0 0 0;
	*margin: -2px 0 0 0;
	_margin: -2px 0 0 0;
}

/* ================ nav ====================== */

#nav{
	float: right;
	width: 256px; /* FF */
	*width: 236px; /* IE 7 */
	_width: 236px;	/* IE 6 */
	height: 518px;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 1px;
	margin: 0 0px 0 0; /* FF */
	*margin: 0 -10px 0 0; /* IE 7 */
	_margin: 0 -20px 0 0;	/* IE 6 */
}

#nav li.project{
	line-height: 17px;	
}

#nav li.sproject a{
	color:#000000;
	line-height: 17px;	
}

#nav li.taal{
	float: right;
}

#nav li.contact{
	margin: 47px 0 0 0;
	
}

#nav li.overzicht{
	margin: 22px 0 0 0;
	
}

/* ================ nav slide ====================== */
	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	/* CSS HACK */
	height: 415px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/395px;	/* Other browsers */
	height: /**/395px;
	/* CSS HACK */
	width: 256px; /* FF */
	*width: 236px; /* IE 7 */
	_width: 236px;	/* IE 6 */
	padding:0px;	/* A little space between the black border and the content inside */
	margin: 20px 10px 13px 0;
	
}

#galleryContainer #arrow_down{	/* Arrow down image */
		
	height:15px;
	margin:10px 0 0 0;
}

#galleryContainer #arrow_up{
	
	height:15px;	/* Arrow up image */
}
	
#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:355px;	/* Height of boxes for the images */
}

#theImages div{	
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */
		
}

