/* HTML */
html, body
{
	height: 100%;	
	margin: 0;
	padding: 0;
}

/* BODY */
body
{
	font-family: "Myriad Pro", Verdana, Helvetiva, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: url('img/bg_body.png') repeat-x center top;
}

/* WRAPPER */
#wrapper
{
	height: auto !important;
	height: 100%;
	min-height: 100%;	
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: url('img/bg_wrapper.png') center top;
}

/* HEADER */
#header
{
	margin: 0 auto;
	height: 134px;
	width: 900px;
	background: url('img/header.png');
}

#plaatje
{
	height: 134px;
	width: 575px;
}

/* MENU */
#menu
{
	margin: 0 auto;
	height: 42px;
	width: 900px;
	background: url('img/menu.png') center top;	
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
}

	#menu ul
	{
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	
	#menu ul li
	{
		float: left;	
	}
	
	#menu ul li a
	{
		color: #FFF;
		margin-left: 25px;	
		text-decoration: none;
	}
	
	#menu ul li a:hover, #menu ul li .actief
	{
		color: #FF6600;	
	}

/* CONTENT */
#content
{
	margin: 0 auto;
	width: 900px;
}

	.content-inner
	{
		margin: 25px;
	}
	
	#content-left
	{
		float: left;
		width: 575px;	
	}
		
		.blok
		{
			border: 3px solid #f0efef;	
			-moz-border-radius: 11px;
			-webkit-border-radius: 11px;
			-khtml-border-radius: 11px;
			border-radius: 11px;	
			margin-bottom: 25px;
		}
	
		.blok_grijs
		{	
			background: #f0efef;
		}
		
		.blok_wit
		{	
			background: #fff;	
		}
		
		.blok_inner
		{
			margin: 10px;
		}	
	
	#content-right
	{
		float: left;
		width: 325px;
		color: #333;
	}
	
		.divider
		{
			height: 6px;
			width: 275px;
			background: url('img/divider.png');	
		}
		
		#content-right h2
		{
			margin: 5px 0;	
		}
		
		#content-right ul
		{
			margin: 0 0 10px 0;
			padding: 0;
			list-style: none;	
		}
		
		#content-right a
		{
			color: #333;
			text-decoration: none;	
		}

/* LINKS */
a
{
	color: #FF6600;
	text-decoration: none;	
}

/* CLEAR */
.clear
{
	clear: both;	
}

/* NIEUWSITEM */
.nieuws_item
{
	min-height: 92px;
}	

.nieuws_plaatje
{
	display: block;
	float: right;
	border: 1px solid #8d8d8d;	
	margin-left: 10px;
}

/* TOTO */
.uitslag, .uitslag2
{
	text-align: center;	
}

.uitslag input
{
	width: 16px;
	text-align: center;
}

/* GOOGLEMAPS */
#googlemaps
{
	width: 560px;
	height: 390px;
	margin: 0;
	border: none;
}

/* HEADINGS */
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	line-height: 1.5em;
}

h1,h2 { font-size: 16px; font-weight: normal; }
h3,h4 { font-size: 13px; }
h5,h6 { font-size: 11px; }

h1,h3,h5 { color: #333; }
h2,h4,h6 { color: #FFF; }

/* FORMULIEREN */
form
{
	margin: 0;
	padding: 0;
}

input, select
{
	font-family: "Myriad Pro", Verdana, Helvetiva, Arial, sans-serif;
	font-size: 12px;	
}

input
{
	border: 2px solid #f0efef;	
	width: 250px;
	padding: 2px;
}

.submit
{
	background: #f0efef;
	margin: 0;
	padding: 1px;
	font-weight: bold;
}	

.width_auto
{
	width: auto;	
}

/* TABLE */
table
{
	border-collapse: collapse;
}

#contactform
{
	width: 500px;
}

/* OVERIGE */
p, ul, li
{
	/* voor FCKeditor */
	margin-top: 0px;
	margin-bottom: 0px;
}

a img
{
	border: none;
}