.ocms textarea {
width:400px;
height:250px;
}

body 
{
  background-color: #762715;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

h1 
 {font-size: 13px;}

#textBox img { margin: 5px; }   
       
img 
{
  xborder: 1px solid  #762715;
}

input
{
  border: 1px solid #900;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

a:link 
{
  color: #900;
  text-decoration: none;
}

a:hover, a:active
{
  color: #F00;
}

a:visited 
{
  color: #762715;
}

form
{
  margin: 0;
  padding: 0;
}

#mainBox
{
  width:1200px;
  text-align: left;
  
  margin-left: auto;
  margin-right: auto;
}

#contentBox 
{
  float: left;
  display: table;

  background-image: url(/file/17880/);
  
  border: 1px solid #000;

  width: 1200px;
}

#topBox
{
  background: url(/file/banner.jpg) no-repeat;

  height: 109px;
}

#zoekBox
{
  float: right;

  width: 200px;

  margin-top: 75px;
  padding-right: 2px;

  text-align: right;
}

#menuBox
{
  height: 30px;
  
  border-top: 2px dashed #900;
  border-bottom: 2px dashed #900;
}







/* begin hoofdmenu */

#nav, #nav ul 
 {list-style-type: none;
  margin: 2px;
  padding: 2px;}

#nav {position: absolute;}

#nav li a 
{
  display: block;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  xheight: 20px;
  line-height: 20px;
 }

#nav li a:visited 
{
  color: #762715;
}
#nav li a:hover 
{
  color: #900;
}

#nav li 
 {float: left;}

#nav li ul 
 {position: absolute;
  padding: 4px;
  margin-top: 0px;
  background-color: #E8CF99;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul li 
 {display: block;
  float: none;
  xheight: 20px;
  line-height: 20px;
  _line-height: 12px;}

#nav ul a 
 {xdisplay: block!important;
  xmargin-right: 10px;}






/* EINDE HOOFDMENU */


#textBoxBackground {
  background: url(/file/bg-kaart_r.jpg) #fff; 
 /*  height: 685px; */
  overflow:hidden;

  margin: 5px;
}

#textBox {
  /* height: 600px; */
  width: 1180px;

  img:  margin: 5px;

  line-height: 140%;

  padding: 5px;


  scrollbar-base-color: #FAE3B1;
  scrollbar-arrow-color: #762715;
  scrollbar-track-color: #E5CB90;

  scrollbar-shadow-color: black;
  scrollbar-lightshadow-color: black;
  scrollbar-darkshadow-color: gray;

  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: black;
}

#footerBox {
  height: 40px;
  _height: 20px;
  float:right;
  display:block;

  padding: 2px 5px 5px 0px;

  text-align: right; 
  border-top: 2px dashed #900;
}

#banner 
{
  float: right;
  width:200px;
}

.popup 
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
} 