* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
 	margin-left: 2px;
	overflow-Y: scroll;
}

p, h1 {
  margin-bottom: 10px;
}

body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background: #fff;
  background: #babcd6 url("../gfx/background.gif") center repeat-y;
}

fieldset {
  margin: 5px;
  padding: 5px;
  border: 0px;
}

legend {
  font-weight: bold;
}

ul {
  margin: 10px;
  padding: 10px;
}

a {
  color: #1f0e66;
}

h1 {
  font-size: 14pt;
  color: #1f0e66;
}

h2 {
  font-size: 11pt;
  margin-top: 20px;
  color: #1f0e66;
}

h3 {
  font-size: 10pt;
  margin-top: 10px;
  color: #1f0e66;
}

img {
  border: 0px;
}

.container {
  margin: 0 auto 0 auto;
 /*background: #babcd6 url("../gfx/back.gif") repeat-y center;*/
  width: 931px;
  position: relative;
}

.relatedcontent {
  float: right;
  width: 201px;
}

.relatedcontent .box_related {
  border: 1px solid #babcd6;
  margin: 20px 22px 20px 0;
  text-align: left;
}


.relatedcontent .box_related h2 {
  width: 168px;
  height: 20px;
  padding: 2px 0 0 10px;
  margin: 0px;
  font-size: 10pt;
  color: #fff;
  background: #1f0e66;
}

.relatedcontent .box_related p {
  margin: 5px;
}

.menu {
  float: left;
  width: 220px;
  text-align: left;
}

.menu .box {
  border: 1px solid #babcd6;
  margin: 20px;
}

.menu .box ul {
  margin: 5px;
  padding: 5px;
  list-style-type: none;
}

.menu .box h2 {
  width: 168px;
  height: 20px;
  padding: 2px 0 0 10px;
  margin: 0px;
  font-size: 10pt;
  color: #fff;
}

.menu .box_1 h2 {
  background: #89bf38;
}

.menu .box_2 h2 {
  background: #1f0e66;
}

.menu .box_3 h2 {
  background: #444772;
}

.content {
  float: left;
  width: 450px;
  margin: 20px 0 20px 0;
  padding: 10px;
  text-align: left;
}

.header {
  width: 900px;
  height: 153px;
  border-bottom: 1px solid #babcd6;
  margin: 0 0 0 15px;
  float: left;
  background: #1f0e66;
}

.header .col {
  float: left;
  height: 153px;
}

.header .col_0 {

}

.header .col_1 {
  width: 150px;
  background: #444772;
}

.header .col_2 {
  width: 150px;

}

.header .col_7 {
  background: #036;
   width: 150px;

}

.header .col_3 {
  width: 150px;
  background: #89bf38;
/*  background: #fff url("../gfx/img_0.jpg"); */
}

.footer {
  width: 900px;
  height: 100px;
  /*display: none;*/
  margin: 0 0 0 15px;
  float: left;
  clear: both;
  background: #1f0e66;
}

.footer .col {
  float: left;
  height: 100px;
  font-size: 10pt;
}

.footer .col_0 {
  width: 300px;
  background: url("../gfx/zonnebloemen.jpg");
}

.footer .col_1 {
  width: 61px;
  background: #1f0e66;
}

.footer .col_2 {
  width: 61px;
  background: #fff;
}

.footer .col_3 {
  width: 61px;
  background: #89bf38;
}

.footer .col_4 {
  width: 186px;
  height: 88px;
  background: #ffffff;
  padding: 2px 10px 10px 10px;
  text-align: left;
}

.footer .col_5 {
  width: 61px;
  background: #444772;
}


#ajaxSearch_form, #ajaxSearch_output {
  padding: 5px;
}

#etoNotice {
  display:none;
}

#screens {
  border: 1px solid #000;
  width: 200px;
  height: 150px;
}

.copy {
  font-size: 8pt;
  color: #fff;
  margin: 85px 0 0 25px;
}

.copy a {
  color: #fff;
  text-decoration: none;
}