body{
  _behavior: url("/csshover.htc");
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;

  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;

  background-color: #d7d7d7;
  background-image: url("/site_background.gif");
  background-repeat: repeat-y;
  background-position: center; 

  scrollbar-shadow-color: black;
  scrollbar-highlight-color: black;
  scrollbar-face-color: white;
  scrollbar-3dlight-color: grey;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: #feece8;
  scrollbar-arrow-color: #df002c; 
}

html{
  height: 100%;
  width: 100%;
  overflow: hidden;
}

hr{
  color: #df002c;
  height: 1px;
  width: 100%;
}

/* Standaard Text elements */

H1 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #df002c;
}

H2 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

H3, H4, H5, H6 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: black;
}

.body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

.underScription {  
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #b2b2b2;
}

a {
  text-decoration: underline;
  font-weight: bold;
  color: #f9a28e;
}

a:hover {
  color: black;
  text-decoration: none;
}
#siteContainer{	
  height: 100%;
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 778px;
  overflow: hidden;
}

#header{
  width: 778px;
  height: 67px;
  background-color: white;
}

#menu{
  width: 778px;
  height: 26px;
  background-image: url("/nav-background5.gif");
  background-repeat: no-repeat;
}

#content{
/*  width: 682px; ----store settings--- */
  width: 660px;
  position: absolute;
  top: 108px;
  bottom: 38px !important;
  *bottom: 33px;
  padding: 0px 22px 0px 0px;
  margin: 0px 0px 0px 96px;
  overflow-x: hidden;
  overflow-y: auto;
}

#sideImage{
  position: absolute;
  width: 81px;
  height: 100%;
  top: 93px;
  background-image: url("/sideImage-background.jpg");
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
  z-index: -1;
}

#footer{
  position: absolute;
  bottom: 0px !important;
  *bottom: -1px;  
  height: 39px !important;
  *height: 35px;
  width: 778px;
  background-color: #df002c;
  clear: both;
  float: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

#footer ul{
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
}

#footer li{
  text-align: left;
  float: left;
  margin-right: 15px;
  list-style: none;
  vertical-align: center;
  line-height: 13px;
}

#footer ul li a{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#footer .footerButtons ul li a:hover{
  color: black;
}


#footer .footerText {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #FFFFFF;
  padding: 7px;
  text-align: right;
  float: right;
  margin-right: 15px;
}

/* the menu */
ul,li,a {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

ul#menulist,
ul#menulist ul {
  position: relative;
  left: 90px;
  top: 9px;
  list-style: none;
  margin: 0px;
  margin: 0px;
  z-index: 30;
}
ul#menulist {padding-left:20px;}

ul#menulist li {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-right:20px;
  z-index: 31;
  float: left;
  display: inline;
  height: 17px;
}

ul#menulist li.products ul {
  position: absolute;
  left: 4px; /* IE */
  top: 17px;
  width: 75px;
  margin: 0px;
  padding: 0px;
  border: solid 1px #df002c;
  background-color: #f9a28e;
  margin-left: -20px;
  z-indes: 32;
}

ul#menulist li.products ul li,
ul#menulist li.products ul li:hover {
  float: none;
  display: block;
  height: 18px;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  background-color: #f9a28e;
}


ul#menulist li a {
    color: white;
    font-weight: bold;
    height: 18px;
    text-decoration: none;
}

ul#menulist li a:hover {
    color: black;
}

ul#menulist li.products ul a,
ul#menulist li.products ul a:hover {
  display: block;
  float: none;
  height: 18px;
  width: 75px;
  margin: 0px;
  padding: 0px;
}

ul#menulist li.products ul a:hover {
    color: black;
}

ul#menulist li.products :hover {
    z-index: 10;
}

ul#menulist ul {
   display: none;
}

ul#menulist li:hover ul {
   display: block;
}

ul#menulist li.products li.products ul {
    top: -4px;
    left: 205px;
    width: 250px;
    position: absolute;
    border: solid 1px white;
    margin: 0px 0px 200px 0px ;
    clear: left;
    background-color: #467CAB;
}

li.products ul a,
li.products ul a:hover {
    width: 250px;
}

li.products ul li {
    background-color: #467CAB;
}

