body
{
	background-image: url(../images/bg.jpg);
	background-position: left;
	margin: 8px 0px 8px 0px;
	color: #FFFFFF;
}
*, td
{
	font-family: arial;
	font-size: 11px;

}
.main_td
{
	background-image: url(../images/main_td_bg.jpg);
	background-position: left;
}
.main_table
{
	padding-top: 7px;
	padding-left: 12px;
	padding-bottom:9px;
	padding-right: 7px;
}
.menu_item
{
	padding-top: 3px;
	padding-bottom:3px;
}
.kop
{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}
.main_inhoud
{
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom:10px;
	padding-right: 13px;
	background-color: #008000;
	height: 300px;
}
.tijden
{
	background-image: url(../images/tijden_bg.gif);
	background-position : bottom center;
	background-repeat : no-repeat;
}
a
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.dag_header
{
	font-weight: bold;
}

/* AGENDA*/

.mainTableAgenda {
	width:100%;
	/*background-color: #348D31;
	border-top: 1px solid #3F983C;
	border-right: 1px solid #3F983C;
	border-bottom: 1px solid #3F983C;
	border-left: 1px solid #3F983C;
	padding-left: 2px;*/
}

.agendaTitelTD {
	font-size:14px;
	font-weight:bold;
	
	background-color: #348D31;
	border-top: 1px solid #3F983C;
	border-right: 1px solid #3F983C;
	border-bottom: 1px solid #3F983C;
	border-left: 1px solid #3F983C;
	padding: 2px;
	/*border-bottom:1px dashed white;*/
}
.agendaContentTD {
	padding-top:5px;
	padding-left:5px;
}