div, form
{
  padding: 0px;
  margin: 0px;
}

body
{
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
}

a:focus
{
  outline: none;
}

a, a:active, a:visited
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

a:hover
{
  color: #333333;
}

td
{
  font-size: 11px;
}

h1
{
  color: #000000;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}

#tekstinfo H2
{
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}

p
{
	font-size: 12px;
}

input
{
  border: #333333 1px solid;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}

.noborder
{
  border: 0px;
  background-color: transparent ;
}

.button
{
  background-color: #CCCCCC;
}

.orange
{
  color: #facfce;
}

.toplink, .toplink:visited
{
  text-decoration: none;
  font-weight: bold;
  color: #0022f8;
  font-size: 12px;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 1024px; /* changes made here, must also be made for pages without menu */
}

/* this div contains the header (top) */
#header
{
  height: 80px;
  border-bottom: 2px solid #ffffff;
}

/* this div contains the logo inside the header */
#header #logo
{
  height: 75px;
  width: 288px;
  margin: 4px 0px 0px 4px;
  float: left; cursor: pointer;
}

/* this div contains the body of the site */
#body
{
  height: 100%;
  /*border-top: 2px solid #000000;*/
  background-color: #facfce;
}

/* this div contains the left side of the body */
#body #leftbar
{
  background-color: #facfce;
  float: left;
  height: 100%;
  width: 150px;
}

#body #leftbar #spacer
{
  clear: both;
  line-height: 2px;
}

#body #leftbar #search
{
  padding: 3px;
  text-align: left;
  width: 120px;
  background-color: #FED89A;
  border: #333333 1px solid;
}

#body #leftbar #poll
{
  padding: 3px;
  text-align: left;
  width: 120px;
  background-color: #FED89A;
  border: #333333 1px solid;
}

#body #leftbar #newsletterform
{
  padding: 3px;
  text-align: left;
  width: 120px;
  background-color: #FED89A;
  border: #333333 1px solid;
}

/* this div contains the real menu */
#vertnav
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#vertnav ul
{
  background-color: #acb6fa;
  overflow: visible;
  width: 150px; 
  z-index: 99;
  padding: 0px;
  margin: 0px;
  position:absolute;

  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
}
#vertnav li
{
  background-color:#acb6fa;
  border-bottom: 1px solid #FED89A;
  display:block;
  list-style-type: none;
  position: relative;
  width: 150px;
  margin:0px;
  padding:0px;
  font-family: Arial, Helvetica, sans-serif;
}
#vertnav ul li
{
  background-color:#acb6fa;
}
#vertnav li
{
  margin: 0px;
  padding: 0px;
  width: 150px;
}
#vertnav ul li:first-child
{
  border-top: 1px solid #CECECE;
  width: 150px;
}
#vertnav a
{
  background-color: #acb6fa;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  text-decoration: none;

  /* margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
  width:150px; /*helps IE with hover */
  height:18px;
  line-height: 18px;
  vertical-align: middle;
}
#vertnav li:hover, #vertnav a:hover
{

  background-color: #021ff7; /* rollover effect */
  color: #acb6fa; /* color: #FFFFFF; */
}
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul
{
  display: none;
  position: absolute;
  top: 0px;
  left: 150px;
}
#vertnav li:hover ul ul, #vertnav li:hover ul ul ul
{
  display: none;
}
#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul
{
  display: block;
}
#vertnav .active
{
  color: #000000;
  background-color: #FFFFFF; /* active class */
}
#vertnav .break
{
  cursor: auto;
  background-color: #facfce;
}
#vertnav .break:hover
{
  cursor: auto;
  background-color: #0022f8;
}
li>ul
{
  top: auto;
  left: auto;
}
html #vertnav li
{
  float:left; /* holly hack IE Only*/
}


/* this div contains the 120x90 banner */
#body #leftbar #banner
{
  text-align: center;
  margin-top: 10px;
}

/* this div contains the newsletter form */
#body #leftbar #nbform
{
  margin-top: 10px;
}

/* this div contains the lastminute top */
#body #leftbar #lastminute
{
  margin-top: 10px;
}

/* this div contains the google ads */
#body #leftbar #googleads
{
  margin-top: 10px;
}
 /* this div contains the main content */
#body #main
{
  background-color: #facfce;
  float: right;
  padding: 3px 0px 5px 5px;
  height: 100%;
  width: 850px;
}

/* this div contains the content blocks */
div.block
{
  background-color: #FFFFFF;
  float: left;
  margin: 3px;
}

div.block div.content
{
  border-left: 2px solid #0022f8;
  border-top: 2px solid #0022f8;
  border-bottom: 2px solid #0022f8;
  border-right: 2px solid #0022f8;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  font-size: 11px;
}

div.block div.content b
{
  font-size: 11px;
}

/* this div contains the content blocks */
span.block
{
  background-color: #FFFFFF;
  margin: 3px;
}


span.block span.content
{
  border-left: 2px solid #0022f8;
  border-right: 2px solid #0022f8;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  font-size: 11px;
}

span.block span.content b
{
  font-size: 11px;
}

.list_koptekst
{
  padding-left: 5px;
  font-weight: bold;
  font-size: 12px;
  color: white;
  background-color: #0022f8;
  height: 20px;
}

#defaultblock_header
{
  font-weight: bold;
  font-size: 12px;
  color: white;
}
#defaultblock #link
{
  font-weight: normal;
  color: #333333;
  text-decoration: none
}
#defaultblock #priceinfo
{
  text-align: center; float:
  right; padding-top: 5px;
}
#defaultblock #priceinfo #price
{
  font-weight: bold;
  font-size: 20px;
  color: #ff0000;
  text-decoration: none
}

#tipblock
{
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
}
#tipblock #header
{
  font-size: 12px;
  color: #cc0000;
  border: 0px;
}
#tipblock #link
{
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}
#tipblock #tip
{
  font-weight: normal;
}

/* these styles contain the specials */
div.kop
{
  color: #0022f8;
  font-weight: bold;
  font-size: 12px;
  height: 40px;
  text-align: center;
}
.afbeelding
{
  margin-left: 12px;
  height: 100px;
  width: 150px;
}
div.tekst
{
  height: 100px;
  padding: 5px 3px 0px 5px;
  font-size: 11px;
  overflow: hidden;
}
.contentlist
{
  margin: 5px;
  padding: 5px;
}
div.bedrag_logo
{
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
.bedrag
{
  font-weight: bold;
  font-size: 20px;
}
.aanb_logo
{
  border: 1px solid #000000;
  height: 32px;
  width: 40px;
}
div.meer
{
  border-top: 2px solid #0022f8;
  clear: both;
  font-size: 12px;
  padding: 5px 0px 0px 0px;
  text-align: center;
}
div.meer a
{
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
div.meer a:hover
{
  font-weight: bold;
  text-decoration: none;
  color: #0022f8;
}

.disney
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FF6500;
}

/* this div contains the footer */
#footer
{
  font-size: 9px;
  color: #333333;
  clear: both;
  text-align: center;
}
#footer hr
{
  width: 450px; border: 1px solid #ff6600;
}
#footer a
{
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

/* Vakantiecheck addon */
.error
{
  color: red;
}


.landinfo h1/* make h1 paragraphes */

{
  color: #000000;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}

/* make h2 paragraphes orange */
.landinfo h2
{
  color: #333333;
  font-weight: normal;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
}
