body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#712910;
	margin: 0px;
	padding:0px;
}
td {
	font-size: 11px;
	vertical-align:top;
}
a {
	color:#FFFFFF;
}

/********************** menu **********************/
.menu {
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
	padding-top:4px;
	padding-bottom:4px;
}
.menu a{
	text-decoration:none;
	display:block;
}
.submenu {
	border-bottom: 1px dashed white;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	font-style: italic;
}
.submenu a {
	text-decoration:none;
}

.menu_item a, .menu_item td{
	padding-left: 12px;
	display:block;
	padding-bottom:2px;
}

.menu_item a:hover, .menu_item_active, .menu_item_active td{
	background-image:url(images/pijl.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 12px;
	padding-bottom:2px;
}
/******************************* einde menu ******************/

/**************************content table ***************/
.contenttable {
	margin: 0px;
	padding:0px;
}

.ctLeft {
	background-position:right;
	background-image: url(/images/bgleft.jpg);
	background-repeat: repeat-y;
	background-color: #5C1D18;
}

.ctRight {
	background-position:left;
	background-image: url(/images/bgright.jpg);
	background-repeat: repeat-y;
	background-color: #5C1D18;
}

.ctCenter {
	background-repeat:no-repeat;
	background-color:#712910;
	width: 980px;
	padding-top: 6px;
	padding-right: 15px;
}
.vervolg .ctCenter {
	background-color:#7B1B0D;
}

/*************************** einde content table ******************/

/*************************** secties ***************************/
.sectieTop {
	padding:12px;
	height:180px;
}
.home .sectieTop {
	background-color:#820b10;
}

.sectieBottom {
	background-color:#cc6d2a;
	padding:12px;
	height:180px;
}
.vervolg .sectieBottom {
	padding-left:25px;
	height:240px;
}

.sectieRight {
	padding-top:12px;
	padding-bottom:12px;
	border-top: 1px dashed white;
}

.sectieVervolg {
	background-color:#5c1d18;
	padding:12px;
}

/*************************** einde secties *********************/

.cms_hyperlink a{
	background-image:url(images/pijl.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 12px;
	display:block;
}

.cms_hyperlink a:hover, .cms_hyperlink_active {
	background-image:url(images/pijl.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 12px;
	display:block;
}

.cms_readmore {
	margin-bottom: 5px;
}
.readmore_wrap {
	margin-top: 0px;
	display: inline;
}
.readmore {
	padding-right:10px;
	padding-top:0px;
	background-image:url(images/pijl.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

.lijn {
	border-bottom: 1px dashed #FFFFFF;
	padding:0px;
	margin:0px;	
	height:3px;
	overflow:hidden;
}

.titel_groot {
	font-size:16px;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom:1px dashed #FFFFFF;
	font-weight:normal;
}

.titel_klein {
	font-size:16px;
}

.ecard_select a {
	display: block;
	overflow: inherit;
	padding: 5px;
	margin-botom: 5px;
}
.ecard_select a:hover {
	padding: 3px;
	border: #820b10 2px solid;
}


