@charset "utf-8";
/* CSS Document */

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/**
*	List icon
*/

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li {
	padding-left: 30px;
	line-height: 30px;
	background: url(../images/check.gif) 0px 5px no-repeat;
}

ul.sitemap {
	padding-left: 20px;
	margin: 0px;
	list-style: disc;
}

ul.sitemap li {
	padding-left: 10px;
	line-height: 20px;
	background: none;
}

.album {
	position: relative;
	float: left;
	width: 650px;
}

.album .foto .layer {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/layer.png);
}

.album .foto img {
	border: 1px #C0C0C0 solid;
	padding: 1px;
	margin: 3px;
	display: inline;
}

.album .foto img:hover {
	border: 1px #fbba38 solid;
	padding: 1px;
	margin: 3px;
	display: inline;	
}

.slideshow {
	position: relative;
	float: left;
	width: 650px;
	height: 650px;
}

.slideshow img {
	padding: 0px 0px 0px 0px;
}

.slideshow .omschrijving {
	position: relative;
	float: left;
	font-weight: bold;
}

.slideshow #img1, .slideshow #img2 {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px #AAA solid;
}

/*	FORMULIER	*/

.melding.fout {
	position: relative;
	float: left;
	width: 630px;
	padding: 10px;
	border: 1px #909090 solid;
	margin: 0px 0px 20px 0px;
	background: #f2f2f2;
	font-weight: bold;
}

form.frm {
	position: relative;
	float: left;
	width: 650px;
}

form .caption {
	width: 150px;
}

form .text {
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #909090;
	border: 1px #fbc24e solid;
	padding: 2px;
	margin: 2px 0px;
}

form .textarea {
	width: 200px;
	height: 75px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #909090;
	border: 1px #fbc24e solid;
	padding: 2px;
	margin: 2px 0px;
}

form .required {
	width: 20px;
	text-align: right;
}

form .submit {
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	border: 1px #fbc24e solid;
	background: #fbc24e;
	padding: 2px;
	margin: 2px 0px;
	cursor: pointer;
}
