/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DEDEDE;
	font-size: 70%;
	text-align: center;
	margin: 0;
	background: #000000 url("../images/bg_website.jpg") repeat-x;
	}

body#home {
	background-image: none;
	}

#website_home {
	width: 800px;
	margin: auto;
	}

#logo_home, #warning_home {
	margin-bottom: 24px;
	color: #D71604;
	}

#jonger_ouder_18 {
	width: 800px;
	}

#jonger_18 {
	width: 300px;
	float: left;
	}

#ouder_18 {
	width: 300px;
	float: right;
	text-align: right;
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #DEDEDE;
	}

th {
	background-color: #DEDEDE;
	color: #000000;
	}

table.hotels td {
	border-bottom: 1px solid #333333;
	}
	
#website {
	width: 960px;
	text-align: left;
	margin: auto;
	}

#header {
	width: 960px;
	background: url("../images/bg_header.jpg") top right no-repeat;
	height: 118px;
	}

#logo {
	float: left;
	margin-right: 69px;
	}

#menu {
	width: 960px;
	height: 40px;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 12px 0;
	}

#menu ul {
	margin: 6px 6px 0 0px;
	padding: 6px 0 0 0;
	list-style-type: none;
	}

#menu ul li{
	float: left;
	padding: 0 30px 0 0;
	}

#menu ul li a:LINK, #menu ul li a:VISITED {
	text-decoration: none;
	color: #000000;
	}

#menu ul li a:HOVER, #menu ul li a:ACTIVE {
	text-decoration: underline;
	color: #000000;
	}

#contentframe {
	min-height: 400px;
	background: url("../images/bg_content.gif") center no-repeat;
	}

*html #contentframe {
	height: 400px;
	}

#content {
	width: 480px;
	float: left;
	}

.inline_edit {
	text-align: right;
	margin: 24px 0 12px 0;
	}

#footer {
	background: url("../images/bg_footer.gif");
	text-align: center;
	font-size: 85%;
	height: 230px;
	color: #5e5e5e;
	}

ul#inner_footer {
	width: 960px;
	text-align: left;
	margin: auto;
	list-style-type: none;
	padding: 190px 0 0 0;
	height: 40px;
	background: url("../images/bg_inner_footer.jpg") right no-repeat;
	}

ul#inner_footer li {
	float: left;
	margin-right: 24px;
	}

#footer a:LINK, #footer a:VISITED, #footer a:ACTIVE, #footer a:HOVER {
	color: #5e5e5e;
	}

.angel {
	width: 300px;
	height: 330px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	float: left;
	}

.foto {
	position: relative;
	}

.nieuw {
	position: absolute;
	top: 0;
	left: 0;
	}

#profiel {
	width: 960px;
	}

#profiel_fotos {
	width: 450px;
	float: left;
	}

#profiel_text {
	width: 480px;
	float: right;
	}

ul#mogelijkheden {
	list-style-type: none;
	margin: 0 0 24px 0;
	padding: 0;
	}

ul#mogelijkheden li {
	width: 40%;
	padding: 3px 0 3px 20px;
	float: left;
	display: block;
	}

ul#mogelijkheden li.true {
	background: url("../images/icon_true.gif") 0em 0.3em no-repeat;
	}

ul#mogelijkheden li.false {
	background: url("../images/icon_false.gif") 0em 0.3em no-repeat;
	}

ul#links {
	margin: 0 0 24px 0;
	padding: 0;
	list-style-type: none;
	}

ul#links li {
	display: inline-block;
	margin: 0 10px 20px 0;
	}

ul#submenu {
	margin: 0 0 24px 0;
	padding: 0 0 3px 6px;
	list-style-type: none;
	border-left: 10px solid #D71604;
	border-bottom: 1px solid #D71604;
	}

ul#submenu li {
	padding: 3px 0 3px 0;
	}

ul#submenu li.folderup {
	text-align: right;
	padding: 0 0 0 30px;
	}

ul#submenu a.ActieveNavigatielink {
	font-weight: bold;
	color: #DEDEDE;
	text-decoration: none;
	}

p {
	margin: 6px 0 12px 0;
	}

hr {
	color: #6EBCEA;
	background-color: #6EBCEA;
	border: none;
	height: 1px;
	width: 100%;
	}

h1 {
	margin: 0 0 6px 0;
	color: #D71604;
	font-size: 180%;
	}

h2 {
	margin: 0 0 6px 0;
	color: #D71604;
	font-size: 150%;
	}

h3 {
	margin: 0 0 6px 0;
	color: #D71604;
	font-size: 120%;
	}

h4 {
	margin: 0 0 6px 0;
	color: #DEDEDE;
	font-size: 100%;
	}
	
a:LINK {
	color: #D71604;
	}

a:VISITED {
	color: #D71604;
	}

a:HOVER, a:ACTIVE {
	color: #DEDEDE;
	}

a img {
	border: 0;
	}


/* FORM */
input, select, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

textarea {
	width: 212px;
	}

#cms_form {
	margin: 0 0 12px 0;
	}

#cms_form label {
	width: 150px;
	float: left;
	clear: left;
	}

#cms_form fieldset {
	width: 475px;
	}

#cms_form fieldset legend {
	font-weight: bold;
	color: #333333;
	}

.inputopmerking {
	margin-left: 150px;
	clear: both;
	font-size: 85%;
	margin-top: -6px;
	}

.submitknop {
	margin-left: 150px;
	padding-top: 12px;
	}

.foutmelding {
	font-weight: bold;
	color: #FF0000;
	}

.vereistveld {
	font-weight: bold;
	}

.vereistveld:BEFORE {
	color: #FF0000;
	content: "* ";
	font-weight: normal;
	}


.sitemap_0 {
	margin: 0 0 9px 0;
	}

.sitemap_1 {
	margin: 9px 0 9px 20px;
	}

.sitemap_2 {
	margin: 9px 0 9px 40px;
	}

.sitemap_3 {
	margin: 9px 0 9px 60px;
	}

.sitemap_4 {
	margin: 9px 0 9px 80px;
	}

.sitemap_5 {
	margin: 9px 0 9px 100px;
	}

#contactform, #nieuwshomepagina {
	margin: 36px 0 12px 0;
	}

.thumbnail {
	float: left;
	margin-right: 6px;
	}

.nieuwsbericht {
	clear: left;
	overflow:hidden;
	margin: 6px 0 6px 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px dashed #E28484;
	}

.nieuwsbericht p {
	margin: 0 0 6px 0;
	}

.nieuwsbericht p .datum {
	font-weight: bold;
	font-size: 85%;
	padding-right: 6px;
	color: #000000;
	}

#frm_nieuws {
	margin: 0 0 24px 0;
	}

#content {
	float: left;
	width: 
	}

#profiel_fotos_home {
	float: right;
	width: 450px;
	}

#reserveer {
	clear: both;
	text-align: center;
	}

.hotels {
	margin-bottom: 24px;
	}

.top {
	font-size: 85%;
	text-align: right;
	}

#beschrijving_werkuren {
	width: 480px;
	}

#beschrijving {
	float: left;
	width: 220px;
	}

#werkuren {
	float: right;
	width: 240px;
	}

#werkuren ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#werkuren ul li {
	margin: 3px 0 3px 0;
	}





.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 0;
	overflow: scroll; /*leave this value alone*/
	width: 400px; /*Width of Carousel Viewer itself*/
	height: 510px; /*Height should enough to fit largest content's height*/
	text-align: center;
	}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}







/* CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

