@charset "utf-8";
/* CSS Document */
/* Reset css styles*/

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
}
body {
	background:#666666 url(../images/bg.gif) repeat-x;
}

body, html {height: 100%;}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: auto;
	background: url(images/bg.jpg) no-repeat;
}
#box0 {
	width: 798px;
	height: 100%;
	border-left: 1px solid #C6C7C6;
	border-right: 1px solid #C6C7C6;
	background: url(../images/bg-box0.gif) no-repeat left top;
}
#box1-bg {
	width: 900px;
	height: 100%;
	background: url(../images/bg-box1-bg.jpg) no-repeat left top;
}
#box1 {
	width: 798px;
	height: 100%;
	border-left: 1px solid #C6C7C6;
	border-right: 1px solid #C6C7C6;
	background: url(../images/bg-box1.gif) repeat-y left top;
}
#header {
	height: 112px;
	padding-top: 8px;
}
#logo {
	float: left;
	width: 168px;
	border-right: 1px solid #C6C7C6;
}
#visual {
	float: left;
	width: 629px;
}
#menubox {
	float: left;
	width: 168px;
	border-right: 1px solid #C6C7C6;
	background: #424542;
	text-align: left;
}
#content {
	float: left;
	width: 629px;
	text-align: left;
}
#footer {
	width: 790px;
	height: 20px;
	padding-right: 10px;
	padding-top: 60px;
	background: #666666 url(../images/bg-footer.jpg) no-repeat left top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	clear: both;
}

#footer a { COLOR: #fff; text-decoration: none; }
#footer a:hover { COLOR: #fff; TEXT-DECORATION: underline; }
#footer a:visited { color: #fff;}

#vhg {
	margin-left: 30px;
	width: 90px;
	height: 70px;
}
#vhg a {text-decoration: none; }


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 0px;
	overflow: hidden;
}

.breadcrum {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4F9034;
	text-align:left;
}

.tellafriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/** LINKS */

a { COLOR: #fff; text-decoration: underline; }
a:hover { COLOR: #fff; TEXT-DECORATION: none; }
a:visited { color: #fff;}

/** MENU */

#menu	  {
	width: 168px;
	padding-top: 110px;
	padding-left: 0px;
	padding-bottom: 50px;
	background: url(../images/bg-menu-top.jpg) no-repeat left top;
}

.menulink li a { 
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 2px 2px 2px 22px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menulink li a:hover {
	background: url('../images/menulinkhover.gif') no-repeat left top; 
	color: white;
	text-decoration: none;
}

.menulink ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink li {
	border-bottom: 0px solid #000;
}

.menulink2 li a { 
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 1px 5px 3px 28px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.menulink2 li a:hover {
	color: #D0000D;
	text-decoration: none;
	background: none;
}

.menulink2 ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink2 li {
	border-bottom: 0px solid #000;
}


/** FORMS */

.form {
	margin: 0px;
	padding: 0px;
      FONT-FAMILY:Arial;
	FONT-SIZE:12px;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #000000;
	BORDER:1px solid #E98B0E;
}

/** HEADINGS */

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 2px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: lightgrey;
}

h3 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: white;
}

h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
}

h5, h6 {
	color: #05426E;
	margin-bottom: 10px;
}


/** TEKSTS */

.maintextTab {
	text-align: left;
	padding: 15px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #d3d3d3;
	line-height: 15px;
}

.maintext {
	background: url('../images/bg-main.jpg') no-repeat left top;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: lightgrey;
	line-height: 15px;
}

.maintext td {
	padding-right: 20px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: lightgrey;
	line-height: 15px;
}
.maintext ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.extratextTab {
	text-align: left;
	padding: 15px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #d3d3d3;
	line-height: 15px;
}

.extratext {
    text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}


td {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: lightgrey;
	line-height: 15px;
}

.orphan {
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #67BBD0;
}

.orphan a { COLOR: #67BBD0; text-decoration: none; }
.orphan a:hover { COLOR: #67BBD0; TEXT-DECORATION: underline; }
.orphan a:visited { color: #67BBD0;}
.orphan a:onfocus="this.blur()" ;


.header	{
	border-style: none solid none solid;
	border-width: 1px; border-color: #000000
}
.offers
{
	BACKGROUND-POSITION: right top;
	BACKGROUND-REPEAT: repeat-x
}
.foto
{
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE: url('../images/pic01_2.jpg');
	BACKGROUND-REPEAT: no-repeat
}

.adres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4F9034;
}

/** NIEUWS */

#nieuws {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.news_date {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #B0B0B0;
}
.news_title {
    text-align:left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #fff;
    font-weight: bold;
	color: #ffffff;
 }
.news_title a { COLOR: #ffffff; text-decoration: none; }
.news_title a:hover { COLOR: #ffffff; TEXT-DECORATION: none; }
.news_title a:visited { color: #ffffff;}

.news_text {
    text-align:left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	color: #d3d3d3;
}
.news_details {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #d3d3d3;
}
.title1 {
	FONT-SIZE: 13px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/** MODULES */

.bookingterms {
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	}