@charset "utf-8";
/* CSS Document */

.clearfloat {
	clear: both;
}
body {
	margin:0;
}

#vlaggen {
	position: absolute;
	top: 24px;
	right: -60px;
	width: 279px;
}

#vlaggen #beach {
	float: left;
	width: 200px;
	height: 20px;
	margin-right: 10px;
}

#vlaggen #nl {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#vlaggen #en {
	float: left;
	margin-top: 3px;
}

h1#title {
	height: 20px;
}

span.invis {
	display: none;
}

#logo {
	position: relative;
	background:url(../images/logo.jpg) no-repeat;
	height: 50px;
}

#logo a {
	display: block;
	height: 50px;
	width: 240px;
	text-indent: -9999px;
}

#flashbanner_wrapper {
	margin-top: 55px;
	height: 310px;
}

#flashbanner_wrapper_small {
	margin-top: 55px;
	height: 200px;
}

#flashbanner_intro {
	height: 475px;
}

#flashbanner_main {
	height: 310px;
}

#flashbanner_main_small {
	height: 200px;
}

#spacer {
	height: 1px;
	width: 100%;
	position: relative;
	background: #FFFFFF;
}

#content_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	width: 990px;
}

#inner_content {
	color: #262626;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
}

#content #col1 {
	float: left;
	padding: 10px 50px 50px 55px;
	width: 390px;
}

#content #col3 {
	float: left;
	padding: 10px 50px 50px 55px;
}

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	color: #262626;
	text-decoration: none;
	font-weight: bold;
}

#content #col2 {
	float: left;
	padding: 8px 0px 50px 0px;
	width: 495px;
}

#spacer_bottom {
	position: fixed;
	bottom: 30px;
	height: 1px;
	width: 100%;
	background: #FFFFFF;
}


#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #262626;
}

#footerContainer {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#rightMenu {
	display: none;
	position: absolute;
	right: 34px;
	bottom: -15px;
}

#rightMenu li {
	float: right;
	height: 29px;
	list-style: none;
	cursor: pointer;
}

#welcome { background: url(../images/welcome.jpg) no-repeat; width: 105px; }
#food { background: url(../images/food.jpg) no-repeat; width: 70px; }
#hotel { background: url(../images/hotel.jpg) no-repeat; width: 70px; }
#events { background: url(../images/events.jpg) no-repeat; width: 70px; }
#copyright { 
	background: url(../images/copy.jpg) no-repeat; 
	margin-left: -1px;
	margin-top: 0px;
	width: 300px; 
	height: 29px;
}