*{
	margin: auto;
	padding: auto;
}

body{
	background-color: #6ACDF7;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	
}

#wrapper{
	margin: auto;
	width: 950px;
}

.banner{
	margin-top: 10px;
	height: 175px;
}

.banner img{

	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}

header nav ul{
	width: 100%;
	list-style: none;
	padding: 0;
	background: #0753B5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0753B5), color-stop(100%, #378BDE)); /* chrome & safari4+ */
	background: -moz-linear-gradient(top, #0753B5 0%, #378BDE 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #0753B5 0%, #378BDE 100%); /* Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top, #0753B5 0%, #378BDE 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #0753B5 0%, #378BDE 100%); /* W3C standard, IE10+ */
	
}

header nav ul li{
	width: 14%;
	//float: left;
	//padding-left: 30px;
	display: inline-block;
	list-style: none;
	font-family: Helvetica;
	
}

header nav ul li a{
	display: block;
	color: LightSkyBlue;
	text-decoration: none;
	width: 100%;
	padding: 8px 0;

	padding-bottom: 9px;
	text-align: center;
}

header nav ul li a:hover{
	text-decoration: none;
	color: LightSteelBlue;
	//padding-bottom: 7px;
}

header nav ul li:hover ul{
	display: block;
}

header nav ul ul{
	display: none;
	position: absolute;
	width: 203px;
}

header nav ul ul li{
	display: block;
	
}

header nav ul li.active a{
	color: #C5CAE9;
	//border-bottom: 2.5px solid Navy;
	padding-bottom: 7.5px;
}

.boxshadow{
	box-shadow: 0px 4px 15px 0px rgba(50, 50, 50, 0.5);
}

.content{
	background-color: #378BDE;
	max-height: 1100px;
	height: 900px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 15px;
	
	//box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.65);
}

.logo img{
	width: 150px;
	height: 150px;
	position: absolute;
	margin-left: 40px;
	margin-top: 15px;
}

.left{
	background-color: #378BDE; //LightCyan;
	max-height: 800px;
	width: 500px;
	float: left;
	margin-top: 30px;
}

.left .text{
	margin-top: 5px;
	//border: 2px solid black;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.left .smallertext{
	width: 470px;
	margin-top: 5px;
	//border: 2px solid black;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.left .text article, .left .reserveringsform h1{
	display: block;
	font-family: Helvetica;
	
}

.left .text article.smaller{
	width: 400px;
}

.left .text article p, .left .text article ul li{
	color: LightSteelBlue;
	font-size: 16px;
}

h1, h2, h3, h4{
	color: #0753B5; //DarkBlue;
}

.left a{
	text-decoration: none;
}

a.flag-dutch img{
	margin: 0;
	float: right;
	width: 21px;
	height: 14px;
	margin-right: 8px;
	//text-decoration: none;
}

a.flag-english img{
	margin: 0;
	float: right;
	width: 21px;
	height: 14px;
	//text-decoration: none;
}

a.links{
	text-decoration: none;
	color: LightSkyBlue;
}

a.links:hover{
	color: #0753B5;
}

a.underline{
	text-decoration: underline;
	color: lightblue;
}

.right{
	background-color: #0753B5; //LightCyan;
	margin-top: 15px;
	width: 385px;
	max-height: 1000px;
	float: right;
	padding: 5px;
}

.right .cycle-slideshow img, .right img{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 4px 15px 0px rgba(50, 50, 50, 0.75);
	width: 385px;
	height: 270px;
}

.right .parent-container img.horizon{
	width: 180px;
	height: 120px;
	padding: 5px;
}

.right .parent-container img.vertical{
	width: 115px;
	height: 173px;
	padding: 5px;
}

.contact{
	background-color: #0753B5; //LightCyan;
	margin-top: 10px;
	width: 385px;
	float: right;
	padding: 5px;
}

.contact .info{
	width: 350px;
	padding: 15px;
	border: 2px solid LightSkyBlue;
}

.contact article p{
	font-family: Helvetica;
	font-size: 16px;
	color: LightSkyBlue;
}

.reserveringform{
	margin: auto;
	width: 470px;
	//background-color: #0753B5;
	padding: 20px;
	padding-bottom: 40px;
}
.reserveringform input, button, select, textarea{
	float: right;
}

input, textarea{
	background-color: #87CEFA;
	border: 1px solid #0753B5;
	width: 200px;
}
.reserveringform label{
	display: inline-block;
}

.reserveringform p, label{
	font-family: Helvetica;
	color: LightSteelBlue;
}

.reserveren{
	//background-color: #0753B5; //LightCyan;
	margin-top: 10px;
	width: 395px;
	float: right;
	
}

.left .reserveringform h1, h2{
	font-family: Helvetica;

}

.footer{
	width: 100%;
	background-color: red;
}

footer{
	width: 100%;
	margin-bottom: 5px;
}

footer ul{
	width: 100%;
	list-style: none;
	margin-top: 1px;
	padding: 0;
	background: #0753B5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #378BDE), color-stop(100%, #0753B5)); /* chrome & safari4+ */
	background: -moz-linear-gradient(top, #378BDE 0%, #0753B5 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #378BDE 0%, #0753B5 100%); /* Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top, #378BDE 0%, #0753B5 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #378BDE 0%, #0753B5 100%); /* W3C standard, IE10+ */
}

footer ul li{
	width: 16.667%;
	//float: left;
	display: inline-block;
	list-style: none;
	font-family: Helvetica;
}

footer ul li.active a{
	color: #C5CAE9;
	padding-top: 7.5px;
}

footer ul li a{
	display: block;
	color: white;
	text-decoration: none;
	width: 100%;
	padding: 8px 0;

	padding-top: 9px;
	text-align: center;
}

footer ul li a:hover{
	color: LightSkyBlue;
}