h1 {  font-size: 20px; color: white; font-weight: bold; margin-bottom: 16px; margin-top: 2px; } 					/* Goed */

h2 {  font-size: 16px; color: white; font-weight: bold; margin-bottom: 10px; margin-top: 0px;}				/* Goed */

h3 {  font-size: 14px; color: white; font-weight: bold;  margin-bottom: -5px; padding-top: 30px; }
#nieuwscontent h3 {  font-size: 16px; color: white; font-weight: bold; margin-bottom: 10px; margin-top: 0px; }

h4 {  font-size: 12px; color: white; font-weight: bold; margin: 0; padding: 0;margin-right: 5px; text-transform: uppercase; margin-top: 20px;}
h4 a{ font-size: 12px; color: white; font-weight: bold; margin-right: 5px; text-transform: uppercase;}
h4 a:visited{ font-size: 12px; color: white; font-weight: bold; margin: 0; padding: 0;margin-right: 5px; text-transform: uppercase;}
h4 a:active	{ font-size: 12px; color: white; font-weight: bold; margin: 0; padding: 0;margin-right: 5px; text-transform: uppercase;}
h4 a:hover	{ font-size: 12px; color: white; font-weight: bold; margin: 0; padding: 0;margin-right: 5px; text-transform: uppercase;}

/* Spans */
.paragraph { color: #003374; }

/* Content List Items */
ul.content { margin-left: 25px; margin-bottom: 15px;}
ul.content li { line-height: 19px; font-style: italic; font-size: 11px;  }

/* Form Inschrijven */
.inschrijven { width: 300px; float: left; }
.inschrijven label { 
	width: 130px; 
	float: left; 
	text-align: right; 
	margin-bottom: 5px; 
	margin-right: 10px; 
	font-size: 11px; 
	padding-top: 3px;
	}
	
.inschrijven input[type=text] { 
	width: 151px; 
	height: 14px; 
	float: left; 
	text-align: left; 
	margin-bottom: 5px; 
	background: transparent url(../images/inschrijven_input.png); 
	border: 0px;
	color: #6d6d6d;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 6px;
	}

.inschrijven textarea { 
	width: 151px; 
	height: 53px; 
	background-color: blue; 
	float: left; 
	text-align: left; 
	margin-bottom: 5px; 
	background: transparent url(../images/inschrijven_textarea.png); 
	border: 0px;
	color: #b0b0b0;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	}
						
.inschrijvensubmit 	{  width: 160px; height: 21px; 		margin-left: 140px; 	background: none;  	float: left;}
.inschrijvenspan 	{  width: 130px; text-align: right;	margin-bottom: 5px; margin-right: 10px; font-size: 11px; padding-top: 18px; float: left;}
.inschrijvenradio 	{float: left; 	text-align: left;	margin-bottom: 5px; margin-right: 10px; font-size: 11px; padding-top: 3px; 	width: 150px; margin-bottom: 15px; margin-top: 15px; }

/* Form Gastenboek */
.gastenboekform { width: 511px; float: left; margin-bottom: 30px; }
.gastenboekform label { 
	width: 60px; 
	float: left; 
	text-align: right; 
	margin-bottom: 5px; 
	margin-right: 10px; 
	font-size: 11px; 
	padding-top: 3px;
	}
.gastenboekform input[type=text] { 
	width: 111px; 
	height: 14px; 
	float: left; 
	text-align: left; 
	margin-bottom: 5px; 
	background: transparent url(../images/general_input.png); 
	border: 0px;
	color: #6d6d6d;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 6px;
	}
	
.gastenboekform textarea { 
	width: 410px; 
	height: 114px; 
	float: left; 
	text-align: left; 
	margin-bottom: 5px; 
	background: transparent url(../images/gastenboek_textarea.png); 
	border: 0px;
	color: #6d6d6d;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.gastenboeksubmit[type=image] 	{ width: 170px; height: 23px; background: none; float: right;}

.contactformulier {  width: 511px; float: left;}
.contactformulier label { 
	width: 80px; 
	float: left; 
	text-align: right; 
	margin-bottom: 5px; 
	margin-right: 10px; 
	font-size: 11px; 
	padding-top: 3px;
	}

.contactformulier input { 
	width: 151px; 
	height: 14px; 
	float: left; 
	text-align: left; 
	margin-bottom: 5px; 
	background: transparent url(../images/inschrijven_input.png); 
	border: 0px;
	color: #6d6d6d;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 6px;
	}
	

.contactformulier textarea { 
	width: 410px; 
	height: 114px; \
	float: left; 
	text-align: left; 
	margin-bottom: 5px; 
	background: transparent url(../images/gastenboek_textarea.png); 
	border: 0px;
	color: #6d6d6d;
	font-size: 0.9em;
	padding: 3px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.contactformuliersubmit[type=image] 	{  width: 160px; height: 21px; 		margin-left: 83px; 	background: none;  	float: left;}
