body
{
	background-color: rgb(235, 224, 198);
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 1%;
	padding: 0px; 
	background-image: url(images/background_gradient.gif);
	background-color: rgb(229, 218, 193);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
  font-size: 13px;
	color: rgb(72, 102, 13);
}

table.page
{
  width: 930px;
}

.logo
{
  position: relative; 
  left: 2px; 
}

.help_menu
{
  position: relative;
  left: 15px; 
  font-size: 12px;
  z-index: 1;
}

.top_menu
{
  position: relative;
  top: -16px;
  z-index: 20;
}

.content_row
{
  margin-bottom: 30px;
}


.content_row_image
{
  padding-left: 5px;
  padding-top: 10px;  
}

.top_menu_selected_item
{
	background-image: url(images/menu_button_selected.gif);
  background-repeat: no-repeat; 
  cursor: pointer;
  color: white;
  width: 150px;               
  height: 27px;
  text-align: center; 
  font-weight: bolder;
	font-family: 'trebuchet ms',arial,sans-serif;
	font-size: 13px;
}
.top_menu_selected_item_text
{
  position: relative; 
  top: 4px;
}

.top_menu_item
{
	background-image: url(images/menu_button.gif); 
  background-repeat: no-repeat; 
  cursor: pointer;
  color: white;
  width: 150px;               
  height: 27px;
  text-align: center; 
  font-weight: bolder;
	font-family: 'trebuchet ms',arial,sans-serif;
	font-size: 13px;
}
.top_menu_item_text
{
  position: relative; 
  top: 5px;
}
.contactformbox_header 
{ 
  text-align: center; 
  font-weight: bolder;
	font-family: 'trebuchet ms',arial,sans-serif;
	font-size: 13px;
  color: white;
  background-color: rgb(72, 102, 13);
}

.contactformbox
 { 
  border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;
  padding: 1px;
  background-color: rgb(179, 170, 150); 
}
a:link
{
	color: rgb(64, 64, 64);
}
a:visited
{
	color: rgb(152, 190, 20);
}
a:active
{
	color: rgb(64, 64, 64);
}
a:hover
{
	color: rgb(152, 190, 20);
}

td.voor_na_button
{
  width: 40px; 
  padding-top: 2px;
  cursor: pointer;
}
td.voor_na_text
{
  text-align:center;
}
img.voor_na_button
{
  position: absolute; 
  z-index: 1;
}
span.voor_button,
span.na_button
{
  position: relative; 
  top: -3px;
  z-index: 2; 
  font-size: 10px; 
  font-weight: bold; 
  color: white; 
  text-decoration:none; 
}
span.voor_button
{
  left: 5px; 
}
span.na_button
{
  left: 12px; 
}

