/* Reset van alle marges en paddings */

h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* Algemene body elementen */
body, html { height:100%; }
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #003571 url(../DesignerImages/body_bg.jpg) repeat-x;
  color: #5c5a58;
  font: normal normal 12px/20px Arial, Helvetica, Tahoma, sans-serif;
  text-decoration: none;
  word-spacing: normal;
  white-space: normal;
  letter-spacing: normal ;
}

/* Algemene links*/
#main a, 
#main a:link,
#main a:visited,
#main a:active  {
  color: #5c5a58;
  text-decoration: none;
  font-weight: bold;
}

#main a:hover {
  color: #fd9925;
  text-decoration: none;
}


/* Titel - Header */
h1 { 
	text-transform: uppercase;
	font: bold 15px/20px "Times New Roman", Georgia;
	color: #003571;
	margin-bottom: 10px;
}

/* Inleidende tekst */
h2 {
	text-transform: none;
	font: small-caps bold 14px/20px "Times New Roman", Georgia;
	color: #666360;
	text-align: justify;
}

/* Subkopje */
h3 {  
  font-size: 12px;
  margin: 0px;
  color: #5c5a58;
}

/* Tekst in met lijn boven en onder */
h4 {
  margin: 0px;
  font-size: 13px;
  color: #325b88;
  font-weight: normal;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #fd9925;
  border-bottom: solid 1px #fd9925;
}

/* Tekst in kader */
h5 {
  margin: 0px;
  color: #5c5a58;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  border-spacing: 2px 2px;
  padding: 10px;
  border: solid #fd9925 1px;
}

/* Grote kopje */
h6 {
  color: #fd9925;
  font-size: 14px;
  font-weight: bold;
}

/* lijn */
hr {
  border: 0;
  color: #98acc2;
  background: #98acc2;
  height: 1px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
}

/* Correctie IE lijn */
* html body hr {
  width: 100%;
}

/* Correctie IE lijn */
* html hr {
  margin: 0 ;
}

/* Lege styles */

address {
}

/* Leeg */

p {  margin-top: 10px;
  margin-bottom: 10px;
}

/* leeg  */

pre {
}

/*< Formulier typografie en velden> */

/* kopjes en tekst van formulier */

.formprompt {
  padding: 0;
  margin: 0px;
  width: auto;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  /*vertical-align:top;*/
}

.formfield {
  /*vertical-align:top;	*/
}

.formfield .field_day,
.formfield .field_month {
	width: 20px;
}

.formfield .field_year {
	width: 40px;
}

/* tekst velden  */
.formfield input {
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  height: 18px;
  color: #5c5a58;
  width: 211px;
  background:transparent;
  border: 1px solid #fd9925;
}

.formfield input[type=radio],
.formfield input[type=checkbox] {
	width: 12px;
}

.formfield input[type=file] {
	height: 25px;
}

.klikbox {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid white !important;
}

.formfield select {
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  height: 20px;
  width:   60px;
  color: #5c5a58;
  border:  1px solid #fd9925;
  background:white;
}

.formfield textarea {
  font-size: 11px;
  font-weight: bold;
  color: #5c5a58;
  width: 320px;
  height: 60px;
  margin-bottom: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  background:transparent;
  border: 1px solid #fd9925;
}

/* kopjes van group */
.formgroup {
  margin-top: 15px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  background: #fd9925;
  width: 340px;
}

/* Ruimte tussen de verschillende groups */
.formgroupspacer {
  padding-top: 10px;
}

.formsubmit {
  border-top: 1px solid #fd9925;
  padding: 10px 0 0 0;
  width: auto;
  display: block;
  height: 40px;
}

.error {
  min-height: 40px;
  width: auto;
  border: 1px solid #003571;
  background: #EE1431 url(DesignerImages/let_op.jpg) no-repeat 6px 6px;
  padding: 3px 3px 3px 47px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

* html .error {
  height: 40px;
}

