h1
{
	font-family : Lucida Sans Unicode;
	font-size :16pt;
    color: #dbdbdb;
}
h2
{
	font-family : Lucida Sans Unicode;
	font-size :11pt;
    color: #dbdbdb;
}
h3
{
	font-family : Lucida Sans Unicode;
	font-size :11pt;
    color: FFFFFF;
	margin-top:-0px;
}
.tabel_tekst {
	font-family : Lucida Sans Unicode;
	font-size :9pt;
	text-align: left;
	clear: none;
	color: white;
	padding-right:25px;
	text-align: left;
}
a {
	text-decoration: none;
	color:white;
	cursor:hand;
}
a:hover  {
	text-decoration: none;
	color: #cacaca;
	cursor:hand;
}
#bottom {
}

/* basic architecture */
body {
  margin: 0px;
  padding: 0px;
  background-color: #112d45;
}
#mainWrapper {
  position: absolute;
	left: 50%;
	width: 975px;
	margin-top: 2px;
	margin-left: -484px;
	/*padding: 15px;*/
}
#header {
  padding: 0;

}
#logo {
  margin-left: auto; 
  height: 145px;  margin-right: auto;  width: 975px;  overflow: hidden;
  padding: 0;
  background-image:url(images/header.jpg);	
  background-repeat : no-repeat;
}
#menuContainer {
  margin-top: 0px;
  _margin-top: -6px;
}
#colContainer {
  background-color: #112d45;
position: absolute;
  margin-left: 4px;
  _margin-left: 0px; /* needed for IE 6 */
}
#col12345 {
position: absolute;
  float: left;
  width: 965;
  margin: 3px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 15px;
  font-family : Lucida Sans Unicode;
  font-size :9pt;
  font-weight=400;
  text-align: left;
  clear: none;  
  color: white;
  line-height: 16pt;
  background-color: #112d45;
}
.colInner {
  margin: 0px; /* set to 0 for remove the borders */
  background-color: #112d45;
}
#bottom {
  clear: left;
  height: 30px;  /* can be removed or set to auto if it has content */
}

/* menu */

#nav {
  padding: 0px 0 0 0;
  margin-left: -50px;
  background-image:url(images/menu_bg.jpg);
  list-style: none;
  white-space: nowrap;
  font-family: Lucida Sans Unicode, Corbel, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: table-cell;
  width: 975px;
}
#nav a {
  float: left;
  text-align: center;
  text-decoration: none; 
  letter-spacing: 1px;
  padding: 5px 10px 5px 11px;
}
a.menu1 {color:#fff; text-decoration:none; width:975px; text-align: center;}
/*a.menu1:visited {color:#fff;}*/
a.menu1:hover {color:#fff; background-image:url(images/menu_bg_hover.jpg);}
a.menu1:active {color:yellow;}


