
html {
    -webkit-text-size-adjust: none;
}

body {
	margin:0px;
	padding:0px;
	font-family:Calibri, Verdana, Geneva, sans-serif;	
	font-size:14px;
	line-height:19px;
}

.holder {
	position:relative;
	max-width:980px;
	margin:0px auto;	
}

.clear {
	clear:both
}

#banner {
	position:relative;
	height:110px;
}

#banner #logo {
	display:inline-block;
	position:relative;
	padding:10px;
}

#banner #menu {
	position:absolute;
	right:20px;
	bottom:15px;
	font-size:15px;	
}

#banner #menu ul {
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;	
}

#banner #menu ul li {
	float: left;
	margin-left:20px;
}

#banner #menu ul li a {
	text-decoration:none;
	padding:3px 5px;
}

#banner #menu ul li a.active {
	font-weight:bold;
}

#content {
	padding:40px 50px;	
}

#footer {
	padding:15px;
	font-size:12px;
}

#footer a {
	text-decoration:none
}

#footer a:hover {
	text-decoration:underline
}

/* Contact pagina */
.div30 {
	position:relative;
	width:30%;
	height:auto;
	float:left	
}

.div30 p {
	margin-top:5px;	
}

#googleMaps {
	float:right;
	position:relative;
	width:68%;
	height:200px;
	border:1px solid #ccc;	
}


.div40, .div5 {
	position:relative;
	width:45%;
	height:auto;
	float:left;	
}

.div5 {
	position:relative;
	width:5%;
	height:auto;
	float:left;	
}

label {
	margin-top:5px;	
}

label,input { 
	display:block; 
}

label.none, input.none {
	display:inline
}

input[type=text], input[type=password] {
	border:1px solid #ccc;
	width:100%;
	height:20px;
	line-height:20px;
	box-sizing:border-box;
	-webkit-appearance: none;
}

#googleMaps input[type=text] {
	width:256px;
	margin-bottom:2px;	
}

textarea {
	border:1px solid #ccc;
	width:100%;
	height:70px;
	line-height:20px;
	box-sizing:border-box;
	-webkit-appearance: none;
}

input[type=submit] {
	padding:5px 10px 4px 10px;
	background:#fff;
	color:#685c56;
	border:1px solid #685c56;
	margin:0px 0px 0px 0px;
	float:right;
	-webkit-appearance: none;
}

input[type=submit]:hover {
	background:#f0f0f0;
	cursor:pointer;
}

/* Content styles */
h1 {
	font-size:32px;
	line-height:32px;
	font-weight:normal;
	margin:5px 0px 15px 0px;
	padding:0px;	
}

h2 {
	font-size:20px;
	line-height:20px;
	font-weight:normal;	
	margin:5px 0px 0px 0px;
	padding:0px;
}

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


/* Foto's / foto albums */
a.album, a.foto {
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	margin-bottom:5px;	
}

a.album img, a.foto img {
	margin-bottom:10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.album img {
	margin-bottom:5px;	
}
/*
a.album {
	margin-bottom:5px;	
}*/