body {
    font-family: Arial;
	font-size: 12px;
	
	text-align: center;
	
	background-image: url('../../img/recreatie/body_bg.jpg');
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	
	margin: 0;
	padding: 0;
}

img {
    border: 0;
}

a {
  color: #92000a;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#pagina {
    margin: 5px auto 0 auto;
	text-align: left;
	width: 998px;
}

.normalCursor {
  cursor: default;
}

.header {
    height: 268px;
	background-image: url('../../img/recreatie/header.jpg');
	background-repeat: no-repeat;
	
	position: relative;
	top: 0;
	left: 0;
}

.topmenu {
    position: absolute;
	top: 222px;
	left: 0;
	height: 46px;
	width: 998px;
}

.topmenu .topmenuList {
    margin: 0 0 0 32px;
	padding: 0;
	list-style: none;
	height: 46px;
}

.topmenu .topmenuList .topmenuItem {
    float: left;
	margin: 0 30px 0 0;
	position: relative;
	top: 0;
	left: 0;
}

.topmenu .topmenuList .topmenuItem .topmenuLink {
    line-height: 46px;
	color: #d8e9f2;
	text-decoration: none;
	font-size: 18px;
}

.submenu {
    position: absolute;
	top: 46px;
	left: 0;
	width: 210px;
    z-index: 20;
}

.submenu .submenuList {
    list-style: none;
	margin: 0;
	padding: 0;
}

.submenu .submenuList .submenuItem {
    height: 27px;
	background-color: #595a7a;
}

.submenu .submenuList .submenuItemEen {
    background-color: #636589;
}

.submenu .submenuList .submenuItem .submenuLink {
    display: block;
    height: 27px;
	line-height: 27px;
	color: #ffffff;
	padding: 0 0 0 8px;
}

.submenu .submenuList .submenuItemB {
    background-color: #636589;
}

.paginaTitel {
    background-color: #ffffff;
	height: 68px;
}

.paginaTitel h1 {
    color: #245805;
	padding: 30px 0 0 32px;
	margin: 0;
	font-size: 33px;
}

