html, body, h1, h2 , h3 {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #683e64;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	background-image: url("/templates/layout/bg.gif");
	background-repeat: repeat-x;
}

p {line-height: 18px;}

tr.validatie {
display: none;
}

a:hover {
	text-decoration: none;
}

h1 {
font-size: 30px;
/*color: #f94a51;*/
color: #683E64;
margin-top: 10px;
margin-bottom: 20px;
}

h2, .h2{
font-size: 14px;
color: #f94a51;
padding: 10px 0px;
font-weight: bold;
}

h2 a, .h2 a {
/*color: #f94a51;*/
color: #683E64;
}

h2 a:hover, .h2 a:hover {
color: #333;
}


#wrap {
	width: 990px;
	margin: 0px auto;
	margin-top: 108px;
	text-align: left;
}

#contentwrap {
	float:left;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* HEADER */
#headerwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-image: url("layout/header_bg.gif");
	background-repeat: repeat-x;
}

#header, #subheader {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 77px;
}

#subheader {
	background-color: #f94a51;
	height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}

#subheader a {
font-weight: bold;
color: #FFFFFF;
}

/* breadcrumb */
#breadcrumb {
float: left;
margin-left: 10px;
display: inline;
}

/* gsearch */
#gsearch {
float: right;
margin-right: 10px;
display: inline;
}

#gsearch #zoekbutton {
background-color: transparent;
background-image:url("/templates/layout/gsearch.jpg");
border: none;
background-repeat: no-repeat;
width: 49px;
height: 19px;
text-indent: -9999px;
}

#gsearch #zoekveld {
height: 19px;
}

#sitelogo {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	border: none;
}

#topmenu, #topmenu li {
	margin: 0px;
	padding: 0px;
}

#topmenu {
	float: right;
	margin-right: 10px;
	margin-top: 33px;
}

#topmenu li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin-left: 10px;
}

#topmenu li a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#topmenu li a:hover {
	background-color: #333333;
}

#topmenu li a.actief {
	background-color: #f94a51;
}

/* FOOTER */
#footerwrap {
	background-color: #161515;
	width: 990px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

#footer {
	padding: 8px;
	color: #FFFFFF;
	font-size: 11px;
}

#footer a {
	color: #f94a51;
}

/* FRONTPAGE */
.blokwrap {
width: 310px;
float: left;
margin-left: 10px;
display: inline;
}

.blok {
background-color: #f5f2e3;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
color: #2c012b;
line-height: 18px;
}

.blokwrap .blok {
height: 195px;
}

#home-sidebarwrap {
width: 330px;
float: left;
}

#home-sidebar {
width: 310px;
margin-left: 10px;
margin-right: 5px;
}

#home-contentwrap {
float: left;
width: 660px;
}

#home-content {
width: 645px;
margin-left: 5px;
margin-right: 10px;
}

#home-content .adspace {
	clear: both;
}

#home-content .adspace div {
	float:left;
}

#home-content .artikelscategorieen {
clear:both;
float:left;
padding-bottom:20px;
}

#intro {
font-size: 14px;
padding-bottom: 20px;
}

#intro h1 {
margin: 0px;
padding-top: 10px;
}

#intro ul {
padding: 0px;
padding-left: 20px;
margin: 0px;
}

#intro ul li a, #intro a, .text a, #page-content ul a{
color: #f94a51;
}

#intro ul li a {
padding: 4px;
display:block;
}

#home-sidebar .bloktitle , #laatstenieuws a {
color: #ffa402;
}

#laatstenieuws .leesverder {
background-color: #ffa402;
color: #FFF;
}

#laatstenieuws {padding-bottom: 10px;}


.artikelscategorieen ul {
	margin: 0px;
	padding: 0px;
}

.artikelscategorieen ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	margin-left: 30px;
}

.artikelscategorieen ul li a {
	color: #333333;
	display:block;
	padding: 4px 0 4px 0;
	width: 130px;
}


.artikelscategorieen ul li a:hover {
	color: #f94a51;
}

.adspace_middle {
float:right;
width:310px;
height:615px;
}

.adspace_intro {
	background-color: #f94a51;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Opmaak groepen en artikels */
#sidebarwrap {
width: 220px;
float: left;
}

#page-contentwrap {
float: right;
width: 770px;
}

#page-content {
margin-right: 10px;
}

#contenttext {
	width: 590px;
	float:left;
	/* 17/05/2010 */
	margin-top: 25px;
}

.textwrap {
	width: 390px;
	float: right;
}

.text {
	padding-left: 10px;
	font-size: 13px;
	color: #2c012b;
	margin-bottom: 10px;
	line-height: 18px;
}

.metainfo {
padding: 5px;
clear: both;
background-color: #f5f2e3;
margin: 10px 0px;
line-height: 18px;
position: relative;
}

.metainfo a{
color: #000000;
font-weight: bold;
}

.metacontent {
float:left;
}

.metacontent p {
margin: 0px 10px;
}

.imgwrap {
	float: left;
	width: 200px;
}

.imgwrap hr {
border: none;
background-color: #f94a51;
height: 5px;
}

.imgart {
/*border: 1px solid #555;*/
border: none;
}

#adright {
	float: right;
	width: 160px;
	text-align:center;
}

.adspace_groep {
float:left;
margin-bottom: 20px;
}

.adspace_groep div {
float: left;
width: 365px;
display: inline;
margin-left: 10px;
}

/* groep */
#page-content .blokwrap {
width: 365px;
margin-right: 0px;
}

#page-content .blok {
height: 165px;
}

.imggroep {
width: 100px;
height: 100px;
float: left;
margin: 0px 5px 5px 0px;
border: 1px solid #555555;
}

a:hover .imggroep {border:1px solid #f94a51;}

.leesverder {
	background-color: #f94a51;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px;
	display: inline-table;
	height: 11px;
	line-height: 11px;
	margin-left: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.leesverder:hover {
background-color: #333;
}

/* menu */
#sidebar {
background-color: #f5f2e3;
margin: 0px 10px 10px 10px;
padding: 5px 5px 10px 5px;
}

#sidebar p {
color: #666;
}

#sidebar p a {
color: #F94A51;
}


.menutitle {
border-bottom: 1px solid #c6c3b8;
color: #f94a51;
font-size: 30px;
line-height: 30px;
height: 30px;
padding-bottom: 10px;
}


.menu {
padding: 0px;
margin: 0px;
}

.menu li {
list-style: none;

}

.menu a {
display: block;
border-bottom: 1px solid #c6c3b8;
color: #f94a51;
text-decoration: none;
padding: 4px;
font-size: 13px;
font-weight: bold;
}

.menu a:hover {
background-color: #FFF;
color: #333;
}

.menu a.actief {
color: #683E64;
background-color: #FFF;
}

.extratitle {
	clear: both;
	font-weight: bold;
	font-size: 20px;
	color: #f94a51;
	padding-top: 40px;
	margin-bottom: 20px;
}

.bloktitle {
	clear: both;
	font-weight: bold;
	font-size: 20px;
	color: #f94a51;
	padding-top: 20px;
	margin-bottom: 10px;
}