body {
	background-image: url(../img/back.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
	background-attachment: fixed;
	margin: 8px 50px 20px 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	}

a {color: #7E0003; text-decoration:none}
a:hover {text-decoration: underline;}

#head {
	width: 650px;
	height: 150px;
	}

#content, #agenda {
	width: 600px;
	margin-left: 200px;
	line-height: 130%;
	padding: 3px 20px;
	}

#randomimg {
	height: 170px;
	width: 200px;
	display: block;
}

div#menudiv {
	float: left;
	width: 200px;
	}
ul#menu {
	padding: 0px;
	margin: 0;
}
ul#menu li.sub ul{display: none;}
ul#menu * {list-style: none;}
ul#menu li {
	border-bottom: 1px solid black;
	padding: 5px;
	}
ul#menu a:focus { -moz-outline-style: none; }
ul#menu li a {
	font-weight: bolder;
	display: block;
	color: #000;
	text-decoration:none;
	font-size: 16px;
}	
ul#menu li.open ul {
	display: block;
	padding: 20px;
	padding-right: 0;
	margin: 0;
}
ul#menu li a:hover,
ul#menu li.open a,
ul#menu li.open a:hover,
ul#menu li.open a#activelink{color: #FF9900;}

ul#menu li ul li {border: 0; padding: 0;}
ul#menu li.open ul li a {font-size: small; color: #000;}

#footer * {font-size:small;}
#footer {
	width: 100%;
	padding-top: 10px;
	}
	

option[selected] {font-weight: bold;}
optgroup {color: #009900; font-style: normal;}
optgroup option {color: #000000;}
fieldset, .succes, .error {padding: 10px; width: 45%; margin: 10px auto 10px auto;}
legend {font-weight: bold;}
form dt { float: left; text-align: right; margin-top: 5px; padding-right: 20px; width: 125px; }
form dd { margin-left: 150px; margin-top: 5px;}

caption {text-align:left; font-size: 18px; font-weight: bold;}
a img {border: 0;}
hr {border: 0; border-top: 1px solid black;}

#agenda {
	line-height: 100%;
	z-index: 10;
}

#agenda .agentitel {
	font-size: 18px;
	color: #FF0000;
	padding-bottom: 6px;
}

#agenda .jaar {
	border: 1px solid #666666;
	padding: 20px;
	width: auto;
	padding: 10px;
	}
	
#agenda .datum {
	margin-left: 20px;
	margin-bottom: 10px;
}
	
#agenda .herhalend {color: #33CCFF;}	
#agenda .maand {color: #99CC00;}
#agenda .maand, #agenda .herhalend {
	font-size: 14px;
	margin: 3px;
	}
	
#agenda .agenadmin {
	margin-left: -20px;
	position: absolute;
	}
	
#agenda .agencomment {
	padding-top: 5px;
	padding-left: 3px;
	font-style: italic;
}

.error, .succes { padding: 5px; padding-left: 27px; background-repeat:no-repeat; background-position: 5px 5px;} 
.error {border: 1px solid red; background-color:#FFFF99; color: red; background-image:url(../img/error.png);}
.succes {border: 1px solid #3333CC; background-image:url(../img/info.jpg);}

