body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,table,td,div,p, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}

.formfield {
	font-size: small;
	margin-bottom:5px;
	height: 15px;
}
.formbutton {
	font-size: small;
	margin-bottom:5px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
	}
h1 {
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;

	}




a:link {color:#f8981c;text-decoration:none}
a:visited {color:#f8981c;text-decoration:none}
a:active {color:#f8981c;text-decoration:none}
a:hover {color:#f8981c;text-decoration:underline}

a.white:link {color:#ffffff;text-decoration:none}
a.white:visited {color:#ffffff;text-decoration:none}
a.white:active {color:#ffffff;text-decoration:none}
a.white:hover {color:#ffffff;text-decoration:underline}

a.menu:link {color:#FFFFFF; font-size: 14px; font-weight: bold; text-decoration:none}
a.menu:visited {color:#FFFFFF;font-size: 14px;font-weight: bold; text-decoration:none}
a.menu:active {color:#FFFFFF;font-size: 14px;font-weight: bold; text-decoration:none}
a.menu:hover {color:#231352;font-size: 14px;font-weight: bold; text-decoration:none}

button {background-color:#D2E5FF; border: 1px solid; border-color: #AACEFF}


/* :: Module { fotoalbums } :: */
.fotoalbum {
	float: left; 
	position: relative; 
	width: 100%; 
	padding-bottom: 20px;
}

.fotoalbumItem {
	position: relative; 
	float: left; 
	padding: 7px; 
	margin: 0px 15px 15px 0px; 
	text-align: center;
}
/* :: Module { fotoalbums } :: */




/* :: Module { formulieren } :: */
.FormDiv {
	width: 450px;
	border: 1px solid #eae3ff;
	padding: 10px;
	padding-bottom: 40px;
	
}

.FormLabelDiv {
	position: relative;
	clear: left;
	float: left;
	width: 180px;
	height: 16px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
}

.FormInputDiv {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #6d8fb4;
	background-color: #f4f0ff;
}
.FormInputField { 
	position: relative;
	background: none;
	float: left;
	height: 16px; 
	width: 200px; 
	border: 0px;
	}

.FormSelectDiv {
	padding: 2px;
	margin: 0px 0px 5px 0px;

}
.FormSelect { 
	width: 209px;
	}

.FormTextareaDiv {
	position: relative;
	height: auto;
	width: auto;
	float: left;
	border: 1px solid #6d8fb4;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	background-color: #f4f0ff;
}
.FormTextarea { 
	position: relative;
	background: none;
	float: left;
	height: 100px; 
	width: 200px; 
	border: 0px;
	}

.FormButtonDiv {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	
	
}
.FormButton {
	background: none;
	height: auto; 
	width: auto; 
	min-width: 100px;
	border: 0px;
	padding: 5px;
	text-align: center;
	background-color: #6d8fb4;
	border: 1px solid #b7cadb;	

}
/* :: Module { formulieren } :: */


/* :: Module { Slide Show } :: */
	#scroller {
		padding: 0px;
		margin: 0px;
		height: 264px;
		width: 385px;
		}
/* :: Module { Slide Show } :: */