/* Body */

body, html {
	height:						100%;
	margin:						0;
	background-image:			url(../images/achtergrond.jpg);
	background-repeat: 			repeat-x;
	background-color:			#035786;
	font-family:				Arial, Verdana, Times New Roman;
}

a:link {
	color: 						#FFFFFF;
	font-size:					10pt;
	text-decoration: 			underline;
}

a:hover {
	color: 						#FFFFFF;
	font-size:					10pt;
	text-decoration:			underline;
}

a:active {
	color: 						#FFFFFF;
	font-size:					10pt;
	text-decoration: 			underline;
}

a:visited {
	color: 						#FFFFFF;
	font-size:					10pt;
	text-decoration: 			underline;
}

/* DIV opmaak */

div#schaduw_links {
	background-image:			url(../images/schaduw_links.jpg);
	background-repeat:			no-repeat;
	height:						754px;
	width:						19px;
}

div#schaduw_rechts {
	background-image:			url(../images/schaduw_rechts.jpg);
	background-repeat:			no-repeat;
	height:						754px;
	width:						19px;
}

div#openingstijden {
	 
}

a.agenda_titel:link {
	font-size: 					12pt;
	color: 						#3CAEF2;
	font-style:					italic;
	font-weight:				bold;
	text-decoration:            none;
}

a.agenda_titel:hover {
	font-size: 					12pt;
	color: 						#3CAEF2;
	font-style:					italic;
	font-weight:				bold;
	text-decoration:            none;
}

a.agenda_titel:active {
	font-size: 					12pt;
	color: 						#3CAEF2;
	font-style:					italic;
	font-weight:				bold;
	text-decoration:            none;
}

a.agenda_titel:visited {
	font-size: 					12pt;
	color: 						#3CAEF2;
	font-style:					italic;
	font-weight:				bold;
	text-decoration:			none;
}

/* Tabel opmaak */

table#main {
	height:						100%;
	width:						100%;
}

td#achtergrond_schaduw_links {
	background-image:			url(../images/achtergrond_schaduw_links.jpg);
	background-repeat: 			repeat-y;
	width:						19px;
}

td#achtergrond_schaduw_rechts {
	background-image:			url(../images/achtergrond_schaduw_rechts.jpg);
	background-repeat:			repeat-y;
	width:						19px;
}

td#achtergrond_main {
	background-image:			url(../images/achtergrond_main.jpg);
	background-repeat:			repeat-x;
	width:						1px;
	height:						498px;
}

td#content_vak {
	background-image:			url(../images/achtergrond_main.jpg);
	background-repeat:			repeat-x;
	width: 						700px;
	padding-left:				25px;
	padding-top:				15px;
	padding-bottom:				15px;
}

td#content_kop {
	color: 						#FFFFFF;
	font-size:					12pt;
	font-weight: 				bold;
}

td#content {
	color: 						#FFFFFF;
	font-size:					10pt;
}

td#informatie_vak {
	background-image:			url(../images/achtergrond_main.jpg);
	background-repeat:			repeat-x;
	width: 						255px;
	padding-top:				10px;
	padding-bottom:				15px;
}

table#informatie {
	border: 1px solid 			#000000; 
	background-image: 			url(../images/achtergrond_vlak.jpg);
	margin-right: 				15px;
	padding-top:				10px;
	padding-bottom:				10px;
	padding-left:				10px;
	padding-right:				10px;
	background-repeat:          repeat-x;
	background-color: 			#015b8d; 
	
}

/* Invoer velden */

.invoer_veld {
	border: 					1px solid #000000;
}

/* Tekst style's */

.witvet12{
	color: 						#FFFFFF;
	font-size:					12pt;
	font-weight: 				bold;
}

.witvet10{
	color: 						#FFFFFF;
	font-size:					10pt;
	font-weight: 				bold;
}

.witvet8{
	color: 						#FFFFFF;
	font-size:					8pt;
	font-weight: 				bold;
}

.geelvet8{
	color: 						#fee900;
	font-size:					8pt;
	font-weight: 				bold;
}

.wit10{
	color: 						#FFFFFF;
	font-size:					10pt;
}

.lichtblauw8{
	color: 						#b9e5fb;
	font-size:					8pt;
}

/*   Agenda  */
.agenda_titel {
	font-size: 					12px;
	color: 						#3CAEF2;
	text-decoration: 			italic;
	text-shadow:				inherit;
}
.agenda_dagweek {
	font-size:					11px;
	color: 						#3CAEF2;
}
.agenda_dagmaand {
	font-size: 					25px;
	color: 						#FFFFFF;
	text-shadow: 				inherit;
}
.agenda_maand {
	font-size:					11px;
	color: 						#F4BD3A;
}
.agenda_tekst {
	font-size: 					10pt;
	color: 						#FFFFFF;
}

/*   Agenda  */
.agenda_titel {
	font-size: 					12pt;
	color: 						#3CAEF2;
	font-style:					italic;
	font-weight:				bold;
}
.agenda_dagweek {
	font-size:					10pt;
	color: 						#3CAEF2;
	font-style:					italic;
	font-weight:				bold;
}
.agenda_dagmaand {
	font-size: 					25pt;
	color: 						#FFFFFF;
	font-weight:				bold;
}
.agenda_maand {
	font-size:					10pt;
	color: 						#F4BD3A;
	font-weight:				bold;
}
.agenda_tekst {
	font-size: 					10pt;
	color: 						#FFFFFF;
}