body,html {
	margin:0px; padding:0px;
	text-align:center;
}
#container {
	width:960px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}


div.clear {
	clear:both;
}
div.padd {
	margin:10px;
}



/* tekst over image */
.image h3, .image h3 a, .image h3 a span {
	padding:0px;
	margin:0px;
	text-decoration: none;
}
.image {
	position: relative;
	width:100%;
}
.image .lijst {
	position: absolute;
/*	bottom:14px;*/
	top:9px;
	left:0px;
	width:100%;
/*	height: 70px;*/
}
.image h3 a span {
	color: #333;;
	font: bold 20px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(255, 255, 255); /* fallback color */
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
}
.image h3 a:hover span {
	color: #000;
	background: rgb(255, 255, 255); /* fallback color */
	background: rgba(255, 255, 255, 0.8);
}

/* links */
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* formulieren */
input, textarea {
	border: solid 1px #999;
	font-size: 14px;
	padding: 2px;
}
input[type=submit] {
	width: 100px;
	background-color: #eee;
	color: #333;
	font-weight: bold;
}
input[type=submit]:hover {
	background-color: #999;
	color: #000;
	border: solid 1px #666;
}
.mainform {
	background-color: #ffffdd;
	padding: 3px;
	width:190px;
	color: #333;
}
input[type=submit].mainform {
	background-color: #ccc;
	width: 100px;
}
input[type=submit].mainform:hover {
	background-color: #999;
	color: #000;
	border: solid 1px #666;
}
textarea.mainform {
	height: 130px;
}
input#specsubm {
	width: 50px;
}
/*editpunt formulier */
#formeditpunt input, #formeditpunt textarea {
	font-size: 13px;
	background-color: #ffffdd;
	padding: 2px;
	width:190px;
	color: #333;
}
#formeditpunt textarea {
	width: 270px;
	height: 80px;
}
#formeditpunt button {
	border: solid 1px #999;
	background-color: #ccc;
	width: 100px;
}
#formeditpunt button:hover {
	background-color: #999;
	color: #000;
	border: solid 1px #666;
}


/* tabellen */
td {
	vertical-align: top;
	padding-bottom: 5px;
}
.maindiv table tr td {
	padding-bottom: 15px;
}


