* {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: top;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #003366;
}

h1 p {
	display: inline;
	color: #CCCC99;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #003366;
	margin: 0 0 20px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #767676;
}

body {
	background: #FFFFFF url("/inc/css/images/background_body.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #767676;
}

.clear {
	clear: both;
}

.break {
	width: 100%;
	border-bottom: 2px dotted #CCCC99;
}

#welkom_tekst {
	display: none;
	position: absolute;
	top: 155px;
	right: 0;
	width: 798px;
	height: 25px;
	background: #FFFFBF;
	border: 1px solid #CCCCCC;
	line-height: 25px;
	text-align: center;
	color: #FF0000;
}

#notavailable {
	position: absolute;
	left: 0;
	bottom: 115px;
	width: 325px;
	height: 390px;
	background: #EEEEEE;
	color: #FF0000;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

	#header {
		width: 800px;
		margin: 50px auto;
	}

	#portfolio {
		width: 798px;
		height: 218px;
		margin: 50px auto;
		border: 1px solid #CCCCCC;
		position: relative;
	}

		#gallery {
			width: 796px;
			height: 216px;
			border: 1px solid #FFFFFF;
			position: absolute;
		}

			#gallery ul, li {
				list-style: none;
				margin: 0;
				padding: 0;
			}
	
			#gallery img {
				width: 796px;
				height: 216px;
			}

			#prevBtn, #nextBtn, #slider1next, #slider1prev {
				display: block;
				width: 40px;
				height: 61px;
				position: absolute;
				z-index: 1000;
			}

			#prevBtn, #slider1prev {
				left: 1px;
				top: 80px;
			}

			#prevBtn a, #slider1prev a {
				display: block;
				position: relative;
				width: 40px;
				height: 61px;
				background: url("/inc/css/images/gallery_previous.png") no-repeat;
				text-indent: -9999px;
			}
			
			#nextBtn, #slider1next {
				right: 1px;
				top: 80px;
			}

			#nextBtn a, #slider1next a {
				display: block;
				position: relative;
				width: 40px;
				height: 61px;
				background: url("/inc/css/images/gallery_next.png") no-repeat;
				text-indent: -9999px;
			}

	#contactgegevens {
		width: 800px;
		margin: 50px auto;
	}

		#contactgegevens_left {
			float: left;
			width: 325px;
		}

			#contactformulier {
				width: 325px;
			}

				#contactformulier .input {
					width: 325px;
					margin: 0 0 20px 0;
				}

					#contactgegevens .input p {
						display: inline;
						color: #FF0000;
					}

					#contactgegevens .input input[type="text"] {
						width: 313px;
						background: #FFFFFF;
						border: 1px solid #CCCCCC;
						margin: 5px 0 0 0;
						padding: 5px;
						color: #003366;
						font-size: 11px;
					}

						#contactgegevens .input input[type="text"]:focus {
							background: #FFFFBF;
						}

						#contactgegevens .input input[type="text"][disabled] {
							background: #EEEEEE;
						}

					#contactgegevens .input textarea {
						width: 313px;
						height: 100px;
						background: #FFFFFF;
						border: 1px solid #CCCCCC;
						margin: 5px 0 0 0;
						padding: 5px;
						color: #003366;
						font-size: 11px;
					}

						#contactgegevens .input textarea:focus {
							background: #FFFFBF;
						}

						#contactgegevens .input textarea[disabled] {
							background: #EEEEEE;
						}

				#contactformulier p {
					margin: 5px 0 0 0;
					color: #FF0000;
				}

				#contactformulier p.error_naam, #contactformulier p.error_email, #contactformulier p.error_bericht {
					display: none;
				}

				#submit {
					width: 325px;
				}

					#submit_left {
						float: left;
					}

						#submit_left input[type="submit"] {
							width: 120px;
							background: #003366;
							border: none;
							padding: 10px;
							color: #FFFFFF;
							font-size: 11px;
						}

					#submit_right {
						float: right;
						color: #FF0000;
					}

		#contactgegevens_right {
			float: right;
			width: 425px;
		}

			#overmij {
				width: 425px;
			}

				#overmij_left {
					float: left;
					width: 195px;
				}

				#overmij_right {
					float: right;
					width: 200px;
					height: 280px;
					background: url("/inc/css/images/foto.jpg") no-repeat;
				}

	#footer {
		margin: 50px auto;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 13px;
		color: #767676;
	}
	
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}