/* Headings */

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:active {
	color: #000000;
}

h1 { font-size: 28px; font-weight: bold;}

h2 { font-size: 20px; }

h3 { font-size: 10px; font-family:sans-serif; color:#FFF; }

h4, h5, h6 { font-size: 12px; font-weight: bold; color:#FFF; }

/* Structure */

body {
	background-color:#00BFFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #660066;
	height: 600px;
}
#wrapperValmonte {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #FFFF33;
	height: 600px;
}
#wrapperPrijzen {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #FF9900;
	height: 600px;
}
#wrapperReserveren {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #00CCFF;
	height: 600px;
}
#wrapperRoute {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #99FF33;
	height: 600px;
}
#wrapperLinks {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #CC0066;
	height: 600px;
}
#wrapperOmgeving {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #3300CC;
	height: 600px;
}

#menuright {
	height: 600px;
	width: 300px;
	float: right;
}

#contentWrapper {
	height: 370px;
	width: 600px;
	float: left;
	position:absolute;
/*	overflow:auto;
*/}
#contentInner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height:340px;
	width: 540px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	overflow: auto;
	overflow-x: hidden;
}
#contentReserveren {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height:370px;
	width: 540px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	overflow:hidden;
}
#contentInner #valmonte{
	color: #009999;	
}

#contentFoto {
	height:540px;
	width: 540px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
}

#contentFotoslide {
	height:540px;
	width: 540px;
}

#bottomIMG {
	height: 250px;
	width: 600px;
	z-index:1;
	position: absolute;
	margin-top: 400px;
}

.img {
	width: 198px;
	height: 200px;
	float: left;
	margin-right: 3px;
	z-index: 1;
}

.imgEnd {
	width: 198px;
	height: 200px;
	float: left;
	z-index: 1;
}

