/* standard */
body {
	background: #000;
	font: 12px Arial, Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	}
a {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
img {
	border: none;
	}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	}
em {
	font-size: 12px;
	}
form {
	border: 0;
	margin: 0;
	padding: 0;
	}
input, textarea, select {
	font: 12px Arial, Verdana, sans-serif;
	vertical-align: middle;
	}
input:focus, textarea:focus, select:focus {
	outline: none;
	}

/* main */
body#intro {
	background: #000 url(../img/gordijnen.jpg) no-repeat 50% 50%;
	}
#flash {
	display: block;
	width: 525px;
	height: 500px;
	text-align: center;
	margin: 0;
	}
a.logo-big {
	display: block;
	width: 475px;
	height: 220px;
	background: url(../img/logo-big.png) no-repeat 50% 50%;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0;
	}
a.logo-tussenslag {
	display: block;
	width: 350px;
	height: 162px;
	background: url(../img/logo-tussenslag.png) no-repeat 50% 50%;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0;
	}
a.logo-small {
	display: block;
	width: 260px;
	height: 120px;
	background: url(../img/logo-small.png) no-repeat 50% 50%;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0;
	}
a.home {
	float: right;
	display: block;
	width: 60px;
	height: 25px;
	background: url(../img/btn-home.gif) no-repeat 50% 50%;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 10px;
	}
a.home:hover {
	color: #000;
	text-decoration: none;
	}

/* menu */
ul.menu {
	list-style: none;
	width: 330px;
	margin: 0;
	padding: 0;
	}
ul.menu li {
	float: left;
	list-style: none;
	width: 330px;
	margin: 0;
	}
ul.menu li a {
	display: block;
	width: 290px;
	height: 45px;
	background: url(../img/btn-menu.gif) no-repeat 0 50%;
	font: 30px/45px Arial, Verana, sans-serif;
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding-left: 40px;
	}
ul.menu li a:hover {
	color: #be0f34;
	text-decoration: none;
	}

/* nav */
ul.nav {
	list-style: none;
	width: 330px;
	margin: 0;
	padding: 0;
	}
ul.nav li {
	float: left;
	list-style: none;
	width: 330px;
	margin: 0;
	}
ul.nav li a {
	display: block;
	width: 290px;
	height: 45px;
	background: url(../img/btn-menu.gif) no-repeat 100% 50%;
	font: 30px/45px Arial, Verana, sans-serif;
	color: #fff;
	text-align: right;
	text-decoration: none;
	padding-right: 40px;
	}
ul.nav li.trip a {
	width: 330px;
	height: 75px;
	background: url(../img/tripadvisor.gif) no-repeat 100% 0;
	text-indent: -9999px;
	margin-top: 50px;
	padding: 0;
	}
ul.nav li a:hover {
	color: #be0f34;
	text-decoration: none;
	}

/* table */
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
td {
	margin: 0;
	padding: 0;
	}

/* text */
.text-normal {
	font-size: 16px;
	line-height: 20px;
	}
.text-small {
	font-size: 14px;
	}
.text-big {
	font-size: 18px;
	}
.text-big span {
	font-size: 14px;
	padding: 0 0 0 30px;
	}

/* gallery */
#gallery {
	position: relative;
	width: 525px;
	height: 500px;
	margin: 0;
	padding: 0;
	}
#gallery li {
	display: block;
	width: 525px;
	height: 500px;
	background: #ccc;
	margin: 0;
	padding: 0;
	}

/* google map */
#map {
	width: 525px;
	height: 500px;
	margin: 0;
	}

/* form */
form {
	border: none;
	margin: 0;
	padding: 0;
	}
label {
	display: block;
	width: 525px;
	font-size: 14px;
	color: #b19279;
	margin-top: 10px;
	}
input.text {
	width: 440px;
	background: #dedede;
	border: 1px solid #dedede;
	margin: 5px 0 0;
	padding: 1px;
	}
.button {
	cursor: pointer;
	float: left;
	display: block;
	width: 100px;
	height: 25px;
	background: url(../img/btn-verzenden.gif) no-repeat 50% 50%;
	border: none;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	}

/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important }
.right { float: right !important }
.bold { font-weight: bold !important }
