/*body opmaak*/
body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #000066;
	background-image: url('../images/navigatie.jpg');
	background-attachment: fixed;
	background-repeat: repeat-y;
	border-left-color: ;
	border-left-style: ;
	border-left-width: 0px;
	border-top-color: ;
	border-top-style: ;
	border-top-width: 0px;
	border-right-color: #000033;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: ;
	border-bottom-style: ;
	border-bottom-width: 0px;
	font-size: 11px;
	font-family: arial, verdana;
	text-align: justify;
	color: #ffffff;
	
	/*Scrollbar opmaak*/
	scrollbar-arrow-color: #ffffcc; /*kleur van de pijltjes*/
  scrollbar-track-color: #000033; /*lijn waarover de balk zich beweegt*/
  scrollbar-face-color: #000033; /*vierkantjes en de bewegende balk*/
  scrollbar-shadow-color: #ffffff; /*schaduw van hierboven (rechts en onderaan)*/
  scrollbar-darkshadow-color: #000066; /* donkere schaduw van hierboven (rechts en onderaan)*/
  scrollbar-highlight-color: #ffffcc; /*oplichten van hierboven (links en bovenaan)*/
  scrollbar-3dlight-color: #000066;
}

	
}

/*Links opmaak*/
a:link {
	color: #cccccc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #cccccc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ffffcc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffcc;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
}

/*Opmaak voor Tabellen*/

table {
	background-image: url('');
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 180px;
	table-layout: ;
	border-collapse: collapse;
}

th {
	background-color: #000033;
	border-left-color: #ffffcc;
	border-left-style: solid;
	border-left-width: 2px;
	border-top-color: #ffffcc;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #ffffcc;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #ffffcc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffcc;
	text-align: center;
	vertical-align: center;
	padding: 3px;
}

td {
	background-color: ;
	border-left-color: #000066;
	border-left-style: solid;
	border-left-width: 0px;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #000066;
	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

td.google {
	padding: 0px;
	vertical-align: center;
}

img {
	border: 0px;
}
