/* @group Algemene Styles */

/* Resetten 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 {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #999999;
	font: normal normal 12px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
	}
	
/* Teksten in de tabellen */
td, tr {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #999999;
	text-decoration: none;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
}

.kleintext {
  font-size: 10px;
  font-style: italic;
  line-height: 10px;
}

/* Algemene links*/
#main a,
#main a:link,
#main a:visited,
#main a:active {
	color: #f18e00;
	text-decoration: underline;
	letter-spacing: normal;
	font-weight: normal;
	}

#main a:hover {
	color: #000000;
	text-decoration: underline;
	}

/* Afbeelding specificaties */
#main img {

	}

/* Opsomming in maincontent */
#main li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
	
/* Subtitel - Header */
h1 {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	display: block;
	color: #333333;
}

/* Inleidende tekst */
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 5px 0 0 0;
	}

/* Subkopje */
h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

/* Tekst in met lijn boven en onder */
h4 {
	margin-top: 10px;
	margin-bottom: 10px; 
	color: #644e00;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border: solid #f18e00 1px;
	background: url(DesignerImages/h4.jpg);
	}

/* Tekst in kader */
h5 {
	margin-top: 10px;
	margin-bottom: 10px; 
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border: solid #333333 1px;
  background: #ffffff url(DesignerImages/input-patroon.jpg) repeat-x center center;
	}

/* Groot kopje Blauw */
h6 {
	font-size: 15px;
	font-weight: normal;
	}

/* lijn */
hr {
	border: 0;
	background: #f18e00;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	*width: 100%; /*IE7*/
	*border-top: 1px solid #f18e00; /*IE7*/
	}

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

/* Leeg */
address {
}

/* Leeg */
p {
}

/* leeg  */
pre {
}

/* @end */



/* @group Formulier */

/*< Formulier typografie en velden> */

/* kopjes en tekst van formulier  */
.formprompt {
  font-weight: normal;
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
}

.formfield {
	margin-left: 5px;	
}

/* tekst velden  */
.formfield input {
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  background: #ffffff url(DesignerImages/input-patroon.jpg) repeat-x center center;
}

html>body .formfield input {
  border: 1px solid #9E9E9E;
  background: #ffffff url(DesignerImages/input-patroon.jpg) repeat-x center center;
}

.formfield textarea {
  color: black;
  font-size: 12px;
  font-weight: bold;
  height: 130px;
  padding: 1px 2px 1px 2px;
  border: 1px solid #9E9E9E;
  background: #ffffff url(DesignerImages/input-patroon.jpg) repeat-x center center;
}

html>body .formfield textarea {
  border: 1px solid #9E9E9E;
  background: #fff;
  color: black;
  width: 306px;
  height: 80px;
   background: #ffffff url(DesignerImages/input-patroon.jpg) repeat-x center center;
 
}

/* kopjes van group */
.formgroup {
  color: white;
  background: #333333; /*#f18e00;*/
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  line-height: 25px;
}

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

/* Verstuur formulier button */
.formsubmit {
  margin-top: 10px;
  width: auto;
  text-align: left;
  display: block;
  border-top: solid #9E9E9E 1px;
  padding: 15px 0 0 0 ;
}

.error {
  margin: 0 0 20px 0;
  color: #f18e00;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #f18e00;
}

/* @end */


