/* agenda opmaak */

#agenda {
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	height: auto;
	width: 487px;
}

#agenda table {
	width:487px;
				background-image:; 			background-image: url(../images/agenda_item.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0px;
	margin: 0px;
	table-layout: auto;
	cursor: help;
}

#agenda h1, #agenda h2, #agenda h3, #agenda h4 {
	position: relative;
	font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;
	top:-10px;
	left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#agenda h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#agenda h2 {
	font-size: 1em;
	color:#996600;
	top: 15px;
	text-align: center;
			}
			
#agenda h3{ position: static;
			font-size: 1.3em;
			color:#000;}
			
.agenda_opkomst, .agenda_geen, .agenda_speciaal, .agenda_kamp, .agenda_kday {
	background-image: url(../images/agenda_opkomst.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:111px;
	width:97px;
	display: table-cell;
}

.agenda_geen {background-image: url(../images/agenda_geen.jpg);}
.agenda_kamp {background-image: url(../images/agenda_kamp.jpg);}
.agenda_speciaal {background-image: url(../images/agenda_speciaal.jpg);}
.agenda_kday {background-image: url(../images/agenda_kday.jpg);}
.twodays {
	font-size: 16px;
}