* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 16px;
}


/* flags */

#flags {
    width: 900px;
	margin: 0 auto;
}

#flags div {
    height: 13px;
    width: 900px;
    margin-top: 8px;
    text-align: right;
}

#flags img {
    padding-left: 2px;
}

#flags img, #flags a {
	border: none;
}


/* container */

#container {
	width: 900px;
	margin: 10px auto 20px auto;
	background-color: #3d3c3f;
}


/* header */

#header {
	width: 100%;
	height: 150px;
	/*margin-bottom: 25px;*/
	margin-bottom: 0;
	background-image: url(/images/header_small.png);
	background-repeat: no-repeat;
	background-position: 466px center;
}

body.home #header, body.fotos #header {
	background-image: url(/images/header.png);
	background-position: center;
}

#header #name strong, #header #slogan {
	display: none;
}

#header #name {
	display: block;
	width: 404px;
	height: 45px;
	margin-left: 465px;
	padding-top: 40px;
	/*border: 1px solid yellow;*/
}

body.home #header #name, body.fotos #header #name {
    width: 600px;
	height: 68px;
	margin-left: 149px;
	padding-top: 21px;
}

#header #name a {
	display: block;
	width: 100%;
	height: 100%;
	/*border: 1px solid orange;*/
}


/* main */

#main {
}

#main #full {
	width: 100%;
}

#main #full .slideshow {
	width: 900px;
	height: 450px;
}

.slideshow {
	overflow: hidden;
}

#main #fotos img {
	width: 100px;
	width: 100px;
}

#main #fotos ul, #main #fotos li {
	list-style-type: none;
}

#main #fotos ul {
    width: 444px;
    height: 442px;
    margin-left: 228px;
}

#main #fotos ul li a, #main #fotos ul li img {
	border: none;
	padding: 0;
	margin: 0;
}

#main #fotos ul li {
	display: inline-block;
	margin-right: 7px;
    margin-bottom: 7px;
}

#sidebar {
	width: 435px;
	height: 435px;
	padding-top: 7px;
}

#main #sidebar .slideshow {
	width: 435px;
	height: 435px;
}

#main #content {
	width: 405px;
	min-height: 442px;
	margin-left: 30px;
	text-align: justify;
}

#sidebar, #content {
	float: left;
}

.clear {
	clear: both;
}


/* content */

h1 {
	color: #009ee0;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 17px;
	letter-spacing: 2px;
	font-weight: normal;
}

h2 {
	color: #009ee0;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 6px;
	letter-spacing: 1px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	font-weight: bold;
}

a, a:link, a:visited, a:hover, a:active {
	color: #009ee0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 17px;
}

#content ul, #content ol {
	margin-left: 17px;
}


/* menu */

#menu {
	width: 100%;
	/*margin-top: 45px;*/
	margin-top: 23px;
	padding-bottom: 5px;
}

body.home #menu {
	margin-top: 15px;
}

#menu ul, #menu ul li {
	list-style-type: none;
}

#menu ul, #menu li, #menu a {
	display: block;
	width: 100%;
}

#menu > ul > li {
	width: 225px !important;
	float: left;
}

#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	height: 25px;
	text-align: center;
	text-decoration: none;
	color: #b2b2b2;
	font-size: 16px;
	letter-spacing: 1px;
}

#menu a:hover, #menu li.active > a {
	color: #fff !important;
}

#menu > ul > li > a, #menu > ul > li > a:link, #menu > ul > li > a:visited, #menu > ul > li > a:hover, #menu > ul > li > a:active {
	height: 30px !important;
	color: #fff;
	font-size: 18px;
}

#menu > ul > li > a:hover, #menu > ul > li.active > a {
	color: #009ee0 !important;
}

#menu > ul > li > ul {
	visibility: hidden;
}

#menu:hover > ul > li:hover > ul {
	visibility: visible;
}


/* slideshow */

.jdGallery .slideElement, .jdGallery .loadingElement {
	background-color: #3d3c3f !important;
	/*background-image: url(http://deoarekeamer.nl/libraries/smoothgallery/css/img/loading-bar-dok.gif) !important;*/
}

/* reserveren */

    form h2 {
        margin-top: 1em;
    }

    form p.line, form p.radioline, form p.textarealine, form p.buttonline {
		background-color: #515053;
		padding: 10px;
		color: #fff;
		margin-bottom: 10px;
	}
    
    form p.line label {
        display: inline-block;
        width: 145px;
        padding-right: 5px;
        text-align: right;
    }
    
    form p.radioline label {
        display: block;
    }
    
    form textarea {
        width: 100%;
        height: 70px;
    }
    
    form button {
    	width: 385px;
		padding: 5px;
		height: 50px;
        font-size: 15pt;
    }
    
    form p.block.button {
        width: 385px;
        padding: 10px;
    }
	
	form p.line input {
		width: 215px;
		padding: 3px;
		color: #444;
        margin-top: 1px;
	}
	
	form p.line.name input {
	   width: 140px;
    }
	
	form p.block button {
		width: 385px;
		padding: 5px;
		height: 50px;
        font-size: 15pt;
	}

/* beschikbaarheid */

    form p.block {
		background-color: #515053;
		padding: 6px 10px 10px 10px;
		width: 175px;
		text-align: center;
		color: #fff;
		/*height: 63px;*/
        margin-bottom: 15px;
        margin-left: 15px;
        float: left;
	}
    
    form p.block:first-child, form p.block.button {
        margin-left: 0;
    }
    
    form p.block.button {
        width: 385px;
        padding: 10px;
    }
	
	form p.block input {
		width: 161px;
		padding: 5px;
		font-size: 15pt;
		text-align: center;
		color: #444;
		height: 23px;
        margin-top: 1px;
	}
	
	form p.block button {
		width: 385px;
		padding: 5px;
		height: 50px;
        font-size: 15pt;
	}
	
	p.clear {
		clear: both;
		padding: 0;
		margin: 0;
		height: 0;
	}