/* @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 url(DesignerImages/body-bg.gif) no-repeat center top;
	color: #234088;
	font: normal normal 12px/22px 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: #234088;
	font: normal normal 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
}

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

/* Algemene links*/

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

a:hover {
	color: #234088;
	text-decoration: none;
	text-decoration: underline;
}

/* Opsomming in maincontent */

#main ul {
	color: #e61956;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 1.5em; 
	padding-left: 0em;
}

#main ol {
	margin-left: 1.5em;
	padding-left: 0em;	 
	*margin-left: 2em; 
	margin-top: 0px; 
	margin-bottom: 0px; 	
}

.kleur_blauw {
	color: #234088;
}

/* Subtitel - Header */

h1 {
	height: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #234088;
	font-weight: bold;
	display: block;
	z-index: 10;
	letter-spacing: 0.5px;
}

/* Inleidende tekst */

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #e61956;
}

/* Subkopje */

h3 {
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
}

/* 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: #234088;
}

/* Tekst in kader */

h5 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-spacing: 2px 2px;
	padding: 10px;
	background: #e61956;
}

/* Groot kopje Blauw */

h6 {
	font-size: 15px;
	font-weight: normal;
}

/* lijn */

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


/*IE7*/
	*border-top: 1px solid #234088;

/*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: normal normal 12px/22px Arial, Helvetica, sans-serif;
	color: #234088;
}

/* tekst velden  */

.formfield input {
	font: normal normal 12px/22px Arial, Helvetica, sans-serif;
	color: #234088;
	padding: 3px;
}

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

.formfield textarea,
.formfield select {
	color: #234088;
	font: normal normal 12px/22px Arial, Helvetica, sans-serif;
	/*height: 80px;*/
	padding: 1px 2px 1px 2px;
}

html>body .formfield textarea {
	font: normal normal 12px/22px Arial, Helvetica, sans-serif;
	border: 1px solid #234088;
	background: #ffffff;
	color: #234088;
	width: 306px;
	height: 80px;
}

/*html>body .formfield select {
	margin-top: 15px;
	font: normal normal 12px/30px Arial, Helvetica, sans-serif !important;
	border: 1px solid #fff;
	background: #ffffff;
	color: #234088;
	width: 350px;
	height: 275px;
	overflow: auto;
}*/

html>body .formfield select option {
	height: 15px;
	padding-left: 15px;
}

/* kopjes van group */

.formgroup {
	color: white;
	background: #234088;
	height: 30px;
	font-size: 13px;
	font-weight: normal;
	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: solid #ced5e5 1px;
	padding: 15px 0 0 0;
}

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

.lijntje_onder {
	border-bottom: 1px solid #234088 !important;
}


/* @end */
