@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	color:#444;
	font-family:Verdana, Geneva, sans-serif;
	background:#cdccc8 url(../images/bg.png) top center no-repeat;
}
.wrapper {
	clear:both;
	height:0px;
}
#box {
	width:990px;
	padding:0px;
	margin:auto;
}
#header {
	background:#5c594e;
	padding:30px 0 0 0;
	margin:0px;
}
#logo {
	padding:0px;
	margin:0px;
	float:left;
	background:url(../images/pelikaan_bg.jpg) center no-repeat;
	width:325px;
}
#menu {
	padding:0px;
	margin:0px;
	width:665px;
	background:url(../images/menu_bg.jpg) left no-repeat;
	float:left;
}
#page {
	width:988px;
	padding:0px;
	margin:0px;
	background:#d5d5d2;
	border:#bbb 1px solid;
	border-top:0px;
}
#content {
	margin:0px;
	width:706px;
	background:#fff;
	float:left;
	padding:0 0 30px 0;
}
#pictures {
	width:282px;
	height:100%;
	float:left;
}
.border {
	width:100%;
	height:15px;
	background: url(../images/border_small.png) top repeat-x;
}
h1 {
	font-size:21px;
	margin:70px 0 0 215px;
	color:#8399a4;
	font-weight:normal;
}
h2 {
	font-size:16px;
	margin:20px 0 0 215px;
	color:#8399a4;
	font-weight:normal;
}
p {
	font-size:12px;
	margin:15px 10px 0 215px;	
}
p a {
	color:#444;
}
#content ul {
	font-size:12px;
	margin:15px 10px 0 215px;	
}
#content li {
	margin:0px 0px 7px 0px;	
}
#content li a {
	color:#444;
}
#credits p {
	margin:3px;
	padding:0px;
	color:#666;
	font-size:11px;
	text-align:center;
}
#credits p a {
	color:#666;
	font-size:11px;
	text-decoration:underline;
}
#menu ul {
	margin: 0px;
	float:left;
	color:#333;
	list-style-type: none;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#menu ul li {
	padding-bottom: 5px;
}
#menu ul li a {
	color:#333;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#666;
}

#menu #submenu li a {
	color:#836e4b;
	font-size:14px;
}
#menu #submenu li a:hover {
	color:#a28c68;
}
#bg {
	height:100%;
	text-align:center;
	background:url(../images/bg_pics.png) center 0px no-repeat;
}
/* Begin formulierelementen*/
	fieldset {  
		margin: 			10px 20px 0 215px;  
		padding: 			0;
		background:			transparent url(fieldsetbg.gif) no-repeat bottom right;
	}

	legend {  
		text-transform:		uppercase;
		font-size:			12px;
		padding:			2px 5px 2px 5px;
		margin-left:		1em;
		color:				#ffffff;
		background:			#8399a4;
	}
	
	fieldset ol {  
		padding: 			5px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	3px;;
		line-height:		200%;
		font-size:          12px;
	}
	
	fieldset#bevestiging {  
		background-image:	none;
		border-style: 		none;
	}
	
	label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				15em;
		margin-right:		5px;
		padding-right:		30px;
		line-height:		170%;
		text-align:			right;
	}
	
	label.verplicht {
		background:			transparent url(../images/verplicht.gif) no-repeat center right;
	}
	
	label span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	p span.verplicht {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		3.4em;
		width:				25px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
		background:         url(../images/verplicht.gif) no-repeat center right;		
	}
	
	input, textarea {
		padding:			2px;
		font-size:			11px;
		line-height:        100%;
		border:				1px solid #839b9f; 
		color:				#1E1903; 
		background:			#f5f7f7;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}
/* Einde formulierelementen */