.clear {
	clear: both; 
}

html {
	margin: 0;
	padding: 0;
	/* height: 100%; */
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #930000;
}

h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

h6 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

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

a {
	text-decoration: none;
	color: #940000;
}

	a:hover {
		text-decoration: underline;
	}

#header marquee {
	font-size: 13px;
	color: #E0E0E0;
	top: 3px;
	position: absolute;
	
		
	}
	
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	background: #E0E0E0;
}

#pagewrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	background: url("images/bg_content.jpg") repeat-y;
}

	#header {
		width: 1000px;
		height: 300px;
		overflow: hidden;
		background: url("images/header.jpg") no-repeat top center;
		position: relative;
	}
		
		ul#navigatie {
			display: block;
			width: 1000px;
			height: 50px;
			margin: 203px 163px;
			list-style-type: none;
		}
		
			ul#navigatie li {
				float: left;
				overflow: hidden;
				line-height: 50px; 
				
			}
			
					ul#navigatie li a {
						float: left;
						display: block;
						line-height: 48px;
						text-decoration: none;
						font-size: 14px;
						color: #fff;
						background: url(images/splice.jpg) no-repeat center left;
						padding-left: 15px;
						padding-right: 15px;
						list-style-image: none;
					}
					
					ul#navigatie li:first-child a {
						background: none;
					}
				
					ul#navigatie li a:hover {
						color: #920000;
					}
				

	#content {
		width: 1000px;
		position: relative;
	}
		
		#contenttext {
			width: 960px;
			padding: 20px;
			line-height: 24px;
			text-align: center;
			
		}
		
		#home_foto img {
			border: 2px solid #930000;
			margin-top: 25px;
		}
		
			#contenttext_left {
				width: 618px;
				float: left;
				text-align: left;
				list-style-image: url("images/vinkjes.JPG");
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
			
			#contenttext_right img {
				border: none;
			}
			
	#footer {
		width: 1000px;
		height: 96px;
		line-height: 83px;
		overflow: hidden;
		background: url("images/footer.jpg") no-repeat;
		text-align: center;
		position: relative;
	}
	
				
#notification_error {
	font-family: Verdana;
	font-size: 12px;
	padding: 20px;
	background: #E0E0E0;
	color: #000;
	border: 1px solid #000;
	width: 395px;
}

#notification_ok {
	font-family: Verdana;
	font-size: 12px;
	padding: 20px;
	background: #E0E0E0;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	width: 395px;
}

#form {
	
}

.button {
	
	width: 90px;
	height: 30px;
	position: relative;
	left: 100px;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 0px;
}

input.textbox {
	font-family: Verdana;
	font-size: 12px;
	color: #484848;
	background: #EFEFEF;
	border: 1px solid #434343;
	padding: 10px;
	width: 249px;
}
input.textbox:focus {
	background:#FFFFFF;
	border: 1px solid #545454;
	color: #000000;
}

textarea.textbox {
	font-family: Verdana;
	font-size: 12px;
	color: #484848;
	background: #EFEFEF;
	border: 1px solid #000000;
	padding: 10px;
	width: 250px;
	height: 100px;
}

textarea.textbox:focus {
	background: #FFFFFF;
	border: 1px solid #545454;
	color: #000000;
}

#form_row {
	width: 100%;
	margin-bottom: 5px;
}

	#form_row .textarea {
		height: 100px;
	}

#form_left {
	float: left;
	width: 165px;
	margin-top: 10px;
}				

		#slidewrap {
		position: relative;
		height: 240px;
		width: 320px;
		margin-left: 331px;
		margin-top: 30px;
		}

		#slidewrap img {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		}

