/*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;
}
.terug_verder{
	margin:5px;	
}
a.paginanr{
	width:18px;
	height:18px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	color:#929392;
	padding:2px 0 0 0 ;
}
a.paginanr:hover{
	background-color:#f0eded;
}
/* ##### bijlagen ##### */
.bijlagen {
	margin:5px 0 5px 0;
	padding:5px;
}
.bijlagen ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image: none;
}
.bijlagen li {
	list-style-type:none;
	list-style-image: none;
	margin:1px;
	padding:0;
}
.bijlagen li a {
	display:block;
	width:90%;
	text-decoration: none;
	border-bottom: 1px dotted #222;
}
.bijlagen li a:hover {
	border-bottom: 1px dotted #999;
}
.bijlagen li a:hover img {
	opacity:.70;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7;
}



/*Formulier*/
.melding {
	background-color: #EDEDED;
	color: #000;
	width:270px;
	padding: 5px 10px;
	border: 1px solid #A91E24;
}
.form {
	border-collapse:collapse;
}
.form td {
	vertical-align:top;
	padding: 4px 4px 4px 0px;
}
.form th {
	vertical-align:top;
	text-align: left;
	padding: 4px 4px 4px 0px;
}
.form col.descr {
	width:160px;
}
.form col.input {
}
.form input,
.form select,
.form textarea {
	color: #222;
	border:1px solid #ddd;
	background-color:#fafafa;
	font-size:1.2em;
	font-family: Verdana, Geneva, sans-serif;
	width:236px;
}
input.textveld_box {
	width: 50px;
}
input.button {
	width:210px;
	border:1px solid #ddd;
	background-color:#D6BD6F;
	color:#fff;
	padding:2px;
	cursor:pointer;
	font-size: .9em;
}
.textclass  {
	border: 1px solid #f90;
}
.textclass.error  {
	border: 1px solid #f00;
}
.form .open.block {
	display: block;
}
.form .open {
	display: none;
}
.form .dropdown.none {
	display: none;
}