*
{
  margin: 0;
  padding: 0;
}

body
{
  width: 100%;
  height: 100%;
}

body
{
  color: #696969;
  background: #E3DCD3 url(images/body_bg.gif) top left repeat;
  font-family: Tahoma, "san-serif";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0;
  word-spacing: 0;
}

table tr th,
table tr td,
table tbody tr th,
table tbody tr td
{
  text-align: left;
  vertical-align: top;
}

a.focus
{
  outline: none;
}

img
{
  border: 0;
}

ul,
ul li ul
{
  list-style-position: outside;
}

ul li
{
  list-style-type: none;
  margin: 0;
}

ul li ul li
{
  list-style-type: none;
  margin: 0;
}

/* ------------------- P A G E ------------------- */

#page
{
	height:auto;
  margin: 9px auto 0 auto;
  width: 980px;
  background: #FFF url(images/page_bg.gif) top left repeat-y;
}

/* ------------------- I N T R O ------------------- */

#header_intro
{
  width: 980px;
  height: 20px;
  display: block;
  position: relative;
  background: transparent url(images/header_bg_intro.gif) top left no-repeat;
}

#body_intro
{
  width: 980px;
  height: 579px;
  display: block;
  position: relative;
  background: transparent url(images/intro_bg.jpg) 20px 0 no-repeat;
}

#intromenu
{
  top: 118px;
  left: 45px;
  width: 507px;
  height: 346px;
  display: block;
  position: relative;
}

.menu_intro ul
{
  width: 507px;
  height: 346px;
  display: block;
  list-style-type: none;
}

.menu_intro ul li
{
  margin: 0;
  width: 507px;
  height: 149px;
  display: block;
}

.menu_intro ul li.first
{
  margin: 0 0 48px 0;
  background: transparent url(images/intro_button_tourist.jpg) left top no-repeat;
}

.menu_intro ul li.last
{
  background: transparent url(images/intro_button_zakelijk.jpg) left top no-repeat;
}

.menu_intro ul li a
{
  width: 507px;
  height: 149px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 507px;
  text-decoration: none;
}

#footer_intro
{
  width: 980px;
  height: 21px;
  display: block;
  position: relative;
  background: transparent url(images/footer_bg_intro.gif) top left no-repeat;
}

/* ------------------- H E A D E R ------------------- */

#header
{
  width: 980px;
  height: 197px;
  display: block;
  position: relative;
  background: transparent url(images/header_bg.gif) top left no-repeat;
}

#header_bg
{
  top: 10px;
  margin: 0 8px 0 10px;
  width: 962px; /* 980-8-10 */
  height: 187px; /* 197-10 */
  display: block;
  position: relative;
  background: transparent url(images/header_gradient.gif) top left repeat-x;
}

#header_img h1
{
  margin: 0 0 0 16px;
  width: 220px;
  height: 118px;
  display: block;
  position: absolute;
  background: transparent url(images/hotel-de-uitkijk.gif) top left no-repeat;
  text-indent: 220px;
  white-space: nowrap;
  overflow: hidden;
  z-index:3;
}

/* ------------------- N A V I G A T I E ------------------- */

#topmenu
{
  top: -24px;
  margin: 0 8px 0 10px;
  width: 962px; /* 980-8-10 */
  height: 24px;
  display: block;
  position: relative;
  z-index:3;
}

.menu ul
{
  width: 962px; /* 980-8-10 */
  height: 24px;
  display: block;
  list-style-type: none;
}

.menu ul li
{
  margin: 0 3px 0 0;
  height: 24px;
  float: left;
  background: #AD88A9 url(images/nav_li_bg.gif) top left no-repeat;
}

.menu ul li.first
{
  margin: 0 3px 0 11px;
}

.menu ul li a,
.menu ul li a:link,
.menu ul li a:active,
.menu ul li a:visited
{
  color: #FFF;
  margin: 0;
  height: 24px;
  line-height: 24px;
  display: block;
  font-family: "Trebuchet MS", trebuchet, "san-serif";
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  background: #AD88A9 url(images/nav_li_a_bg.gif) top right no-repeat;
}

.menu ul li:hover a,
.menu ul li a:hover,
.menu ul li a:focus
{
  color: #E5DBE4;
  outline: none;
}

.menu ul li.active a
{
  color: #E5DBE4;
}

#submenu_top
{
  color: #494949;
  width: 176px;
  margin: 0;
  padding: 10px 0 0 0;
  background: #F3EEE9 url(images/submenu_top_bg.gif) top left no-repeat;
  position: relative;
  display: block;
}

#submenu_bottom
{
  width: 176px;
  margin: 0 0 14px 0;
  padding: 10px 0 0 0;
  background: #F3EEE9 url(images/submenu_bottom_bg.gif) bottom left no-repeat;
  position: relative;
  display: block;
}

.sub ul
{
  width: 176px;
  display: block;
  list-style-type: none;
}

.sub ul li
{
  margin: 0;
  width: 176px;  
  display: block;
}

.sub ul li a,
.sub ul li a:link,
.sub ul li a:active,
.sub ul li a:visited
{
  color: #494949;
  margin: 0;
  padding: 3px 5px 3px 5px;
  width: 166px;  /* 176-5-5 */
  display: block;
  font-family: Tahoma, "san-serif";
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  line-height: 15px;
  white-space: normal;
  text-decoration: none;
  background-color: #F3EEE9;
}

.sub ul li:hover a,
.sub ul li a:hover,
.sub ul li a:focus
{
  color: #494949;
  outline: none;
  background-color: #E9E1E0;
}

