﻿
body
{
	background-color: white
}

.hoofdletters
{
	text-transform: uppercase;
	
}

.menu
{
	font-size: small;
	color: #c3a86c;
	background-color: transparent;
	font-family: Arial;
	font-weight: bold;
}

.knop
{
	font-size: small;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	background: url(  'Images/submenuhoover.png' ) no-repeat;
	width: 150px;
	height: 30px;
}


.knop2
{

	background: url(    'Images/submenugewoon.png' ) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A2001D;
	width: 130px;
	vertical-align: middle;
	line-height: 30px;
}

tbody
{
	font-size: small;
	color: #c3a86c;
	vertical-align: top;
	text-align: left;
}

H1
{
	font-size: large;
	text-transform: uppercase;
	color: #c3a86c;
	font-family: Arial;
	letter-spacing: 1pc;
	text-align: center;
	vertical-align: top;
	line-height: normal;
}
H6
{
	font-size: small;
	text-transform: none;
	color: #c3a86c;
	font-family: Arial;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

H5
{
	font-size: 36pt;
	text-transform: none;
	color: #c3a86c;
	font-family: 'Arial';
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

H4
{
	font-size: 30pt;
	text-transform: none;
	color: #c3a86c;
	font-family: 'Arial';
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}
H3
{
	font-size: small;
	color: #c3a86c;
	vertical-align: top;
	text-align: left;
	font-family: Arial;
}
H2
{
	font-size: medium;
	color: #c3a86c;
	vertical-align: top;
	text-align: center;
	font-family: Arial;
}



#menu{ /* nothing in here right now */
}

#menu .Item
{
	/* CSS class for non-selected Menu Item */
	background: url(    'Images/submenugewoon.png' ) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #A2001D;
	width: 150px;
	text-indent: 10px;
	vertical-align: middle;
	line-height: 30px;
}

#menu .ItemSelected, #menu .ItemHover
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
  background: url(  'Images/submenuhoover.png' ) no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	width: 150px;
}


/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
  background: transparent ! important;
  display: block;
	height: 30px;
	width: 150px;
}

#menu a:hover, #menu a:active, #menu a:focus
{
  background: transparent ! important;
  display: block;
	height: 30px;
	width: 150px;
}

#menu2{ /* nothing in here right now */
}

#menu2 .Item
{ 
  /* CSS class for non-selected Menu Item */
  background: url(  'Images/submenugewoonreisagent.png' ) no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	width: 150px;
	height: 30px;
	text-indent: 10px;
	vertical-align: middle;
	line-height: 30px;
}

#menu2 .ItemSelected, #menu2 .ItemHover
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
  background: url(  'Images/submenuhooverreisagent.png' ) no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	width: 150px;
	height: 30px;
}


/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu2 a, #menu2 a:visited
{
  background: transparent ! important;
  display: block;
	height: 30px;
	width: 150px;
}

#menu2 a:hover, #menu2 a:active, #menu2 a:focus
{
  background: transparent ! important;
  display: block;
	height: 30px;
	width: 150px;
}

.list_search_message 
{
 display:none;
}	

