html, body {
  height:100%;
  padding:0px;
  margin:0px;
}

body {
  background-color:#061f5f;
  background-image:url(../images/achtergrond1.jpg);
  background-position:top center;
  background-repeat:no-repeat;
  height:100%;
}

#wrapper {
  position:relative;
  width:679px;
  height:100%;
  margin-right:auto;
  margin-left:auto;
  margin-top:0px;
  margin-bottom:0px;
  padding:0:px;
  text-align:center;
}

/* forms */
form {
  display:inline;
}

input {
  border:solid 1px #666666; 
}

input.radio {
  border:0px;
}

input.image {
  border:0px;
}

/* content */

#content {
  width:679px;
  text-align:left;
  background-color:#fff;
  background-image:url(../images/background.jpg);
  background-position:bottom;
  background-repeat:no-repeat; 
  position: relative;
  overflow: hidden;
  
}

#left {
  height: 100%; 
  min-height: 100%; 
  height: auto;   
  width:211px;
  float:left;
  margin-left:5px;
  margin-top:5px;
  margin-right:10px;
  
}

#right {
  padding-top:9px;
  height: 100%; 
  min-height: 100%; 
  height: auto;   
  width:421px;
  float:left;
  font-family:verdana;
  font-size:10px;
  color:#000000;
  text-align:justify;
}

#header {
  height: 200px;
  background-color:#DB0000;
  height:310px;
}

#footer {
  clear:both;
  height: 11px;
  background-color:#DB0000;
  width:679px;
}

#spacer {
  clear:both;
  height: 11px;
}

#subscribe {
  background-image:url(../images/subscribe_box.gif);
  top:300px;
  width:196px;
  height:134px;
  padding:5px;
  margin-bottom:10px;
  color:#666666;
  font-family:verdana;
  font-size:10px;
  font-weight:bold;
}

/* headers */

h1 {
  font-family:verdana;
  font-weight:bold;
  font-size:13px;
  color:#1B75BB;
  display:inline;
}

h2 {
  font-family:verdana;
  font-weight:bold;
  font-size:10px;
  color:#1B75BB;
  display:inline;
}

h3 {
  font-family:verdana;
  font-weight:bold;
  font-size:12px;
  color:#87a9ce;
  display:inline;
}

/* menu */

#menu a {
  padding-left:35px;
  font-size:13px;
  font-family:verdana;
  font-weight:bolder;
  text-decoration:none;
  color:#ffffff;
}

#menu a.blue {
  padding-left:35px;
  font-size:13px;
  font-family:verdana;
  font-weight:bolder;
  text-decoration:none;
  color:#ffffff;
}

ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

li.red {
  height:24px;
  width:206px;
  padding:0px;
  margin:0px;
  padding-top:3px;
  background-image:url(../images/menu_red.jpg);
  margin-bottom:1px;
}

li.lightred {
  height:24px;
  width:206px;
  padding:0px;
  margin:0px;
  padding-top:3px;
  background-image:url(../images/menu_lightred.jpg);
  margin-bottom:1px;
}

li.blue {
  height:24px;
  width:206px;
  padding:0px;
  margin:0px;
  padding-top:3px;
  background-image:url(../images/menu_blue.jpg);
  margin-bottom:2px;
}

span.error {
  color:#ff0000;
}

span.success {
  color:#1B75BB;
}

span.success_subscription {
  font-size:13px;
  font-weight:bold;
  color:#5ace0c;
}