html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	font-family: arial;
	color: #414040;
}

a:hover {
	color: #414040;
}

img {
	border: 0px;
}

table td {
	font-size: 12px;
}

div#container {
	position: relative;
	width: 970px;
	_height: 100%; /* IE min-height */
	min-height: 100%;
	background: right 200px repeat-y;
	/* cms: background-image: url(../images/backgrounds/blue.gif);*/
}

div#header {
	width: 100%;
	height: 85px;
}

	div#header img#logo {
		margin: 10px 10px 10px 20px;
		float: left;
	}
	
	div#header div#topMenu {
		display: none;
	}
	
	div#header div#top {
		display: none;
	}

div#footer {
	display: none;
}

div#menu_bottom {
	display: none;
}

div#menu {
	display: none;
}

div#content {
	float: left;
	width: 800px;
	padding-bottom: 50px;
}

	div#content ul {
		margin: 0px;
		padding: 0px 0px 15px 35px;
	}

	div#content div#page_title {
		margin: 0px 0px 0px 10px;
	}

	div#content div.space {
		padding: 0px 0px 0px 20px;
		float: left;
		width: 600px;
	}

	body.home div#content div.space {
		padding: 0px 0px 0px 10px;
		float: none;
		width: 100%;
	}

		body.home div#content div.space p {
			margin: 0px 10px 0px 10px;
		}

		div#homeLeft {
			width: 263px;
			float: left;
		}

		div#homeMiddle {
			width: 264px;
			float: left;
		}

		div#homeRight {
			width: 263px;
			float: left;
		}

div#right {
	float: right;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

div#right .textColumn p {
padding: 0px;
margin: auto;
}

/* elements */
h2 {
	margin: 0px 0px 0px 0px;
	padding: 31px 0px 0px 10px;
	height: 9px;
	_height: 60px;
	color: #fff;
	border-bottom: 10px solid #fff;
	border-top: 10px solid #fff;
	font-family: Arial Narrow, Arial;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0px;
	letter-spacing: 0px;
}

	h2 a {
		color: #fff;
		text-decoration: none;
	}

	h2 a:hover {
		color: #fff;
		text-decoration: none;
	}

span.pageTitle {
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 19px 0px 0px 10px;
	_height: 60px;
	color: #fff;
	border-bottom: 10px solid #fff;
	border-top: 10px solid #fff;
	background-color: #faa61a;
	display: block;
}

	span.pageTitle img {
		position: absolute; /* ie */
	}

div#homeLeft h2 {
	margin-right: 10px;
}

div#homeLeft .news h3 {
	margin: 0px 0px 0px 0px;
}

div#homeLeft .news h4 {
	margin: 0px 0px 0px 0px;
}

div#homeLeft .news {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

div#homeRight h2 {
	margin-left: 10px;
}

div#homeRight p {
	padding-left: 10px;
}

h2 img {
	position: absolute; /* ie */
}

h2.red {
	background-color: #a70826;
}

h2.brique {
	background-color: #8a3f4f;
}

h2.roze {
	background-color: #a64056;
}

h2.yellow {
	background-color: #faa61a;
}

h2.green {
	background-color: #82b41c;
}

h1.red {
	font-size: 22px;
	font-weight: bold;
	color: #3D114D;
}

h1.brique {
	font-size: 22px;
	font-weight: bold;
	color: #003D71;
}

h1.roze {
	font-size: 22px;
	font-weight: bold;
	color: #003D71;
}

h1.yellow {
	font-size: 22px;
	font-weight: bold;
	color: #9F270E;
}

h1.green {
	font-size: 22px;
	font-weight: bold;
	color: #0875B5;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 17px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

	h3 a {
		color: #414040;
		text-decoration: none;
	}
	
h3.red {
	font-size: 22px;
	font-weight: bold;
	color: #3D114D;
}

	h3.red a {
		font-size: 22px;
		font-weight: bold;
		color: #3D114D;
	}
	
h3.brique {
	font-size: 22px;
	font-weight: bold;
	color: #003D71;
}

	h3.brique a {
		font-size: 22px;
		font-weight: bold;
		color: #003D71;
	}

h3.roze {
	font-size: 22px;
	font-weight: bold;
	color: #003D71;
}

	h3.roze a {
		font-size: 22px;
		font-weight: bold;
		color: #003D71;
	}
	
h3.yellow {
	font-size: 22px;
	font-weight: bold;
	color: #9F270E;
}

	h3.yellow a {
		font-size: 22px;
		font-weight: bold;
		color: #9F270E;
	}
	
h3.green {
	font-size: 22px;
	font-weight: bold;
	color: #0875B5;
}

	h3.green a {
		font-size: 22px;
		font-weight: bold;
		color: #0875B5;
	}

h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}

