body {
  margin : 0px; 
  padding : 0px; 
  font-family : Arial, Helvetica, sans-serif; 
  background-color : #dddddd; 
  text-align : center; 
  background-image : url(afbeeldingen/back.gif); 
  background-position : center; 
  background-repeat : repeat-y; 
} 

img {
  border : 0px; 
} 

a , a:link , a:visited {
  color : #ffffff; 
  text-decoration : none; 
} 


a:hover , a:focus , a:active {
  color : #ffffff; 
  text-decoration : underline; 
} 

table {
  empty-cells : show; 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 10px; 
  line-height : 16px; 
  color : #000000; 
  border-width : 0px; 
  margin : auto; 
} 

td.spacer {
  height : 3px; 
  overflow : hidden; 
} 

input.input_text {
  width : 200px; 
  height : 14px; 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 10px; 
  color : #000000; 
  background-color : #ffffff; 
  border : 1px solid #808080; 
  text-align : left; 
}

input.input_text_naam {
  width : 147px; 
  height : 14px; 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 10px; 
  color : #000000; 
  background-color : #ffffff; 
  border : 1px solid #808080; 
  text-align : left; 
}

select.input_select {
  width : 50px; 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 10px; 
  color : #000000; 
  background-color : #ffffff; 
  border : 1px solid #808080; 
  text-align : left; 
} 

select.input_select2 {
  width : 90px; 
  height : 14px; 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 10px; 
  color : #000000; 
  background-color : #ffffff; 
  border : 1px solid #808080; 
  text-align : left; 
} 

input.input_button {
  width : 115px; 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 11px; 
  font-weight : bold; 
  color : #ffffff; 
  background-color : #b40000; 
  border : 1px solid #808080; 
  text-align : center; 
} 

span.contact a, span.contact a:link, span.contact a:visited,
span.contact a:hover, span.contact a:focus, span.contact a:active {
  color : #000000; 
  text-decoration : underline; 
} 

span.rood { color : #FF0000; font-weight : bold; font-size : 11px; text-decoration : underline; }
span.niet_rood { color : #000000; font-weight : bold; font-size : 11px; }

#container {
  width : 768px; 
  margin : auto; 
  overflow : hidden; 
} 

#titel {
  width : 768px; 
  height : 174px; 
  margin : auto; 
  background-image : url(afbeeldingen/titel.gif); 
  overflow : hidden; 
} 

#main {
  width : 768px; 
  height : 549px; 
  margin : auto; 
  overflow : hidden; 
} 

#main_left {
  display : inline; 
  float : left; 
  width : 424px; 
  height : 549px; 
  text-align : right; 
  background-image : url(afbeeldingen/main_left.gif); 
  overflow : hidden; 
} 

#main_right {
  display : inline; 
  float : right; 
  width : 344px; 
  height : 549px; 
  background-image : url(afbeeldingen/main_right.gif); 
  overflow : hidden; 
} 

#text1 {
  width : 309px; 
  height : 244px; 
  font-size : 12px; 
  line-height : 18px; 
  letter-spacing : -1px; 
  margin-left : auto; 
  text-align : left; 
  /*color : #686868; */
  color : #515151;
} 

#text2 {
  position : relative; 
  top : 13px; 
  font-size : 13px; 
  font-weight : bold; 
}

#text2 a {
  color : #686868;
  text-decoration : underline;  
}  

#text3 {
  width : 309px; 
  font-size : 10px; 
  line-height : 15px; 
  margin-left : auto; 
  text-align : left; 
  color : #000000; 
} 

#text4 {
  position : relative; 
  top : 13px; 
  font-size : 13px; 
  font-weight : bold; 
} 

#formulier {
  width : 325px; 
  height : 305px; 
  margin-left : auto; 
  text-align : left; 
  background-color : #fbc062; 
} 

#afbeeldingen {
  width : 100%; 
  height : 81px; 
  background-image : url(afbeeldingen/afbeeldingen.gif); 
  overflow : hidden; 
} 

#footer {
  width : 586px; 
  font-size : 10px; 
  line-height : 18px; 
  letter-spacing : -1px; 
  margin : auto; 
  text-align : right; 
  color : #ffffff; 
} 
