html {
  background: #012442 url("images/header.gif") top left repeat-x;
}

body {
  margin:0px;
  font-family: "Lucida sans", Sans-serif;
}

form {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 10px;
  margin: 2px 0px 10px;
}

.wrapper {
  width: 960px;
  margin: 0px auto;
}

.logo {
  z-index: -1;
  background: transparent url("images/logo.gif") top left no-repeat;
  position: absolute;
  width: 381px;
  height: 281px;
  margin-left: -110px;
}

.header {
  height: 17px;
  width: 1018px;
  background: transparent url("images/logosmall.gif") top right no-repeat;
  text-align: right;
  color: #012442;
  font-size: 11px;
  padding: 125px 9px 0px;
}
  
.header a {
  color: #012442;
	text-decoration: none;
	margin: 0px 9px;
}

.header .leftfloat {float:left;width: 50%;text-align: left;}

.header .rightfloat {float:right;width: 50%}

.block {
  color: #002444;
  width: 272px;
  margin: 0px 12px;
}

.block h1 {
  font-size: 18px;
  margin: 0px;
}

.block h1.line {
  font-size: 18px;
  margin: 0px;
  height: 35px;
  width: 238px;
  background: transparent url("images/lijn.gif") center bottom no-repeat; 
}

.block .top {
  float: left;
  height: 13px;
  width: 272px;
  background: transparent url("images/top_block.png") center top no-repeat;
}

.block .center {
  float: left;
  padding: 0px 12px 12px 22px;
  width: 238px;
  background: transparent url("images/mid_block.png") center top repeat-y;
}

.block .bottom {
  clear: both;
  height: 13px;
  width: 272px;
  background: transparent url("images/bottom_block.png") center bottom no-repeat;
}

.clearer {
  clear: both;
