/* @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: center;
	background: #ffffff;
	color: #256e5d;
	font: normal normal 12px/22px Verdana, Arial, Helvetica;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
	background: #fff;
}

/* Teksten in de tabellen */

td, tr {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #256e5d;
	font: normal normal 12px/22px Verdana, Arial, Helvetica;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
}

:focus {
	outline: none;
	border: 0;
}

/* Algemene links*/

#main a,
#main a:link,
#main a:visited,
#main a:active {
	color: #c4b894;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: bold;
}

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

/* Opsomming in maincontent */

#main li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

#mainhome a,
#mainhome a:link,
#mainhome a:visited,
#mainhome a:active {
	color: #c4b894;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: bold;
}

#mainhome a:hover {
	color: #5794B0;
	text-decoration: none;
}

/* Opsomming in maincontent */

#mainhome li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

/* Subtitel - Header */

h1 {
	color: #256e5d;
	line-height: 45px;
	font-size: 30px;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
}

/* Inleidende tekst */

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	font-family: Georgia, Times New Roman;
	color: #5794B0;
}

/* Subkopje */

h3 {
	color: #5795AA;
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}

#subtitel {
	color: #5795AA;
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}

/* Tekst in met lijn boven en onder */

h4 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-spacing: 2px 2px;
	padding: 10px;
	background: #7FA59A;
	font-family: Georgia, Times New Roman;
}

/* Tekst in kader */

h5 {
	color: #5795AA;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	border-spacing: 2px 2px;
	padding: 10px;
	background: #F2F9FC;
	font-family: Georgia, Times New Roman;
}

/* Groot kopje Blauw */

h6 {
	color: #c4b894;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
}

/* lijn */

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

/* 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: bold;
	font-size: 12px;
	color: #256e5d;
}

/* tekst velden  */

.formfield input {
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

html>body .formfield input {
	border: 1px dashed #ccd5d3;
	background: #ffffff;
}

.formfield textarea {
  color: black;
	font-size: 12px;
	font-weight: bold;
	height: 130px;
	padding: 1px 2px 1px 2px;
}

html>body .formfield textarea {
	border: 1px dashed #ccd5d3;
	background: #ffffff;
	/*color: #00367d;*/
  color: black;
	width: 306px;
	height: 80px;
}

/* kopjes van group */

.formgroup {
	color: white;
	background: #39839e;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 30px;
}

/* 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: dashed #ccd5d3 1px;
	padding: 15px 0 0 0;
}

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

/* @end */
