/* algemeen */
html {
  height: 100%;
}


body {
  color:#000033;
  background-color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 20px;
  text-align: center;
}

/* divs */
div#pagina {
  background-image: url(images/bg_body.gif);
  width: 911px;
  margin: 10px auto;
  text-align: left;
}

div#page-header {
  background-image: url(images/bg_header.gif);
  width: 100%;
  height: 150px;
}

div#header {
  background-image: url(/images/logo.gif);
  background-repeat: no-repeat;
  height: 125px;
  width: 800px;
  text-align: center;
  vertical-align: middle;
  margin: 20px;
  float: left;
}

div#main {
}

div#menu_en_content {
  height: 100%;
  width: auto;
  float: left;
  background-image: url(images/box_links.gif);
  background-repeat: repeat-y;
  margin-left: 37px;
  margin-top: -50px;
  margin-bottom: -5px;
}


div#menu_container {
  clear: both;
  float: left;
  width: 179px;
  margin: 40px 0 0 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
}

div#menu {
  width: 100%;
  font-family: Arial;
  font-weight: bold;

}

div#menu ul {
  background-image: url(images/bg_menu.gif);
}

div#menu_top, div#menu_bottom {
  background-image: url(images/menu_top.gif);
  height: 11px;
  font-size: 8px;
  margin: 0;
  padding: 0;
}

div#menu_bottom {
  background-image: url(images/menu_onder.gif);
}

div#content {
  float: left;
  width: 640px;
  padding: 8px;
  background: #CECECE url(images/bg_content.gif) repeat-y 100%;
  border-left: 0;
}

div#main {
  clear: both;
}


div#rechts {
  margin-left: 710px;
}

div#page-footer {
  clear: both;
  background: url("images/bg_footer.gif") repeat-x 0 100%;
}

div#divje_spacer_top {
  float:right;
  width:1px;
  height:250px;
}
div#divje {
   clear:both;
   height:0px;
   overflow:hidden;
}




/* lijsten */
div#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 3px 0 3px 10px;
}

div#menu ul li {
  margin: 0;
}

table {
  border-collapse:collapse;
  border-spacing:0px;
  width:100%;
}


table tr td {
  padding-top:1px;
  padding-bottom:1px;
  padding-left:3px;
  padding-right:3px;
}


/* tekst */
* a {
  text-decoration: none;
}

h1.titel {
  margin: 0px -8px 8px -8px;
  padding: 5px 5px 5px 8px;
  font-weight: bold;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-family:  Georgia, Times New Roman,serif;
  background-color: #000000;
  color: #FFFF0D;
}

h2 {
  font-size: 13px;
  font-family: Tahoma,Arial;
  margin-bottom: -10px;
  margin-top: 20px;
  color:#000066;
}


span.toolbox {
  float: right;
}

span.toolbox a {
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF;
}

div#menu a {
  display: block;
  padding: 2px 2px 2px 4px;
  width: 100%;
  color: #FFFF0D;
  text-decoration: none;
}

div#menu a:hover {
  text-decoration: underline;
}

span.copy {
  color: #e2e2e2;
  text-align: center;
  font-size: 10px;
}

span.copy a {
  text-decoration: none;
  color: #FFFF0D;
}



/* formulieren */
label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-size: 12px;
}

label.post {
  width: auto;
}


.submit input
{
margin-left: 9em;
}

/* hoekjes om hele pagina */
span.side-left, span.side-right {
	display: block;
	width: 20px;
	height: 150px;
	background: url("images/sides_top.gif") no-repeat;
	}
span.side-left {
	background-position: 0 0;
	float: left;
	margin-right: 10px;
	}
span.side-right {
	background-position: 100% 0;
	float: right;
	}

span.fcorners-bottom, span.fcorners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("images/corners_bottom.gif");
	margin: 0;
	}
span.fcorners-bottom {
	background-position: 0 0;
	}
span.fcorners-bottom span {
	background-position: 100% -20px;
	}

/* kleine hoekjes content blok */
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 8px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: -8px -8px 0 -9px;
	background-image: url("images/small_corners_links.gif");
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
	background-image: url("images/small_corners_rechts.gif");
    margin-left: 6px;
    background-color: #000000;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0px -8px -10px -9px;
	clear: both;
	background-image: url("images/small_corners_links.gif");
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
	background-image: url("images/small_corners_rechts.gif");
}

div#content img {
  float: right;
  margin: 0 0 5px 5px;
  width: 200px;
}