div#right td.formColumnLeft, div#menu td.formColumnLeft {
	display: none;
}

div#right td, div#menu td {
	width: 0px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#right tr, div#menu tr {
	height: 21px;
	position: relative;
}

div#right table {
	padding-bottom: 10px;
}

div#right input.elementText, div#menu input.elementText {
	width: 148px;
	border: 1px solid #40423f;
	position: absolute; /* table :( */
	font-size: 11px;
	margin-left: 10px;
}

div#menu input.elementText {
    _margin-top: -10px;
}

div#right div.elementCheckboxContainer, div#menu div.elementCheckboxContainer {
    width: 148px;
	position: absolute; /* table :( */
	margin-left: 10px;
	font-size: 11px;
}

    div#right div.elementCheckboxContainer {
        color: #fff;
    }
    
    div#menu div.elementCheckboxContainer {
        color: #000;
        _margin-top: -10px; 
    }

div#right input.elementCheckbox, div#menu input.elementCheckbox {
    margin: 0px;
}

div#right input.formSubmitSend, div#menu input.formSubmitSend {
	position: absolute; /* table :( */
	font-size: 11px;
	margin-left: 10px;
	background-color: #4969a4;
	color: #fff;
	border: 1px solid #40423f;
	margin-top: 5px;
}

    div#menu input.formSubmitSend {
        left: 0px;
        _margin-top: -5px;
    }

div#right table ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	div#right table ul li {
		margin: 0px;
		padding: 10px 0px 10px 10px;
		list-style: none;
		color: #fff;
		font-size: 11px;
		position: absolute;
		width: 148px;
		margin-top: -10px;
	}
    
div#right h3 {
	margin: 10px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	clear: both;
}

div#right ul, div#menu table ul {
	color: #fff;
	padding: 0px 15 0px 25px;
	margin: 0px;
	font-size: 11px;
}

    div#menu table ul {
        position: absolute;
        padding: 0px;
        _margin-top: -15px;
    }

    div#menu table ul li {
        border: 0;
        width: 150px;
        color: #000;
        padding: 0px 0px 0px 10px;
        background: none;
    }

div#right p, div#right div.textColumn {
	margin: 0px;
	padding: 10px;
	color: #fff;
	font-size: 11px;
}

div#right a {
	color: #fff;
}

table.pager {
	font-size: 12px;
	margin-bottom: 20px;
}

h5 {
	font-size: 22px;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

h5.title {
	font-size: 22px;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

/*
table.formTable {
	display: none;
}
*/

/* pager */
table.pager {
	width: 100%;
	text-align: center;
}

table.pager td {
	width: 100px;
}

table.pager td.pagerAbstract {
	width: 100%;
}

h2.title {
	font-size: 15px;
	font-weight: bold;
	color: #414040;
	background-color: #fff;
	border-bottom: 0px;
	border-top: 0px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-transform: none;
}


p p {
	margin: 0px;
	padding: 0px;
}

div.LoginStatus {
    display: none;
}

div.pageLogout {
    display: none;
}

div.cleaner {
    clear: both;
}

/************************************
    Content deel
************************************/

div.navigationLinks {
    padding-top: 10px;
    height: 35px;
}

    div.navigationLinks a {
        float: right;
        padding-left: 5px;
    }

/************************************
    Links rechtsboven (voor o.a. PFD link)
************************************/

h5 {
	font-size: 15px;
	font-weight: bold;
	color: #414040;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
    
    h5 a {
        float: right;
        margin-left: 10px;
        font-weight: normal;
        font-size: 12px;
        color: #000;
    }


/************************************
    Photoviewer
************************************/

div#right div.photoviewer {
    padding: 0px 10px;
}

div#right div.photoviewerItem {
    margin-top: 10px;
}

    div#right div.photoviewerItem img {
        display: block;
        margin: auto;
        border: 1px solid #FFF;
    }

div#content div#photoviewerActive {
    
}

    div#content div#photoviewerActive img {
        display: block;
        margin: auto;
    }
    
