/*
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
© Alle rechten voorbehouden - Arne De Muyter - http://www.phpscripting.be
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
*/

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	
	
}
input, option, textarea, select {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	background-color: #F1F1F1;
	border: 1px solid #666;
	
}
form {
	margin: 0px;
	margin-left: 0px;
}
/*
A:link { 
	color: #666; 
	text-decoration:underline; 
}
A:visited {
	color: #666; 
	text-decoration:underline; 
} 
A:hover {
	color:#06C; 
	text-decoration: underline; 
} 
A:active {
	color: #C60; 
	text-decoration: none; 
} 
*/
.titel {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #603;
	background-image:url(achtergronden/Agenda_header.png);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	width: 500px;
	height:45px;
}

.bericht {
	background-image:url(achtergronden/agenda_bericht2.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding:10px 0px 5px 20px;
	margin:0px 0px 0px 0px;
	width: 480px;
}

.bericht_bekijken {
	background-image:url(achtergronden/agenda_bericht2.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding:10px 0px 15px 30px;
	margin:0px 0px 0px 0px;
	width: 470px;
}


.bericht_eind {
	background-image:url(achtergronden/bericht_eind.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 500px;
	height:20px;
}

code { 
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
