body{
		margin: 0;
		padding: 0;
		background-color: #fff200;
		background-image:url(../images/bg.jpg);
		background-repeat: repeat-x;
		font-family:"Comic Sans MS";
		color:#006633;
}


h3 {
		padding: 5px 10px 0px 85px;
		margin-bottom: 2px;
		color: #990000;
		text-decoration: underline;
}

#left p {
		padding-left: 90px;
		margin: 0;
		font-size: 0.8em;
}

#wrapper {
			width: 966px;
			margin: 0 auto;
}

#header {
			background-image:url(../images/header4.jpg);
			margin: 0;
			height: 180px;
}

#navigatie {
			width: 966px;
			height: 70px;
			margin: 0px;
			text-align: left;
			background-image:url(../images/navi.jpg);
			font-family:"Comic Sans MS";
}

#navigatie ul {
			list-style: none;
			margin: 0;
			padding-top: 25px;
}

#navigatie li {
	width: 70px;
	display: inline;
	decoration: none;
	line-height: 1em;
	font-size: 0.9em;
	padding: 30px 40px 10px 0px;
	text-transform: uppercase;
	color:#FFFFFF;
	font-weight:bold;
}

#navigatie li a.selected {
	text-decoration: underline;
	color:#003300;
}

#navigatie li a{
	text-transform: uppercase;
	color:#006633;
	font-weight:bold;
	text-decoration: none;
}

#navigatie li a:hover{
	text-transform: uppercase;
	color:#006633;
	font-weight:bold;
	text-decoration: underline;
	
}

#content {
			background:url(../images/bgright.jpg) repeat-x;
			height: auto;
}

#footer {
			text-align: center;
			padding-top: 10px;
			clear:both;
			/* border-top: #FAC90B 5px solid; */
			font-size: 0.80em;
}

#left { float: left;
		margin: 0;
		width: 284px;
		height: 375px;
		background:url(../images/links.jpg) no-repeat;
}

#left img.nieuw {
		margin-top: 180px;
		padding-right: 15px;
		float: left;
}

#right { 	float: right;
			padding: O;
			margin: 0;
			width: 670px;
}

#right img.mier {
			float: right;
			display: inline;
}

.centrum {
			float: left;
			display: block;
			text-align:center;
}


#textheader {
			background: url(../images/textheader.jpg) no-repeat;
			padding: 0;
			margin: 0;
			width: 666px;
			height: 22px;
			clear: both;
}

#texttop {
			background: url(../images/textcontenttop.jpg) repeat-y top;
			padding: 0;
			margin: 0;
			width: 666px;
			clear: both;
}

#textcontent {
			background: url(../images/textcontent.jpg) repeat-y;
			padding: 0 15px 0 15px;
			margin: 0;
			width: 636px;
			clear: both;
			min-height: 30px;
}

#textcontent h1 {
			padding-left: 20px;
			font-size: 1.2em;
			margin: 0;
			line-height: 1.4em;
}

#textcontent p {
			padding-left: 20px;
			padding-right: 20px;
			margin: 0;
			padding-bottom: 10px;
}

#textcontent b {
			padding-left: 20px;
			margin: 0;
			padding-bottom: 10px;
}

#textcontent ul {
			margin-bottom: 0px;
			list-style: square;
			margin-left: 35px;
}

#textfooter {
			background: url(../images/textfooter.jpg) no-repeat;
			padding: 0;
			margin: 0;
			width: 666px;
			height: 30px;
			clear: both;
}


.clear {
		clear: both;
}

.inkom {
		text-align: center;
		color: #FF6600;
		font-weight: bold;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#reglement {
		text-align: right;
		padding-top: 10px;
		padding-right: 15px;
		margin-top:20px;
}

#contact {
	padding-top: 70px;
	text-align: left;
	padding-left: 80px;
	font-size: 0.9em;
}

#keuken {
	margin-top: 180px;
	padding: 5px 5px 5px 15px;
	border: 1px solid #FF6600;
	background-color: #FFCC00;
	color:#333333;
	text-align: center;
}

/* Begin Form Elements */

	

	fieldset {  
		margin: 			0 0 0 0;  
		padding: 			0 0.5em 0.5em;
		background:			transparent url(../fieldsetbg.jpg) no-repeat bottom right;
	}
	
	fieldset div {
	margin:0.3em 0;
	clear:both;
}

	legend {  
		text-transform:		uppercase;
		font-size:			1.3em;
		padding:			5px;
		margin-left:		1em;
		color:				#ffffff;
		background:			#3f7b36;
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	1em;
		line-height:		3.4em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}

	label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}

p span.required {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		3.4em;
		width:				25px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
		background:			transparent url(required.gif) no-repeat center right;		
	}
	
	input {
	padding:0.15em;
	width:15em;
	border:1px solid #dddddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
	
textarea {
		padding:			0.15em;
		width: 				15em;
		border:				1px solid #dddddd;  
		background:			#fafafa;
		font: bold 0.95em Arial, Helvetica, sans-serif;
		height:				5em;
	}
	
textarea:hover, textarea:focus {
	border-color: #c5c5c5;
	background: #f6f6f6;
}
	
form {
		margin-left:		30px;
		margin-right:		30px;
	}
	
input.btn {
	color: #ffffff;
	background-color: #3f7b36;
	border: 1px outset #ffffff;
	padding: 2px 4px 2px 4px;
	width: 9em;
	margin-left: 70px;
	}

input.nieuwsbrief_submit {
	color: #ffffff;
	padding:0.15em;
	width: 90px;
	border:1px solid #dddddd;
	background-color: #3f7b36;
	font-weight:bold;
	font-size: 0.90em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-left: -10px;
}

input.nieuwsbrief_email{
	padding: 0.15em;
	float: left;
	margin-left: -15px;
	margin-bottom: 5px;
	width: 150px;
	border:1px solid #dddddd;
	background:#fafafa;
	font-weight:bold;
	font-size: 0.90em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input.errorinput {
	background: #990000;
}

/* End */

span.red {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
}

#verlof {
		text-align: center;
		font-weight: bold;
		color: #FF0000;
}

span.twee {
	color: #CC0000;
}
