@charset "utf-8";
/* CSS Document */

body  {

	color: #0D3692;
	font-size:1em;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, td, li {
	font-size: 0.8em;
	line-height: 1.4em;
}


/*common hyperlinks*/
a, a:link {
	color:blue;
	text-decoration:underline;
	}

a:visited {
 	color:purple;
	}
	
a:hover {
 	color:#da1d21;
	text-decoration:none;
	}
	
/*common hyperlinks no visited*/
a.standaard, a:link.standaard , a:visited.standaard{
	color:blue;
	text-decoration:underline;
	}


a:hover.standaard {
 	color:#FF6600;

	}

	
.noMargin {
	margin:0;
		}
		
.noMarginTop {
	margin-top:0;
	}
	
.noMarginBottom {
	margin-bottom:0;
	}

#menuAgenda {
	font-size:0.7em;
	line-height:1.3em;
	color:#FFFFFF;
	width:148px;
	background:	#0D3692 url(../images/back_blue.gif) repeat-y;
	padding-bottom:2px;
	margin-bottom:3px;
	}

#menuAgenda p {

	color:#FFFFFF;

}
#menuAgenda a, #menuAgenda a:link, #menuAgenda a:visited {
	margin-left:30px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	}
	
#menuAgenda a:hover{
	color:#FF7800;
	text-decoration:underline;
	}
	
#menuHeadlines {
	font-size:0.7em;
	line-height:1.3em;
	color:#FFFFFF;
	width:148px;
	background:	#0D3692 url(../images/back_orange.gif) repeat-y;
	padding:4px 0 2px 0;
	font-weight:bold;
	margin-bottom:3px;
	}
	
#menuHeadlines a, #menuHeadlines a:link, #menuHeadlines a:visited {
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
	}
	
#menuHeadlines a:hover{
	color:#0D3692;
	text-decoration:underline;
	}
	
table.lestijden {
	background-color:#688BD9;
	width:100%;
	border:0;
	margin-bottom:1em;
	}

table.lestijden td{
	padding:2px;
	text-align:center;
	}
	
table.lestijden td.dag {
	background-color:#FFFFFF;
	width:14%;
}

table.lestijden td.tijd {
	background-color:#E4F3FF;
	width:14%;
}

table.formTable {
	background-color:#FFFFFF;
	width:100%;
	border:0;
	margin-bottom:1em;
	}

table.formTable td{
	padding:4px;
	text-align:left;
	vertical-align:top;
	background-color:#E4F3FF;
	}
	
table.formTable td.label{

}


table.gb {
	background-color:#E4F3FF;
	width:100%;
	border:0;
	margin-bottom:1em;
	}

table.gb td{
	padding:2px;
	text-align:left;
	font-size:0.7em;
	width:33%;
	}

/*fotoalbum*/
table.fa {
	background-color:#E4F3FF;
	width:100%;
	border:0;
	margin-bottom:1em;
	}

table.fa td{
	padding:2px;
	text-align:center;
	vertical-align:top;
	width:25%;
	font-size:0.7em;
	border:1px solid white;
	}
	

table.fa td img {
	border:0;
	display:block;
	margin: 0 auto;
	}
	
/*nieuws*/
table.nieuws {
	width:99%;
	border:0;
	margin-bottom:1em;
	}

table.nieuws td{
	padding:4px;
	vertical-align:top;
	font-size:1em;
	}
	

table.nieuws hr{
	color:#E4F3FF;
	}
/*agenda*/	
table.agenda {
	width:100%;
	border:0;
	margin-bottom:1em;
	}

table.agenda td{
	padding:4px;
	vertical-align:top;
	}
	
table.agenda td.datum{
	
	border-right:1px solid #E4F3FF;

	}
	
table.agenda hr{
	color:#E4F3FF;
	}

	
	
	

