body
{
	background-color: white;
	margin-right: 1%;
	margin-left: 1%;
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px; 
}

h3
{
  margin-top:0;
}

.master
{
  position: relative; 
  left: 50%; 
  width: 930px;	
  margin-left: -465px;
  padding-top: 30px; 
  background-image: url(images/background-top.gif); 
  background-repeat: no-repeat;
}

.logo
{
	background-image: url(images/woonbeurs_logo.gif); 
	background-repeat: no-repeat;
  position: relative;
  top: -10px;
  left: 10px;
}

.help_menu
{
  position: relative;
  left: 15px; 
  top: -15px;
  font-size: 12px;
  z-index: 1;
}

.top_menu
{
  position: relative;
  z-index: 20;
}

.content_row
{
  margin-top: 10px;
  margin-bottom: 30px;
}
body
{
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
	color: #443322;
}

.content_row_image
{
  padding-left: 15px;
  padding-top: 10px;  
}

.content_row_image1
{
  margin-top: 30px;
  margin-left: 15px; 
  margin-bottom: 5px;
}

.content_row_image2
{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px; 
}

td.top_menu_selected_item
{
	background-color: rgb(156, 9, 9);
  color: white;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 92, 7);
  width: 148px;               
  height: 22px;
  text-align: center; 
  font-weight: bolder;
	font-family: 'trebuchet ms',arial,sans-serif;
	font-size: 13px;
}

td.top_menu_item
{
	background-color: rgb(220, 92, 7);
  color: white;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(76, 69, 69);
  width: 148px;               
  height: 22px;
  text-align: center; 
  font-weight: bolder;
	font-family: 'trebuchet ms',arial,sans-serif;
	font-size: 13px;
}

.contactformbox_header 
{ 
  text-align: center; 
  font-weight: bolder;
	font-family: 'trebuchet ms',arial,sans-serif;
	font-size: 13px;
  color: white;
  background-color: rgb(156, 9, 9);
}

.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, 64, 64);
}
a:active
{
	color: rgb(64, 64, 64);
}
a:hover
{
	color: rgb(152, 64, 64);
}