div.photoviewerNavigator {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

    div.photoviewerNavigator div.activePage {
        margin: auto;
    }

    div.photoviewerNavigator a {
        text-align: center;
        font-weight: normal;
        margin-top: -16px;
    }
    
    div.photoviewerNavigator a.previousPage {
        float: left;
    }

    div.photoviewerNavigator a.nextPage {
        float: right;
    }


div.photoviewerOverview {
    width: 100%;
}

    div.photoviewerOverview div.photoviewerItem {
        float: left;
        width: 135px;
        height: 135px;
        margin-left: 10px;
        margin-top: 10px;
        text-align: center;
        overflow: hidden;
    }
    
        div.photoviewerOverview div.photoviewerItem img {

        }

/************************************
    Gecategoriseerd met items
************************************/

table.categoryItems {
	width: 100%;
}

    table.categoryItems td {
    	background-color: #F1F1F1;
    	padding: 5px 0px 5px 0px;
    }
    
    table.categoryItems tr td {
    	border-bottom: 1px solid #D3D3D3;
    }
    
    table.categoryItems tr.Alternate td {
    	background-color: #fff;
    }

    table.categoryItems tr th {
    	background-color: #fcb716;
    	color: #fff;
        font-size: 12px;
    	text-align: left;
    	padding: 2px 0px 2px 0px;
    }
    
    table.categoryItems tr th.grey {
    	background-color: white;
        font-size: 10px;
        text-align: left;
        color: #A5A5A5;
    }
    
/************************************
    Gecategoriseerd zonder items
************************************/
    
table.categories {
    width: 100%;
}

    table.categories tr th {
        text-align: left;
        border-bottom: 1px solid lightgray;
        font-size: 12px;
        padding: 2px 0px 2px 0px;
    }

        table.categories tr th a {
            
        }
    
/************************************
    Gecategoriseerd met items Groen
************************************/

table.categoryItemsGreen {
	width: 100%;
}

    table.categoryItemsGreen td {
    	background-color: #F1F1F1;
    	padding: 5px 0px 5px 0px;
    }
    
    table.categoryItemsGreen tr td {
    	border-bottom: 1px solid #D3D3D3;
    }
    
    table.categoryItemsGreen tr.Alternate td {
    	background-color: #fff;
    }

    table.categoryItemsGreen tr th {
    	background-color: #82B41C;
    	color: #fff;
        font-size: 12px;
    	text-align: left;
    	padding: 2px 0px 2px 0px;
    }
    
/************************************
    Gecategoriseerd zonder items Groen
************************************/
    
table.categoriesGreen {
    width: 100%;
}

    table.categoriesGreen tr th {
        text-align: left;
        border-bottom: 1px solid lightgray;
        font-size: 12px;
        padding: 2px 0px 2px 0px;
    }

        table.categories tr th a {
            
        }

/************************************
    Vraag en aanbod
************************************/

div.commerceForm {
    background-color: #F1F1F1;
    border: 1px solid #8DAE15;
    height: 80px;
    padding: 10px 0px;
}

    div.commerceForm div.commerceFormSection {
        float: left;
        border-right: 1px solid #DBDBDB;
        padding: 0px 10px;
        height: 80px;
    }
    
    div.commerceForm select, div.commerceForm input, div.commerceForm label {
        display: block;
        clear: both;
    }
    
    div.commerceForm select, div.commerceForm input {
        width: 150px;
    }

    div.commerceForm div.filterOptions {
        width: 220px;
        padding: 10px;
        border-right: 0;
    }

    div.commerceForm div.filterOptions div {
        height: 20px;
        padding: 0px;
    }

        div.commerceForm div.filterOptions div * {
            display: inline;
        }
        
        div.commerceForm div.filterOptions input {
            width: auto;
        }
        
        div.commerceForm div.filterOptions input.submitButton {
            float: right;
        }

div.commerceNavigator {
    margin: 10px 0px;
    height: 18px;
}

    div.commerceNavigator a.previousLink {
        float: left;
    }
    
    div.commerceNavigator a.nextLink {
        float: right;
    }

table.commerceTable {
    width: 100%;
    margin: 10px 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.commerceTable td, table.commerceTable th {
        padding-left: 0px;
    }

    table.commerceTable .price {
        text-align: center;
    }

    table.commerceTable th {
        font-size: 10px;
        text-align: left;
        color: #A5A5A5;
    }
    
    table.commerceTable th.header {
        font-weight: bold;
        font-size: 12px;
        background-color: #83B41D;
        height: 23px;
        line-height: 23px;
        color: #FFF;
        text-align: left;
	border-bottom: 1px solid #D3D3D3;
    	text-transform: uppercase;
    }
    
    table.commerceTable td {
        height: 45px;
        line-height: 45px;
    }
    
    table.commerceTable .alternate {
        background-color: #F1F1F1; 
    }
    
    table.commerceTable .empty {
        text-align: left;
    }

table.advertisement {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

    table.advertisement td, table.advertisement th {
        height: 25px;
        line-height: 25px;
        border-bottom: 1px solid #D3D3D3;
    }

    table.advertisement th {
        width: 150px;
	text-align: left;
	padding-left: 0px;
        vertical-align: top;
    }
    
    table.advertisement td {
    }
    
        table.advertisement td p {
            margin: 3px 0px;
            padding: 0px;
        }
    
    table.advertisement caption {
        font-weight: bold;
        font-size: 12px;
        background-color: #83B41D;
        height: 23px;
        line-height: 23px;
        color: #FFF;
        text-align: left;
	border-bottom: 1px solid #D3D3D3;
    	text-transform: uppercase;
    }
    
    table.advertisement .alternate {
        background-color: #F1F1F1;
    }
    
    table.advertisement tr.photos td {
        padding-top: 5px;
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
    }

/************************************
    Linker
************************************/

div.linkerLeftColumn, div.linkerRightColumn {
	float: left;
	width: 280px;
}
	
div.linkerLeftColumn {	
	margin-right: 20px;
}

div.linkerGroup {
    width: 280px;
    margin-bottom: 10px;
}

    div.linkerControl {
        display: block;
        float: right;
        margin-right: 2px;
        width: 14px;
        height: 13px;
        line-height: 13px;
        text-align: center;
        cursor: pointer;
    }

	div.linkerControl span {
	    border: 1px solid #FFF;
	}

    div.linkerHeader {
    	background-color: #8a3f4f;
    	color: #fff;
        font-size: 12px;
    	text-align: left;
    	padding: 2px 0px 2px 0px;
        font-weight: bold;
    }

    div.linkerItem {
        background-color: #F1F1F1;
    	padding: 5px 0px 5px 0px;
        border-bottom: 1px solid #D3D3D3;
    }
    
        div.linkerItem a {
            
        }
        
        div.linkerItem p {
            font-size: 10px; 
            line-height: normal;
        }
        
ul.linkerFilters {}

/************************************
    Activities
************************************/

table.activityOverview {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin: 15px 0px;
}

    table.activityOverview td, table.activityOverview th {
        height: 25px;
        line-height: 25px;
        padding-left: 0px;
    }

    table.activityOverview th {
        font-weight: bold;
        font-size: 12px;
        background-color: #a70826;
        height: 23px;
        line-height: 23px;
        color: #FFF;
	text-align: left;
    }

    table.activityOverview td {
	background-color: #FFFFFF;
        text-align: left;
	border-bottom: 1px solid #D3D3D3;
    }

table.activityDetails {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin: 15px 0px;
}

    table.activityDetails caption {
        font-weight: bold;
        font-size: 12px;
        background-color: #a70826;
        height: 23px;
        line-height: 23px;
        color: #FFF;
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
        text-transform: uppercase;
    }
    
	table.activityDetails th {
		border-bottom: 1px solid #D3D3D3;
		text-align: left;
    }
    
    table.activityDetails th, table.activityDetails td {
        height: 25px;
        line-height: 25px;
        padding-left: 0px;
	border-bottom: 1px solid #D3D3D3;
    }
    
    table.activityDetails .alternate {
        background-color: #F1F1F1;
    }

/************************************
    Agenda
************************************/

table.agendaOverview {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin: 15px 0px;
}

    table.agendaOverview caption {
        font-weight: bold;
        font-size: 12px;
        background-color: #a70826;
        height: 23px;
        line-height: 23px;
        color: #FFF;
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
        text-transform: uppercase;
    }
    
    table.agendaOverview th, table.agendaOverview td {
        height: 25px;
        line-height: 25px;
        padding-left: 0px;
        border-bottom: 1px solid #D3D3D3;
    }
    
    table.agendaOverview th {
        background-color: #F1F1F1;
        text-align: left;
    }

    table.agendaOverview .whenColumn {
        width: 180px;
        text-align: left;
    }

    table.agendaOverview .whoColumn {
        width: 150px;
	    text-align: left;
    }

/************************************
    Google Map Filters
************************************/

div.gmapFilter {
    margin: 0px 8px;
	vertical-align: top;
	width: 150px;
	display: inline;
}

	div.gmapFilter div.radiobutton {
	clear: both;
    	float: left;
	}

	div.gmapFilter div.labelName {
		float: left;
		line-height: 20px;
	}

        div.gmapFilter input {
			margin-right: 5px;
        }
        
        div.gmapFilter label {
            color: #FFF;
        }

/************************************
    Google Map Selectors
************************************/

div.MapForm, div.campingplaceFilter {
    padding: 5px 0px;
    margin-bottom: 10px;
    width: 580px;
    height: 24px;
    background-color: #F1F1F1;
    border: 1px solid #D3D3D3;
}

    div.MapForm label, div.MapForm select, div.campingplaceFilter label, div.campingplaceFilter select {
        display: block;
        float: left;
    }

    div.MapForm label, div.campingplaceFilter label {
        font-weight: bold;
        margin: 0px 10px 0px 5px;
        line-height: 22px;
        height: 22px;
    }

    div.MapForm select, div.campingplaceFilter select {
        margin-right: 5px;
    }

/************************************
    Google Map Ballon
************************************/

div.gmapWindow {

}

    div.gmapWindow div.title {
        font-weight: bold;
    }
    
    div.gmapWindow div.address {
    
    }
    
    div.gmapWindow a {
        float: right;
    }

/************************************
    Campings / Camperplaatsen
************************************/

table.campingOverview{
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin: 15px 0px;
}

    table.campingOverview th {
        font-size: 10px;
        text-align: left;
        color: #A5A5A5;
    }

    table.campingOverview th.header {
        font-weight: bold;
        font-size: 12px;
        background-color: #faa61a;
        height: 23px;
        line-height: 23px;
        color: #FFF;
        text-align: left;
	border-bottom: 1px solid #D3D3D3;
        text-transform: uppercase;
    }

    table.campingOverview td {
        height: 25px;
        line-height: 25px;
        padding-left: 0px;
        border-bottom: 1px solid #D3D3D3;
        
    }

div.gmap div.campingContainer, div.gmap div.camperplaceContainer {
    width: 97%;
}

    div.gmap div.camperplaceHeader, div.gmap div.campingHeader {
        color: #000;
        font-size: 18px;
        background-color: #FFF;
        text-align: left;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #D3D3D3;
    }

    div.gmap div.camperplaceLink, div.gmap div.campingLink {
        display: none;
    }

div.camperplaceHeader, div.campingHeader {
    font-weight: bold;
    font-size: 12px;
    background-color: #faa61a;
    height: 23px;
    line-height: 23px;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    border-bottom: 1px solid #D3D3D3;
    text-transform: uppercase;
}

div.gmapMaximize div.camperplaceHeader, div.gmapMaximize div.campingHeader {
    font-size: 18px !important;
    text-align: left !important;
    height: 30px !important;
    line-height: 30px !important;
    border-bottom: 1px solid #D3D3D3 !important;
    background-color: #FFF !important;
    color: #000 !important;
    text-align: left;
    text-transform: uppercase;
}

div.gmapMaximize a.printLink, div.gmapMaximize div.camperplaceLink, div.gmapMaximize div.campingLink {
    display: none !important;
}

table.campingDetails, table.camperplaceDetails {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
}

    table.campingDetails th, table.campingDetails td {
        height: 25px;
        line-height: 25px;
        padding-left: 0px;
    }

    table.campingDetails th {
        background-color: #F1F1F1;
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
    }
	table.campingDetails td {
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
    }
	
    table.camperplaceDetails th, table.camperplaceDetails td {
        height: 25px;
        line-height: 25px;
        padding-left: 0px;
    }

    table.camperplaceDetails th {
	background-color: #F1F1F1;
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
    }

    table.camperplaceDetails td {
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
    }

    table.camperplaceDetails td div.filter {
	 width: 50%;
        float: left;
    }

        table.camperplaceDetails td div.filter div, table.camperplaceDetails td div.filterWide div {
            float: left;
        }

        table.camperplaceDetails td div.filter div.filterKey {
	     width: 60%;
        }

        table.camperplaceDetails td div.filter div.filterValue {
	     width: 40%;
        }

    table.camperplaceDetails td div.filterWide {
        clear: both;
    }

        table.camperplaceDetails td div.filterWide div.filterKey {
            width: 30%;
        }

        table.camperplaceDetails td div.filterWide div.filterValue {
            width: 70%;
        }
        
div.alignRight {
	clear: both;
	text-align: right;	
}