body {
  height          	: 100%;
  background		: #2c4696;/* geel: ffec01       ffff04  of  FFEE00 */
  font-family		: Arial, Syntax, Helvetica, sans-serif, "Trebuchet MS";
  font-size	        : 12px;
  margin-top		: 10px;
  color            	: #000000;
  line-height       : 16px;
}

.website {
	margin: 0 auto;
	width: 996px;
	height: 100%;
	background-color: #ffffff;
	overflow: auto;
	border-left: #bbbbbb 1px solid;
	border-right: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
}

IMG {
border: 0;}

HR {
clear: both;}


div{
 margin-left            : 0px;
 padding-left           : 0px;
}
 
h1 {
  font-size : 15px;
}

h2 {
  font-size	: 14px;
}

h3 {
  font-size	: 13px;
}

h4,h5,h6 {
  font-size	: 12px;
}

#main{
  padding                : 15px 15px 10px 15px;
  background-color       : #FFF;
  min-height             : 555px;
  height                 : 555px;
}

/* highlighting for mainlevel & sublevel, solves mb#7333 op te lossen ( ie < 7 cannot handle class & id on one item */
a#active_menu {
  color                 : #000 !important;
  background-color      : #7fc31c !important;
}
a:hover#active_menu {
  color                 : #000 !important;
  background-color      : #93d92e !important;
}

td#left {
  background-color			: #339933;
  color					: #FFF;
  height				: 655px;
  width					: 180px;
  padding				: 0px;
}

/* #01449F */
.menukop {
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menukop A:hover {
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/**/
P A, P A:link, P A:visited, P A:hover {
color: black;
}

P A:hover {
	color: black;
	text-decoration: underline;
}

td,tr,p {
	font-size        	: 12px;
	color            	: #000000;
	line-height           : 16px;
	text-align: left;
}

A:link {
color: black;
text-decoration: none
}

A:visited {
color: black;
text-decoration: none
}

A:hover {  
color: black;
}

a.mainlevel:link,a.mainlevel:visited {
  font-size	        : 10pt;
  color			: #000;
  font-weight		: bold;
  display		: block;
  text-align		: left;
  padding		: 10px 0px 10px 15px;
}

a.sublevel:link, a.sublevel:visited {
  font-size        	: 12px;
  display          	: block; 
  color            	: #000;
  text-align		: left;
  padding		: 3px 0px 3px 20px;
}

a.mainlevel:hover,a.sublevel:hover {
  color                 : #000;
  background-color	: #93d92e;
  background-position	: 0% 50%;
  text-decoration	: none;
}

a.listitem:link, a.listitem:visited {
  font-size        	: 12px;
  display          	: block; 
  color            	: #000;
  text-align		: left;
  padding		: 1px 0px 0px 2px;
}

a.listitem:hover,a.listitem:hover {
  color                 : #000;
  background-color	: #93d92e;
  background-position	: 0% 50%;
  text-decoration	: none;
}

.listitemheader, a.listitemheader:link, a.listitemheader:visited {
  font-size        	: 12px;
  display          	: block; 
  color            	: #000;
  text-align		: left;
  /* top right bottom left*/
  padding		: 2px 5px 0px 5px;
  min-height             : 18px;
  vertical-align: middle;
  line-height       : 14px;
}

a.listitemheader:hover,a.listitemheader:hover {
  color                 : #000;
  background-color	: #93d92e;
  background-position	: 0% 50%;
  text-decoration	: none;
}

