



/* HEADER */

/* ================================================================================================= */

#header_wrapper {
	height: 290px;
	
	background-image: url(images/header_wrapper_background.gif);
	background-position: center;
	background-repeat: repeat-y;
	
	background-color: #333333;
}

#header {
	margin: 0 auto;
	width: 1020px;
}

#flash {
	margin: 0 30px 0 100px;
	
	height: 290px;
	
	background-color: #333333;
}


/* CONTENT */

/* ================================================================================================= */

#content_wrapper {
	margin: 0 auto; 
	width: 1020px;
}


#content {
	position: absolute;
	
	margin: 0;
	padding: 0;
	
	width: 960px;
	min-height: 460px;
	
	background-image: url(images/content_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
}



/* LEFT COLUMN */

/* ================================================================================================= */

#left {
	margin: 0 0 30px 100px; /* bottom */
	padding: 10px 0 0 0;
	
	width: 560px;
	
	float: left;
	
	background-color: #FFFFFF;
}




/* ITEMS */

.item {
	position: relative;
	
	padding: 18px 0 0 0;
	margin: 0;
	
	display: block;
	
	width: 540px;
	min-height: 110px;
}

.item .thumb {
	margin: 2px 0 0 0;
	
	height: 110px;
	width: 160px;
	
	border: none;
	
	float: left;
}

h1 {	
	padding: 0 0 0 170px;
}

.item p {
	margin: 3px 0 0 170px;
}


#left a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	
	margin: 0;
	padding: 0;
	
	vertical-align:top;
}

#left a:hover {
	color: #333333;
}

.item a {
	padding: 0;
}


.btn {
	margin: 0 0 0 170px;
	vertical-align:top;
}
.btn img {
	padding: 0 4px 0 0;
}


hr {
	display: inline-block;
	
	margin: 19px 0 0 0;
	padding: 0;
	border: 0px;
	
	height: 1px;
	width: 540px;
	background-color: #BEBEBE;
}





/* RIGHT COLUMN */

/* ================================================================================================= */

#right {
	margin: 0 0 0 660px;
	padding: 26px 0 0 22px;
	
	color: #FFFFFF;
	
	position: absolute;
	width: 330px;
}
#right p { /* Roelof: CMS maakt hier een p */
	color: #FFFFFF;
}
#right a{
	color: #FFFFFF;
	text-decoration: none;
}
#right a:hover {
	color: #999999;
}

#meercontact a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	font-style: italic;
	text-decoration: none;
	
	margin: 0;
	padding: 0;
	
	vertical-align: top;
}

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

#meercontact img {
	padding: 0 4px 0 0;
}

