td
{
	color: #003366;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 15px;
}

td.scrollbars-off
{
	overflow: hidden;
}

hr
{
	color : #B7C1C1;
	height : 70%;
}

.contactgegevens
{
	color: #003366;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}


/* links*/
a:link
{
	color: #003366;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
}

a:visited
{
	color: Maroon;
	font-family: Arial;
	font-size: 13px;
}

a:active
{
	color: Black;
	font-family: Arial;
	font-size: 13px;
}

a:hover
{
	background-color: #FFDB97;
	color: Maroon;
}




/*headers*/
h1
{
	color: #003366;
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

h2
{
	color: #003366;
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	margin-top: 20px;
}




/*kleuren buttons*/
.kleur1
{
	/*blauw*/
	background-color: #0074A8;
	width: 90%;
	vertical-align: bottom;
	line-height: 20px;
	text-align: center;
}

.kleur2
{
   	/*geel*/
	background-color: #FDBE00;
	width: 80%;
	vertical-align: bottom;
	line-height: 20px;
	text-align: center;
}

.kleur3
{
	/*appelgroen*/
	background-color: #C1EE11;
	width: 80%;
	vertical-align: bottom;
	line-height: 20px;
	text-align: center;
}

.kleur4
{
	/*grasgroen*/
	background-color: #41C639;
	width: 80%;
	vertical-align: bottom;
	line-height: 20px;
	text-align: center;
}

.kleur5
{
	/*blauwgroen*/
	background-color: #5AA594;
	width: 90%;
	vertical-align: bottom;
	line-height: 20px;
	text-align: center;
}




/*randen*/
.bodykleur1
{
	/*blauw*/
	border-top: 6px solid #0074A8;
	border-left: 6px solid #0074A8;
	border-right: 6px solid #0074A8;
	border-bottom: 6px solid #0074A8;
	background: #DFDFF7;
}

.bodykleur2
{
	/*geel*/
	border-top: 6px solid #FDBE00;
	border-left: 6px solid #FDBE00;
	border-right: 6px solid #FDBE00;
	border-bottom: 6px solid #FDBE00;
}

.bodykleur3
{
	/*appelgroen*/
	border-top: 6px solid #C1EE11;
	border-left: 6px solid #C1EE11;
	border-right: 6px solid #C1EE11;
	border-bottom: 6px solid #C1EE11;
}

.bodykleur4
{
	/*grasgroen*/
	border-top: 6px solid #41C639;
	border-left: 6px solid #41C639;
	border-right: 6px solid #41C639;
	border-bottom: 6px solid #41C639;
}

.bodykleur5
{
	/*blauwgroen*/
	border-top: 6px solid #5AA594;
	border-left: 6px solid #5AA594;
	border-right: 6px solid #5AA594;
	border-bottom: 6px solid #5AA594;
}




/*vertikale scrollbar bij teveel tekst in body*/
.bodytekst
{
	width: 100%;
	height: 350px;
	overflow: auto;
}




/*kalender*/
.kalenderheader
{
	background-color: #1C7DF4;
	font-weight: 600;
	letter-spacing: 7px;
	color: White;
}




.kalender
{
	background-color: #71AEF9;
	font-weight: bolder;

}