/*dev*/
pre.print_r {
	padding: 10px;
	margin: 5px;
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	border-bottom: 2px solid #f60;
}


/* Gallerij */
div.pageRightImage {
	border:2px solid #838383;
	float:left;
	height:72px;
	margin:0 2px 4px 2px;
	width:72px;
	cursor: pointer;
}

/* ##### bijlagen ##### */
#content .bijlagen {
	margin:5px 0 5px 0;
	padding:5px;
}
#content .bijlagen ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image: none;
}
#content .bijlagen ul li {
	list-style-type:none;
	list-style-image: none;
	margin:1px;
	padding:0;
}
#content .bijlagen ul li a {
	display:block;
	width:90%;
	text-decoration: none;
	border-bottom: 1px dotted #bc0267;
}
#content .bijlagen ul li a:hover {
	border-bottom: 1px solid #e1007a;
}



/*Formulier*/
.melding {
	background-color: #e7e7e7;
	padding: 5px 10px;
	border: 1px solid #bc0166;
}
.form {
	border-collapse:collapse;
}
.form tr {
}
.form td {
	vertical-align:top;
	padding:4px;
	border-top: 1px solid #e7e7e7;
}
.form th {
	text-align: left;
	padding:4px;
	padding-top: 6px;
}
.form col.descr {
	width:180px;
}
.form col.input {
}
.form input, .form textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	border:1px solid #ddd;
	background-color:#fafafa;
	font-size:1.2em;
	width:200px;
	padding-right:10px;
}
input.textveld_box {
	width: 50px;
}
input.button {
	width:210px;
	border:1px solid #ddd;
	background-color:#bc0166;
	color:#fff;
	padding:2px;
	cursor:pointer;
	font-size: .9em;
}