.content {
    background-color: #f1f4dd;
	background-image: url('../../img/recreatie/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px 0 17px 0;	
}

.content .kolom {
    float: left;
	width: 458px;
	margin: 0 0 0 24px;
}

.content .blok {
	background-image: url('../../img/recreatie/titel_bg.jpg');
	background-repeat: no-repeat;
	padding: 0 0 15px 10px;
}

.content .blok .titel {
    margin: 0;
	padding: 0;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #5c5e4d;
}

.content .blok .doos {
    line-height: 22px;
	color: #1f2114
}

.veldTitel {
    font-weight: bold;
    color: #636555;
    padding: 0 0 0 3px;
}

.veldTitel .verplicht {
    color: red;
}

.veldText {
    background-color: #dac9b8;
	border-bottom: 1px solid #92000a;
	padding: 5px;
	width: 230px;
	margin: 0 0 8px 0;
}

.veldText input {
    background-color: #dac9b8;
	border: 0;
	color: #1f2114;
	width: 100%;
}

.veldTextarea {
    background-color: #dac9b8;
	border-bottom: 1px solid #92000a;
	padding: 5px;
	width: 400px;
	margin: 0 0 8px 0;
}

.veldTextarea textarea {
    background-color: #dac9b8;
	border: 0;
	color: #1f2114;
	width: 100%;
    overflow: auto;
}

.veldVersturen input {
    background-color: #42476e;
	border: 0;
	padding: 5px 8px 5px 8px;
	color: #f3f4ff;
}

.veldKeuze {
    padding: 5px;
}

.veldResultaat {
    display: none;
    margin: 10px 0 0 0;
    padding: 5px;
    background-color: #dac9b8;
    border-bottom: 1px solid #92000a;
    width: 230px;
}


.kolomBreed {
    float: left;
	width: 642px;
	margin: 0 0 0 40px;
}

.kolomBreed .blok .titel {
  background-image: url('../../img/recreatie/vervolg_titel_bg.jpg');
  height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #1f2114;
	padding: 0 0 0 10px;
}

.kolomBreed .blok .doos {
  padding: 0 0 0 10px;
}

.kolomBreed .blok {
  background-image: url('');
}

.zoekBar, .nieuwsbriefBar {
    margin: 35px 0 0 0;
}

.sideBar .veldVersturen input {
    background-color: #9ea27f;
    color: #FFFFFF;
}

.sideBar .veldText {
    background-color: #e1e7bb;
    color: #54583b;
    width: 240px;
    border-bottom: 1px solid #9ea27f;
}

.sideBar .veldText input {
    background-color: #e1e7bb;
    color: #54583b;
    width: 100%;
}

.sideBar .veldResultaat {
    width: 240px;
}

.sideBar {
    float: left;
	width: 250px;
	margin: 0 0 0 34px;
    padding: 0 0 15px 0;
}

.sideBar h3 {
    color: #54583b;
    font-size: 14px;
}

.sideBar ul {
  clear: both;
    margin: 0;
	padding: 0;
	list-style: none;
}

.sideBar li {
  clear: both;
    line-height: 40px;
	background-color: #e1e7bb;
	border-bottom: 1px solid #c7cda2;
}

.sideBar a {
    display: block;
    height: 40px;
	line-height: 40px;
	padding: 0 0 0 20px;
	color: #1f2114;
}

.sideBar .subItem {
    background-color: #d7ddb3;
    line-height: 30px;
	border-bottom: 2px solid #d3d9ab;
    padding: 0 0 0 15px;
}

.sideBar .subItem a {
    height: 30px;
	line-height: 30px;
}

.sideBar .subItemLevel2 {
    line-height: 25px;
}

.sideBar .subItemLevel2 a {
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    padding: 0 0 0 30px;    
}

.sideBar .actieveLink {
    font-weight: bold;
}

.bijlage {
    width: 630px;
    height: 30px;
    margin: 0 0 4px 0;
    background-image: url('../../img/recreatie/bijlageA.jpg');
    background-repeat: no-repeat;
}

.bijlageTwee {
    background-image: url('../../img/recreatie/bijlageA.jpg');
}

.bijlageTwee .bijlageDownload {
    background-color: #d6d9bb;
}

.bijlage .bijlageTitel {
    line-height: 30px;
    height: 30px;
    float: left;
    width: 440px;
    padding: 0 0 0 12px;
    font-weight: normal;
    font-size: 13px;
}

.bijlage .bijlageDownload {
    float: right;
    width: 65px;
    height: 21px;
    background-color: #e9eae0;
    margin: 5px 15px 0 0;
    text-align: center;
    color: #2e2e2e;
}

.bijlage .bijlageIcon {
    float: right;
    margin: 12px 8px 0 0;
		display: none;
}

.linkItem {
    display: block;
    background-color: #e5e8d0;
    border-bottom: 1px solid #cdd0b7;
    line-height: 18px;
    padding: 12px 0 12px 14px;
    cursor: pointer;
    text-decoration: none;
}

.linkItem .linkTitel {
    display: block;
    color: #000000;
    font-weight: bold;
}

.linkItem .linkOmschrijving {
    display: block;
    color: #6d724b;
}

.linkItem:hover {
    background-color: #e1e7bb;
}

.linkCategorie .blok {
    background-image: url('');
    margin: 0 0 16px 0;
    padding: 0;
}

.linkCategorie .blok .titel {
    background-color: #f9faef;
    padding: 0 0 0 16px;
}


.breekpunt {
    clear: both;
	height: 1px;
	font-size: 1px;
}

.paginaFoto img {
    margin: 0 0 0 32px;
}

.footer {
    clear: both;
    background-color: #ffffff;
	height: 50px;
    margin: 0 0 20px 0;
}

.footer .copyright {
    float: left;
	line-height: 50px;
	margin: 0 0 0 32px;
	color: #707745;
	font-weight: bold;
}

.footer .footermenu {
    float: right;
}

.footer .footermenu ul {
    margin: 0 42px 0 0;
	padding: 0;
	list-style: none;
}

.footer .footermenu ul li {
    float: left;
	line-height: 50px;
	margin: 0 0 0 30px;
}

.footer .footermenu ul li a {
    color: #707745;
	text-decoration: none;
}

.loginFormulier .blok, .wachtwoordFormulier .blok {
    padding-left: 0;
}

.loginFormulier .blok .doos, .wachtwoordFormulier .blok .doos {
    padding-top: 10px;
}

.loginFormulier .blok .titel, .wachtwoordFormulier .blok .titel {
    padding: 0 0 0 10px;
}

.nieuwsArtikel .blok, .zoekResultaten .blok {
    padding-left: 0;
}

.nieuwsArtikel .blok .titel, .zoekResultaten .blok .titel {
    padding: 0 0 0 10px;
}

.nieuwsArtikel .blok .doos p {
    padding: 0 0 0 10px;
}

.zoekResultaat {
    padding: 0 0 0 10px;
}

.artikelInfo, .zoekResultaat {
    background-image: url('../../img/recreatie/artikelInfo.jpg');
    height: 29px;
    line-height: 29px;
}

.artikelInfo .artikelAuteur {
    float: left;
    margin: 0 0 0 10px;
}

.artikelInfo .artikelDatum {
    float: right;
    margin: 0 10px 0 0;
}