.sub ul li.active a
{
  color: #FFF;
  background-color: #936E90;
}

/* ------------------- A R R A N G E M E N T E N - M E N U ------------------- */

.arr
{
  margin: 1em 0 1em 0;
}

.arr ul li a
{
  color: #696969;
  text-decoration: none;
}

.arr ul li a.lees_meer
{
  color: #696969;
  font-size: 11px;
  text-decoration: none;
}

/* ------------------- C O L U M N ------------------- */

#linkerkolom
{
  margin: 0 10px 0 19px;
  width: 176px;
  display: block;
  float: left;
  clear: left;
  position: relative;
  background-color: #FFF;
}

#middenkolom
{
  margin: 0;
  padding: 0 0 10px 0;
  width: 485px;
  height:auto;
  display: block;
  float: left;
  clear: none;
  position: relative;
  background: #F3EFF3 url(images/column_middle_bg.gif) top left no-repeat;
}

#rechterkolom
{
  margin: 0 0 0 10px;
  padding: 0 0 10px 0;
  width: 263px;
  display: block;
  float: left;
  clear: right;
  position: relative;
  background: #F6F2EE url(images/column_right_bg.gif) top left no-repeat;
}

#nieuwsbrief_top
{
  color: #5C4153;
  width: 156px; /* 176-10-10 */
  margin: 0;
  padding: 12px 10px 0 10px;
  background: #F3EEE9 url(images/nieuwsbrief_top_bg.gif) top left no-repeat;
  font-family: Arial, "san-serif";
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  line-height: 15px;
  white-space: normal;
  position: relative;
  display: block;
}

#nieuwsbrief_bottom
{
  color: #5C4153;
  width: 156px; /* 176-10-10 */
  margin: 0 0 14px 0;
  padding: 11px 10px 11px 10px;
  background: #F3EEE9 url(images/nieuwsbrief_bottom_bg.gif) bottom left no-repeat;
  font-family: Arial, "san-serif";
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  line-height: 15px;
  white-space: normal;
  position: relative;
  display: block;
}

#adresgegevens
{
  color: #696969;
  font-family: Tahoma, "san-serif";
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  white-space: pre;
}

/* ------------------- C O N T E N T ------------------- */

#content
{
  clear: both;
  margin: 17px 13px 0 15px;
  display: block;
}
#content_reserveringsysteem
{
  clear: both;
  margin: 17px 0 0 10px;
  display: block;
}

#content_right
{
  clear: both;
  margin: 17px 13px 0 15px;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0;
  word-spacing: 0;
}

#content ul,
#content ul li ul,
#content_right ul,
#content_right ul li ul
{
  list-style-position: outside;
  display: table;
}

#content ul li,
#content_right ul li
{
  list-style-type: disc;
  margin: 0 0 0 1em;
}

#content ul li ul li,
#content_right ul li ul li
{
  list-style-type: circle;
  margin: 0 0 0 2em;
}

#content_right table
{
  width: 100%;  
}

#content_right table tbody tr th
{
  text-align: right;
  font-weight: bold;
}

#content_right table tbody tr td
{
  text-align: left;
  font-weight: normal;
  font-style: normal;
}

/* ------------------- F O O T E R ------------------- */

#footer
{
  width: 980px;
  height: 44px;
  display: block;
  clear: both;

  background: transparent url(images/footer_bg.gif) top left no-repeat;  
}

#footer_txt
{
  color: #696969;
  margin: 0 8px 0 10px;
  width: 962px; /* 980-8-10 */
  height: 33px; /* 44-11 */
  display: block;
  line-height: 33px;
  position: relative;
  font-family: Verdana, "san-serif";
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

#footer_txt a,
#footer_txt a:link,
#footer_txt a:active,
#footer_txt a:visited
{
  color: #696969;
  font-family: Verdana, "san-serif";
  font-size: 10px;
  text-decoration: none;
}

#footer_txt a:hover,
#footer_txt a:focus
{
  color: #898989;
  outline: none;
  text-decoration: underline;
}

/* ------------------- F O R M U L I E R E N ------------------- */

table#formulier
{
  width: 100%;
}

table#formulier tbody tr td
{
  text-indent: 0;
  margin: 0;
  padding: 0 0 3px 0;
}

table#formulier tbody tr th
{
  text-indent: 0;
  margin: 0;
  padding: 0 1em 3px 0;
}

table#formulier tbody tr td input.tekstveld
{
  margin: 0 0 6px 0;
  width: 95%; /* 156px */
  height: 17px;
  line-height: 17px;
  color: #5C4153;
  background-color: #FFF;
  border: 1px solid #C7B5C6;
  font-family: Arial, "san-serif";
  font-size: 11px;
  text-indent: 3px;
}

table#formulier tbody tr td input.checkbox
{
  margin: 0 1em 0 0;
}

table#formulier tbody tr td textarea.tekstarea
{
  margin: 0 0 6px 0;
  padding: 3px;
  width: 95%; /* 156px */
  height: 8em;
  line-height: 15px;
  color: #5C4153;
  background-color: #FFF;
  border: 1px solid #C7B5C6;
  font-family: Arial, "san-serif";
  font-size: 11px;
  text-indent: 0;
}

table#formulier tbody tr td input.submitbutton
{
  width: 70px;
  height: 18px;
  line-height: 18px;
  font-family: Arial, "san-serif";
  font-size: 12px;
  font-weight: normal;
  border: 0;
  color: #FFF;
  background-color: #696969;
}
