/* general layout  */
html,body{
	height:100%;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,fieldset,input, div, td, cite{ 
	margin:0; 
	padding:0; 
}


body {
	background:#fff ;
}


p, a, li, td, blockquote, ol, div, dd, dt, body, h1,h2{
	font: normal 11px tahoma, Arial, Helvetica, sans-serif ;
	color:white;
	line-height:20px;
}

a, h1, h2{
	font: bold 10px tahoma, Arial, Helvetica, sans-serif ;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#c53203;
}


/* general definitions  */

p{
	padding:10px;
}

ul{
	
}

cite{
	font-style: normal;
}



a img{
	border:0;
}

h1{
	margin:13px 0 10px 0;
	height:92px;
	background:transparent url(../images/logo.jpg) top left no-repeat;
	text-indent:-3000px;
}

.NoShow{
	display:none;
}


/*positie*/

div#hidden{
	display:none;
}

div#wrapper{
	
}

div#blok{
	padding:0;
	height:360px;
	background:#8b959f;
}

#projecten div#blok #projecttxt, #projecten div#blok #projectContxt{
	display:none;
}

div#blok #projectContxt p{
	margin:0;padding:0;Color:#384049;
}

	body#index div#blok img{
		position:absolute;
		right:0;
		top:115px;
		width:840px;
		height:360px;	
		margin:0px;
		padding:0px;
		
	}
div#blok p{
	margin:10px;
}
div#blok h2{
	margin:20px 20px 0 20px;
}

dd h2{
	padding:20px 20px 0 10px;
}
/* 

menu!

*/


ul#menu{
	display:none;
}


/*
nieuws!
*/
dl#news{
	float:right;
	text-align:right;
}
	
	dl#news dt a{
		color:#5e6771;
		text-decoration:none;
		margin:0 10px 0 0;
	}

	
	dl#news dt span{
		color:#939eab;
	}
	

	dl#news dd{
		margin:0;
		top:115px;
		right:0px;
		background:#8b959f;
		text-align:left;
	}

	dl#news dd div p{
		padding:0;
		margin:20px 15px 10px 10px;
	}

	dl#news dd div{
		width:420px;
	}

	dl#news h2{
		color:#c53203;
		margin:0 0 5px 0;

	}
	
	dl#news dd a{
		float:right;
		color:#bbbec2;
		margin:0 10px 0 10px;
	}
	


