img {
	border: 0;
}

body {
	background: #fcfefb;
	padding: 0;
	margin: 20px 0;
	font-family: arial, helvitica, verdana;
	font-size: 0.8em;
}

a {
	color: #4B7826;
}

a:hover {
	text-decoration: none;
}

a.noUnderline {
	text-decoration: none;
}

#menu {
	border-bottom: 2px #CDE6B5 solid;
	background: #EEF7E6;
	height: 30px;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu ul li ul {
	background: #EEF7E6;
	position: absolute;
	margin-top: 31px; 
	margin-left: 5px;
	display: none;
}

#menu ul li ul li a, #menu ul li ul li {
	float: none;
}

#menu ul li ul li a {
	border-left: 1px #CDE6B5 solid;
	border-bottom: 1px #CDE6B5 solid;
}

#menu ul li a {
	color: #333;
	text-decoration: none;
	padding: 7px;
	display: block;
	float: left;
	border-right: 1px #CDE6B5 solid;
}

#menu ul li a:hover {
	text-decoration: none;
	background: #CDE6B5;
	color: black;
}



#content {
	border: #eef7e6 4px solid;
	margin: 0 30px;
	background: white;
}

#content2 {
	border: #CDE6B5 1px solid;	
}

#text {
	padding: 30px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

td {
	border-bottom: 1px #CDE6B5 solid;
	border-right: 1px #CDE6B5 solid;
	padding: 3px 8px;
}
th {
	border-bottom: 2px #CDE6B5 solid;
	padding: 5px;
	border-right: 1px #CDE6B5 solid;
}

.sub {
	background: #EFEFEF;
}

.onzichtbaar {
	background: #c0c0c0;
}

.hover {
	background: #EEF7E6;
}
.formulier, blockquote{
	margin: 40px 20px 20px 20px;
	border-top: 1px #CDE6B5 solid;
	border-bottom: 1px #CDE6B5 solid;
	background: #EEF7E6;
}
.formulier fieldset {
	border: 0px;
	padding: 10px;
}

.formulier table {
	width: 100%;
}

blockquote {
	padding: 10px 60px;
	background: url(../images/info.gif) no-repeat #EEF7E6 5px 3px;
	min-height: 25px;
	margin: 5px 40px;
}

textarea {
	font-family: arial;
}

textarea#editor, textarea#kortitem,textarea#langitem,textarea#sendMail {
	width: 100%;
}

/* Textarea resize knoppen */
.tbSizeChanger{
	margin-top: 3px;
}
.tbSizeText{
	text-align: right;
	color: #4B7826;
	font-size: 0.8em;
}
.tbLarger, .tbSmaller{
	width: 12px;
	height: 12px;
	font-weight: bold;
	text-align:center;
	border: 1px solid #4B7826;
	margin-left:3px;
	line-height: 10px;
	background: #CDE6B5;
}
.tbSizeChanger a {
	text-decoration: none;;
}
.tbLarger:hover, .tbSmaller:hover{
	background:#EEF7E6;
	border:1px solid #CDE6B5;
}


.formulier legend,.formulier h2 {
	color:#555;
	padding-bottom: 20px; 
	font-size: 1.5em;
	margin: 0;
	font-weight: normal;
}

.grafiek {
	border: 1px #CDE6B5 solid;
}

pre {
	font-size: 12px;
}

textarea {
	font-size: 11px;
}


/* Foto gallerij */
.album {
	width: 120px;
	border: 1px solid #333;
	background: #CDE6B5;
	height: 150px;
	padding: 5px;
	margin: 5px;
	float: left;
	text-align: center;
}

.album a {
	color: black;
	text-decoration: none;
}

.foto {
	width: 120px;
	border: 1px solid #CDE6B5;
	background: #EFEFEF;
	height: 150px;
	padding: 5px;
	margin: 5px;
	float: left;
	line-height: 15px;
	text-align: center;
}

/* Notificatie */
.notificatieJs {
	background: #333;
	position: absolute;
	width: 400px;
	top: 200px;
	left: 50%;
	margin-left: -200px;
	color: white;
	padding: 20px;
}

