html {
}

body {
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    font-size:15px;
    line-height:22px;
}

.container {
}



form#form_1 ul.cmsform.type2 li div.checkbox_wrapper div.option_wrapper label {
	display: block!important;
	width: 100%;
}
ul.cmsform.type2 .checkbox_wrapper .option_wrapper {
    display: ruby-base-container;
}


header {
	background:url(../images/bg-pattern.jpg) top left repeat;
}




a.logo {
    display:block;
	margin:20px 0 15px 0;
}
#headercontact {
    color:#0e5387;
    font-size:14px;
    line-height:18px;
    text-align:right;
    margin:15px 0;
}
#headercontact a {
    color:#0e5387;
}
#headercontact a:hover {
    text-decoration:underline;
}

#navwrapper {
	background: rgb(121,195,245); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(121,195,245,1) 0%, rgba(56,89,112,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,195,245,1)), color-stop(100%,rgba(56,89,112,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(121,195,245,1) 0%,rgba(56,89,112,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(121,195,245,1) 0%,rgba(56,89,112,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(121,195,245,1) 0%,rgba(56,89,112,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(121,195,245,1) 0%,rgba(56,89,112,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c3f5', endColorstr='#385970',GradientType=0 ); /* IE6-9 */
	width:100%;
	height:50px;
	border-top:1px solid #fff;
}
nav {
    height:42px;
    line-height:42px;
	padding-top:5px;
    font-size:17px;
}
nav li {
    float:left;
    margin: 0 2px 0 0;
}
nav a {
    color: #fff;
    display: block;
    overflow: auto;
    padding: 1px 17px 3px 17px;
    transition: color 0.1s ease-in 0s;
}

nav li.active.level1 > a {
    color:#0e5387;
    background:#fff;
	border-radius:10px 10px 0 0;
	border:1px solid #fff;
	border-bottom:none;
    padding:0 16px 3px 16px;
	box-shadow:0 4px 4px #dedede inset, 0 4px 4px #dedede;
	box-shadow:0 4px 4px rgba(0,0,0,0.2) inset, 0 4px 4px rgba(0,0,0,0.4);
}

nav li.level1 > a:hover, nav li.level1:hover > a {
    color:#0e5387;
}

/* Sub menu's */
nav ul {
    position: relative;
}
nav ul ul, nav ul ul ul, nav ul ul ul ul {
    display:none;
    position:absolute;
    top:100%;
    background:#fff;
	border:1px solid #385970;
	border-top:none;
	border-radius:0 0 8px 8px;
    line-height:32px;
    z-index:999;
	overflow:hidden;
}
nav li.level1 > ul {
    top:45px;
    padding:1px;
    background:#fff;
	margin-left:-1px;
}
nav ul ul li {
    padding:0 0 1px 0;
	margin:0;
}
nav ul ul li:last-child {
    padding:0;
}
nav ul ul li a {
    padding:0 14px;
    color:#0e5387;
    text-align:left;
	display:block;
	font-size:15px;
    transition: none;
}
nav ul ul li a:hover, nav ul ul li.active a  {
	background:#0e5387;
    color:#fff;
    text-align:left;
}
nav ul ul li {
    float:none;
}
nav li:hover > ul {
    display:block;
}

#contentwrapper {
	padding-top:15px;
	background:#fff;
	position:relative;
	z-index:8;
}

#slider {
    display:block;
    overflow:hidden;
    background:#fff;
	outline:1px solid #fff;
	box-shadow:0 0 5px #000;
	margin-top:5px;
	margin-bottom:30px;
}

#content .grid_9 {
	outline:1px solid #979797;
	box-shadow:0 0 5px #979797;
	margin-bottom:30px;
}

#content .text {
	padding:15px 30px;
}

.rightblock {
	outline:1px solid #979797;
	box-shadow:0 0 5px #979797;
	margin-bottom:25px;
}
.rightblock.text a {
	background:#5284a6;
	color:#fff;
	border-radius:8px;
	padding:5px 12px;
	display:inline-block;
    margin:10px 0;
}
.rightblock.text a:hover {
	background:#0e5387;
	text-decoration:none;
}


footer {
	width:100%;
	padding-top:20px;
	overflow:auto;
	color:#fff;
	font-size:13px;
	line-height:19px;
	background: rgb(56,89,112); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(56,89,112,1) 0%, rgba(121,195,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,89,112,1)), color-stop(100%,rgba(121,195,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(56,89,112,1) 0%,rgba(121,195,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(56,89,112,1) 0%,rgba(121,195,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(56,89,112,1) 0%,rgba(121,195,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(56,89,112,1) 0%,rgba(121,195,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385970', endColorstr='#79c3f5',GradientType=0 ); /* IE6-9 */
}
footer .text a {
	color:#fff;
}

footer .grid_6 {
	padding-bottom:20px;
}
#googlemap {
	text-align:right;
}
#googlemap img {
	float:right;
	padding-left:15px;
}

#content .title, .text h1 {
	display:block;
	color:#fff;
	background:#5284a6;
	margin:0 -30px 15px -30px;
	padding:10px 30px;
	font-size:17px;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:24px;
	line-height:28px;
	color:#0e5387;
	font-weight:normal;
}
.text h1 {
    font-size:26px;
	color:#fff;
}
.text a {
	color:#0e5387;
}

.text strong {
    font-weight:bold;
}
.text em {
    font-style:italic;
}






/* =============================================================================
   Page Styles
   ========================================================================== */

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Regular screens */
@media only screen and (min-width: 996px) and (max-width: 1223px) {


    nav li {
        margin-right:1px;
    }
    nav a {
        font-size:15px;
        padding: 1px 12px 3px 12px;
    }

    nav li.active.level1 > a {
        padding:0 11px 3px 11px;
    }


}

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {


    nav li {
        margin-right:1px;
    }
    nav a {
        font-size:13px;
        padding: 1px 5px 3px 5px;
    }

    nav li.active.level1 > a {
        padding:0 4px 3px 4px;
    }


}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

    #headercontact {
       text-align:left;
       margin-top:0;
    }
    #navwrapper {
        height:15px;
    }


	footer {
		text-align:center;
	}
	#googlemap {
		text-align:center;
	}


}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {


    #headercontact {
       text-align:left;
       margin-top:0;
    }
    #navwrapper {
        height:15px;
    }


	footer {
		text-align:center;
	}
	#googlemap {
		text-align:center;
	}


}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {


    #headercontact {
       text-align:left;
       margin-top:0;
    }
    #navwrapper {
        height:15px;
    }


	footer {
		text-align:center;
	}
	#googlemap {
		text-align:center;
	}
	#googlemap img {
		padding:0 55px 20px 55px;
	}

}

.info {
	border: 1px solid #cecece;
	padding: 15px 15px 0px 15px !important;
	background: #f0f0f0 !important;
	margin: 0 0 30px 0;
	font-style: italic;
}
.vakantiemelding {
	background: #5284A6;
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin-bottom: 25px;
	line-height: 35px;
	padding: 25px 11px 0px !important;
	outline: 1px solid #979797;
	
  }