body, div, td, input, select, textarea {
	color: #353434;
	font-family: Tahoma, Arial;
	font-size: small;
	}

td {
	text-align: left;
	vertical-align: top;
}

body, div, td, p {
	line-height: 1.3;
	}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

textarea{
	line-height: 1.3;
	height: 100px; 
	padding: 3px; 
	width: 380px; 
	border: 1px solid #d6d6d6;
	}

h1, h2, h3, h4, h5 {
	font-size: small;
	color: #353434;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

img {
	border-color: #717171;
}

.input { 
	height: 14px; 
	padding: 3px; 
	width: 180px; 
	border: 1px solid #000000;
	}

.input_aantal {
	width: 24px;
	}

.button {
	height: 21px;
	padding-left: 5px; 
	padding-right: 5px;
	background-color: #ef8112;
	border: 1px solid #000000;
	font-weight: bold;
	color: #ffffff;

	}

.div_titel {
	padding: 4px; 
	background-color:#b1af83; 
	text-align: left;
	border-bottom: 1px solid #e6e4ab;
}

.BoxBorder {
	border: 1px solid #b1af83;
}

a { color: #000000; text-decoration:none}
a:hover {color:#f8981c;text-decoration:none}

#breadCrumms { text-align: left; font-weight: bold; font-size: x-small;	color: #868686; }
#breadCrumms a { font-size: x-small; color: #a7a7a7; text-decoration:none; margin-right: 10px;}
#breadCrumms a:hover {color:#ffffff;text-decoration:none}

#contentFooter { text-align: left; font-weight: bold; font-size: x-small;	color: #868686; }
#contentFooter a { color: #a7a7a7; text-decoration:none}
#contentFooter a:hover {color:#f8981c;text-decoration:none}

a.bold { color: #000000; font-size: small; text-decoration:none; font-weight: bold; }
a.bold:hover {color:#ff0000; text-decoration:none}

#menu a {font-size: small; color:#666666;text-decoration:none}
#menu a:hover {color:#FFFFFF;}

a.header { font-size: x-small; color:#fffefe; text-decoration:none; }
a.header:hover { color:#000000;}


.smallGrey { font-size: x-small; color:#c4c4c4; text-decoration:none; text-transform: none;		letter-spacing: 0px;}

pre {
	float: left;
	clear: both;
	text-align: left;
	color: #ffffff;
}


/* :: 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;
	border: 1px solid #c0c0c0;
}
/* :: Module { fotoalbums } :: */




/* :: Module { klantenportaal } :: */

table.overzicht {
	position: relative;
	float: left;
	clear: right;
	height: auto;
	padding: 10px;
	border: 1px solid #d6d6d6;
	background-color: #fbf9f2;
	}

td.td_header {
	text-align: left;
	vertical-align: middle;
	background-color: #fbeac9;
	font-weight: bold;
	}

tr.row1 {
	background-color: #fbf9f2;

}

tr.row2 {
	background-color: #ffffff;

}

tr.rowOver {
	background-color: #d6d6d6;

}

td.row1 {
	text-align: left;
	vertical-align: middle;
	}
td.row2 {
	text-align: left;
	vertical-align: middle;
	}

/* :: Module { formulieren } :: */
.FormDiv {
	position: relative;
	float: left;
	clear: both;
	height: auto;
	width: auto;
	min-width: 60%;
	/*padding: 10px;*/
	border: 1px solid #d6d6d6;
	/*background-color: #f7f7f7;*/
	text-align: left;
	z-index: 10;
	}

.FormLabelDiv {
	position: relative;
	float: left;
	width: 40%;
	height: 16px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	clear: left;
	}
 
.FormInputDiv {
	position: relative;
	float: left;
	clear: right;
	z-index: 10;
	width: 60%;
	}

.FormInputField { 
	background: none;
	margin: 2px 2px 5px 2px;
	padding: 3px;
	height: 16px; 
	width: 140px; 
	border: 0px;
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	z-index: +1;
	}


.FormCheckboxDiv {
	position: relative;
	clear: right;
	width: 60%;
	height: auto;
	margin: 0px 0px 5px 0px;
	}

.FormSelectDiv {
	position: relative;
	clear: right;
	width: 60%;
	height: auto;
	padding: 2px;
	margin-left: 3px;
	margin: 0px 0px 5px 0px;
	}

.FormSelect { 
	width: 149px;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	}

.FormTextareaDiv {
	position: relative;
	width: 60%;
	height: auto;
	clear: right;
	}

.FormTextarea { 
	border: 1px solid #d6d6d6;
	background: none;
	height: 100px; 
	width: 140px;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	background-color: #ffffff;
	}

.FormButtonDiv {
	position: relative;
	clear: right;
	width: 60%;
	height: auto;
	width: 140px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	}

.FormButton {
	margin: 2px;
	height: 26px;
	padding-left: 10px; 
	padding-right: 10px;
	background-color: #d8d8d8;
	border: 1px solid #ef8112;
	}

/*:: Module { formulieren } :: */
