/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* bg's & images */



.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.vlag {
	background-image:url(images/vlag.jpg);
	background-position:0px bottom;
	background-repeat:no-repeat;
}

/* td's & tabellen */

.td {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
}



/* fonts & links */

.times14px {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size:12px;
	color: #003366;
	line-height:14pt;
}

.titel {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#023165;
	line-height:28pt;
}
.error {
	color: #cc0000;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}	

a:hover 
{
	text-decoration: underline;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}


/* Menu */


.menu {
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
}



.mainmenu:link, .mainmenu:visited, .mainmenu:active
{
	text-decoration: none;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-right:8px;
	margin-right:11px;
}	

.mainmenu:hover 
{
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	background-image: url(Images/punt.jpg);
	background-repeat: no-repeat;
	background-position:right 6px ;
	color: #C9D4E9;
	font-weight: bold;
	padding-right:8px;
	margin-right:11px;
}

span.small {color: #333333; font-size: 10px; }

span.plus {font-size: 8px; }

span.red {color: #990000; font-size: 9px; font-weight: bold; }
span.pink {color: #cc6699; font-size: 9px; font-weight: bold; }
span.blue {color: #000099; font-size: 9px; font-weight: bold; }
span.green {color: #006600; font-size: 9px; font-weight: bold; }

span.lblack {color: #999999; }
span.lred {color: #660000; font-size: 9px; }
span.lpink {color: #cc6699; font-size: 9px; }
span.lblue {color: #000099; font-size: 9px; }
span.lgreen {color: #006600; font-size: 9px; }

