html, body {
  background-color: #dad4ee;
}

#content
{
  color: #223c6f;
}

#header
{
  border-bottom: solid 3px #233c6f;
  border-top: solid 3px #233c6f;
  background-color: #ccc7dd;
}

#menu_container
{
  background-color: #93a2c2;
}


#rightmenu_container
{
  background-color: #798eb7;
}

.rightmenu_header
{
  background-image: url('../images/menu_sub_back_red-win.gif');
}

#rightmenu_block a, #rightmenu_block a:visited {
  color: #223c6f;
}
#rightmenu_block a.currentpage, #rightmenu_block a.currentpage:visited {
  color: #ca2c09;
}
#rightmenu_block a:hover {
  color: #223c6f;
}

#imgmenu a:hover
{
  color: #223c6f;
}

#imgmenu a.accommodatie, #imgmenu a.accommodatie:visited
{
  background-image: url('../images/rightmenu_accommedaties-win.gif');
}

#imgmenu a.wandelen, #imgmenu a.wandelen:visited
{
  background-image: url('../images/rightmenu_wandelen-win.gif');
}
#imgmenu a.fly-drive, #imgmenu a.fly-drive:visited
{
  background-image: url('../images/rightmenu_fly-drive-win.gif');
}
#imgmenu a.autoverhuur, #imgmenu a.autoverhuur:visited
{
  background-image: url('../images/rightmenu_autohuur-win.gif');
}
#imgmenu a.landkaart, #imgmenu a.landkaart:visited
{
  background-image: url('../images/rightmenu_landkaart-win.gif');
}
#imgmenu a.foto_impressie, #imgmenu a.foto_impressie:visited
{
  background-image: url('../images/rightmenu_foto-impressie-win.gif');
}


#crumbar a, #crumbar a:visited
{
  color: #ca2c09;
}
#crumbar a:hover
{
  color: #ca2c09;
}

/* menu style */

#menu_block li{
  border-bottom: solid 1px #93a2c2;
}

#menu_block li ul li a, #menu_block li ul li a:visited, #menu_block li ul li a:active
{                               /*SUB MENU STYLE*/
  background-color: #223c6f;
  border-top: solid 1px #223c6f;
  border-bottom: solid 1px #223c6f;
}

#menu_block li ul li a:hover{   /*SUB MENU STYLE*/
  background-color: #bfcae1;
  color: #fff;
  border-top: solid 1px #bfcae1;
  border-bottom: solid 1px #bfcae1;
}

#menu_block li a, #menu_block li a:visited, #menu_block li a:active
{
  background-image: url('../images/menu_back-win.gif');
}

#menu_block li a:hover, #menu_block li.active, #menu_block li a.active {
  background-image: url('../images/menu_back_over-win.gif');
  color: #fff;
}
/* EINDE menu */

.adres
{
  color: #223c6f;
}

/* bottom block */
#bottom_block
{
  background-color: #feca96;
}
#bottom_block ul .header
{
  color: #b92200;
}

#bottom_block .first_col
{
  background-color: #ffaa84;
}
#bottom_block .text
{
  color: #ca2c09;
}
#bottom_block .cols
{
  border-left: 1px solid #ffaa84;
}

a.accom_link
{
  color: #ca2c09;
}
a.accom_link:hover
{
  color: #ca2c09;
}
a.accom_link:visited
{
  color: #000000;
}

TABLE.fotoimpressie
{
  background-color: #ffaa85;
}

#imgShower
{
  border: solid 5px #ffaa85;
}

/* BEGIN TARIEVEN TABEL */
.tarief_header
{
  background-color: #223c6f;
  color: #fff;
}
.tarief_label
{
  color: #798eb7;
}
.tarief_value
{
  background-color: #cdc8dc;
  color: #233c6f;
}

.tarief_box
{
  border: 1px solid #223c6f;
}
.tarief_box_header
{
  background-color: #223c6f;
  color: #fbe0c5;
}

