html,body {
  margin     : 0px;
  padding    : 0px;
  /* overflow-x : hidden; */
  scrollbar-base-color       : #FFFFFF;
  scrollbar-track-color      : #CCCCCC;
  scrollbar-3dlight-color    : #CCCCCC;
  scrollbar-shadow-color     : #FFFFFF;
  scrollbar-darkshadow-color : #CCCCCC;
}

body {
  color            : #717171;
  background-color : #FFFFFF;
}

table,body {
  font-family : Verdana;
  font-size   : 10px;
}

img {
  border : 0px;
}

div#header {
  position         : fixed;
  top              : 0px;
  left             : 0px;
  width            : 1280px;
  height           : 69px;
  background-color : #FFFFFF;
  background-image : url(images/back_header.jpg);
  padding-left     : 190px;
  padding-top      : 8px;
  z-index          : 99;
}

div#leftside_NL {
  position          : fixed;
  top               : 77px;
  left              : 0px;
  width             : 190px;
  height            : 700px;
  background-color  : #FFFFFF;
  background-image  : url(images/back_leftside_NL.gif);
  background-repeat : no-repeat;
}

div#leftside_EN {
  position          : fixed;
  top               : 77px;
  left              : 0px;
  width             : 190px;
  height            : 700px;
  background-color  : #FFFFFF;
  background-image  : url(images/back_leftside_EN.gif);
  background-repeat : no-repeat;
}

div#imagestrip {
  position         : fixed;
  top              : 77px;
  left             : 191px;
  width            : 1280px;
  height           : 144px;
  background-color : #FFFFFF;
}

div#mainmenu_robots {
  position : absolute;
  top      : -9000px;
  left     : -9000px;
}

div#contact {
  position     : fixed;
  bottom       : 30px;
  left         : 0px;
  width        : 156px;
  padding-left : 30px;
  z-index      : 1;
  font-size    : 11px;
  color        : #A0A0A0;
}

div#contact_footer {
  position         : fixed;
  bottom           : 0px;
  left             : 0px;
  width            : 189px;
  height           : 18px;
  background-color : #000000;
  z-index          : 2;
}

div#content {
  position  : absolute;
  top       : 220px;
  left      : 191px;
  max-width : 750px;
  padding   : 20px 30px 20px 10px;
}

div#content_footer {
  position         : fixed;
  bottom           : 0px;
  left             : 191px;
  width            : 1280px;
  height           : 18px;
  background-color : #F78F1D;
}

a {
  font-weight     : bold;
  color           : #000000;
  text-decoration : none;
}
a:hover { color : #F78F1D; }

a.MainMenuItem,a.MainMenuItem_selected {
  font-family      : Arial;
  font-size        : 8pt;
  display          : block;
  float            : left;
  font-weight      : normal;
  color            : #FFFFFF;
  text-decoration  : none;
  line-height      : 20px;
  padding          : 1px 10px 1px 10px;
  margin           : 0px 10px 0px 5px;
}
a.MainMenuItem:hover,a.MainMenuItem_selected:hover {
  color            : #FFFFFF;
  background-color : #FFBA55;
}


img.lang_icon {
  margin      : 2px;
  margin-left : 8px;
  border      : 0px;
}

a.MainMenuItem,a.MainMenuItem_selected,a.SubMenu {
  color : #000000;
}

span.titlebar     { font-size:11px; font-weight:bold; color:#F78F1D; }
span.strong       { font-size:10px; color:#F78F1D; }
span.normal       { font-size:10px; color:#717171; }
