﻿* 
{
	margin				: 0;
	padding				: 0;
}

body 
{
	background-color	: #FFFFFF;

	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	font-size			: 11px;
	text-align			: center;
}

/* BEGIN DEFAULT LAYOUT */

#container 
{
	width				: 876px;
	height				: 580px;
	
	margin				: 0 auto;
	
	border				: 0px solid #000000;
}

#header
{
	width				: 876px;
	height				: 119px;
	
	float				: left;
	display				: inline;
	
	text-align			: center;
}

	#taalkeuze
	{
		width			: 63px;
		height			: 21px;
		
		display			: inline;
		float			: right;
		margin-right	: 16px;
		margin-top		: 77px;
		
		font-size		: 10px;
		color			: #333333;
		text-align		: center;
		
		/* TIJDELIJK 
		visibility:hidden;
		display	:none;
        */
	}

.block
{
	width				: 199px;
	height				: 433px;
	display				: block;
	display				: inline;
	
	float				: left;
	margin-left			: 16px;
}

	.block_item
	{
		width			: 199px;
		height			: 265px;
		
		float			: left;
		display			: block;
		display			: inline;
	}
	
	.block_menu
	{
		width				: 175px;
		height				: 76px;
		display				: block;
		display				: inline;
		
		float				: left;
		margin-top			: 12px;
		padding				: 12px;
		
		font-size			: 10px;
		font-weight			: bold;

		line-height			: 250%;
		text-align			: center;
	}

	.block_extra
	{
		width				: 175px;
		height				: 76px;
		display				: block;
		display				: inline;		
		overflow:           visible;
		
		float				: left;
		position:           relative;
		margin-top			: 28px;
		padding				: 20px 12px 20px 12px;

		text-align			: left;
		
		background-color	: #EFEEEE;
	
		cursor						: hand; 
		cursor						: pointer;
	}
	
	.block_extra a:link,
	.block_extra a:active,
	.block_extra a:visited
	{
	    float				: left;
		position:           relative;
	    text-decoration:none;
	    display				: block;
		display				: inline;	
	    
	}
	
	.block_extra a:hover 
	{
	    text-decoration:none;
	}

#footer
{
	width				: 876px;
	height				: 20px;
	
	float				: left;
	padding-top			: 8px;
	
	text-align			: center;
	color				: #333333;
}

.block_item a 
{
	width				: 199px;
	height				: 265px;
	
	float				: left;
	display				: block;
	display				: inline;
	overflow			: hidden;
}

.block_item a:hover
{
	background-image	: none;
}

.block_item a span
{
	text-decoration		: none;
	display				: none;
}

a.noUnderline 
{
	text-decoration		: none;
}

a.noUnderline:hover 
{
	text-decoration		: underline;
}

a.nieuwsLink
{
	color				: #000000;
	text-decoration		: none;
}

a.nieuwsLink:hover
{
	color				: #FC7613;
	text-decoration		: none;
}

a.testimonial
{
	text-decoration		: none;
}

a.testimonial:hover
{
	text-decoration		: underline;
}


IMG.Logo_Gildeprint 
{
	width				: 279px;
	height				: 65px;
	
	float				: left;
	display				: block;
	display				: inline;

	margin-left			: 292px;
	margin-top			: 24px;
}

.block_photo IMG 
{
	width				: 199px;
	height				: 232px;
	
	float				: left;
	border				: 0px;
}


