/**
 * Global CSS settings:
 */
HTML,BODY
{
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-family: Arial;
  font-size: 12px;
}

BODY
{width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000 url('background.jpg') repeat-x left top;
  
}

/**
 * Center page:
 */
div#contentwrapper 
{
	position: relative;
	margin: 0 auto;
	width: 754px;
}

DIV#header
{
  width: 752px;
  height: 151px;
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  color: #000080;
}


DIV#header H1
{
  color: #000080;
  font-family: Arial;
  font-size: 30px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
}

DIV#bedrijfsnaam
{
  position: absolute;
  left: 115px;
  top: 18px;
}
/** 
 * adres 
 */
DIV#adres 
{
  position: absolute;
  left: 117px;
  top: 35px;
}



DIV#header A
{

  color: #000080;
}

img#theheader
{
  z-index: 20;
  position: absolute;
  left: 0px;
}

span#theheader
{
  z-index: 20;
  position: absolute;
  left: 450px;
}

/**
 * Styling for menu (style div and UL/LI's with their A'hrefs)
 */
DIV#menubar
{
  position: relative;
  top: 0px;
  background-color: #000080;
  width: 752px;
  height: 35px;
  float: left;
  z-index: 50;
}

DIV#menubar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 752px;
  height: 35px;
}

DIV#menubar li
{
  float: left;
  width: 20%;
  text-align: center;
  height: 35px;
}

DIV#menubar a
{
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 130%;
  font-weight: bold;
  margin-top: 7px;
}

li.selected
{
  background-color: #FF0000;
}


/**
 * Styling for the three bottom columns
 */
DIV#three_columns
{
  position: relative;
  top: 0px;
  width: 752px;
  height: 382px;
}

DIV#three_columns DIV
{
  display: block;
  float: left;
}

DIV#left_column
{
  width: 198px;
  height: 382px;
}

/**
 * CONTENT COLUM
 */

DIV#center_column
{
  width: 310px;
  height: 367px;
  background-color: #FFFFFF;
  color: #000080;
  font-family: Arial;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  overflow-y: auto;
}

DIV#center_column H1
{
  color: #000080;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  margin: 0px;
  padding: 0px;
}

DIV#center_column H2
{
  color: #000080;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin: 0px;
  padding: 0px;
}

DIV#center_column A
{
  color: #000080;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

/**
 * THE RIGHT COLUMN
 */
DIV#right_column
{
  width: 174px;
  height: 367px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 15px;
  background-color: #FFFF50;
  color: #000080;
}

DIV#right_column TH
{
  text-align: left;
}

DIV#right_column H3
{
  color: #000080;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  //line-height: 24px;
  margin: 0px;
  padding: 0px;
}

DIV#right_column A
{
  color: #000080;
}

/**
 * Bottompart of the webpage
 */
td.spacing_tablerow
{
  height: 14px;
}



/**
 * Bottom bar
 */
DIV#bottom_bar
{
  position: relative;
  top: 4px;
  margin-top: 4px;
  color: #aaaaaa;
  font-size: 10px;
}

DIV#bottom_bar IMG
{
  border: 0;
}

DIV#bottom_bar A
{
  color: #ffffff;
}

img#swapimage,
span#swapimage,
span.swapimage_on_the_top
{
  z-index: 1500 !important;
  position: absolute;
  top: 120px;
  left: 20px;
  float: left;
}
