html{
	overflow-y: scroll;
}
body, html{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	background: url(/images/bg.jpg) repeat-x #f3f3f3;
}
.wrap{
	width: 100%;
	min-height: 100%;
	position: relative;
}
.site{
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	height:auto !important;
}
.logo{
	width: 700px;
	float: left;
	padding-top: 10px;
}
.reserveren{
	width: 200px;
	height: 35px;
	line-height: 32px;
	float: left;
	background: #cd1c05;
	text-transform: uppercase;
	text-align: center;
}
.reserveren a{
	color: #FFFFFF;
}

.language{
	width: 60px;
	height: 35px;
	float: left;
	background: #25699a;
}
.language img{
	float: left;
	margin-left: 8px;
	margin-top: 12px;
}
.menu{
	width: 545px;
	height: 59px;
	line-height: 53px;
	float: left;
	margin: 13px 0 40px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.menu a{
	color: #FFFFFF;
	margin-right: 15px;

}
.menu a:hover{
	color: #333333;
}

.content{
	width: 960px;
	height: 100%;
	float: left;
}
.contentLeft{
	width: 545px;
	float: left;
	margin-right: 20px;
	line-height: 27px;
}
.contentRight{
	width: 395px;
	float: left;
	margin-top: -150px;
}
.footer{
	width: 960px;
	float: left;
	text-align: center;
	margin-top: 100px;
	color: #999999;
}
.footer a{
	color: #999999;
}

img{
	border:0;
}
h1{
	font-size:14px;
	text-transform:uppercase;
}
h2{
	font-size:13px;
	text-transform:uppercase;
}
h3{
	font-size:12px;
	text-transform:uppercase;
}
a{
	color: #605448;
	text-decoration: none;
}

.formMelding{
	color:#CC0000;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width:100%;
	border-bottom:1px solid #CC0000;
	border-top:1px solid #CC0000;
	line-height: 18px;
}
.form{
	width:540px;
	float:left;
}
form.form legend{
	font-weight:bold;
	padding:3px 5px 3px 5px;
	background-color:#00b4f0;
	color:#FFFFFF;
}
form.form fieldset{
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
form.form label {
	display:inline-block;
	line-height:1.8;
	vertical-align:top;
	width:170px;
}
form.form em{
	color:#CC0000;
}
form.form input{
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:200px;
	margin-bottom:3px;
}
form.form textarea{
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:350px;
	height:100px;
	margin-bottom:3px;
	font-size:11px;
}