﻿body, html, form
{
  height: 100%;
  padding: 0;
  margin: 0;
}
.width100
{
  width: 100%;
}
.width95
{
  width: 95%;
}

.achtergrond
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
}
.siteLogo
{
  border-style: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
}
.compLogo
{
  float: right;
  height: 40px;
}
.compLogoImg
{
  height: 50px;
  margin-top: -10px;
  margin-right: 5px;
}
.tekstpagekop
{
  clear: both;
  font-size: 14px;
  color: #FFFFFF;
  height: 20px;
  padding-left: 5px;
  padding-top: 26px;
}
.backcolor
{
 background-color: #c9edac;
  background-color: #003366;
 
}
.backcolor_cbt
{
  background-color: #f2efe9;
}
.topPnl
{
  height: 5px;
  position: relative;
}
.headerPnl
{
  position: relative;
  width: 100%;
  min-width: 800px;
  padding-top: 33px;
  height: 87px;
}
.menuBack
{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 155px;
  z-index: -1;
}
.header1
{
  background: url('/assets/stripes1.png');
  background-repeat: no-repeat;
  float: left;
  width: 10px;
  margin-left: 120px;
  height: 29px;
}
.header2L
{
  float: left;
  background: url('/assets/stripes2.png');
  background-repeat: repeat-x;
  height: 29px;
}
.header2C
{
  background: url('/assets/stripes2.png');
  background-repeat: repeat-x;
  overflow: hidden;
  height: 29px;
}
.header2R
{
  float: right;
  background: url('/assets/stripes2.png');
  background-repeat: repeat-x;
  height: 29px;
}
.header3
{
  background: url('/assets/stripes3.png');
  float: right;
  margin-right: 5px;
  width: 10px;
  height: 29px;
}
.headerBtn
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-variant: normal;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #FFFFFF;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px;
}
.headerBtn a:link
{
  border-style: none;
  color: #000066;
  text-decoration: none;
}
.headerBtn a:visited
{
  border-style: none;
  color: #000066;
  text-decoration: none;
}
.headerBtn a:hover
{
  border-style: none;
  color: #FF6600;
  text-decoration: none;
}
.headerBtn a:active
{
  border-style: none;
  color: #FF0000;
  text-decoration: none;
}
