p { 
	font-size: 		9pt;
	font-family: 	"times new roman";
	color:			black;
	}

h3 {
 	text-align:		 center;
	color:			 black;
	font-size:		 9pt;
	font-weight:	 bold;
	}

h4 {
	text-align:		center;
	color: 			white;
	font-size: 		10pt;
	font-weight:	bold;
	}

h5  {
	text-align:		 center;
	color:			 white;
	font-size:		 10pt;
	font-weight:	 bold;
	}
	
	
h6	{
	text-align:		 center;
	color:			 red;
	font-size:		 9pt;
	font-weight:	 bold;
	}	
	
.Datum {
	color: 			orange;
	background-color: 	white;
	font-size: 		8pt;
	font-weight: 		bold;
	font-family: 		"times new roman";
	}

.Cursief {
	font-style: 	oblique;
	}

#Container	{
	position:		absolute;
	top:			1px;
	left:			100px;
	width : 		815px;
	height :		1000px;
	background-color: 	white;
	}		
	
#Header {
	width :			800px;
	height: 		150px;
	position:		absolute;
	top:			1px;
	left:			100px;
	}

#Banner {
	width:			805px;
	height:			138px;
	position:		absolute;
	top:			1px;
	left:			1px;
	}

#divHor_menu 
	{
	position:		absolute;	
	top:			151px;
	left:			100px;
	width : 		201px;
	height: 		40px;
	border-style: 		solid solid solid solid;
	border-color: 		black;
	border-width: 		1px;
	background-color :	darkblue;
	}
	
#divHor_menu_2 
	{
	position:		absolute;
	top:			151px;	
	left:			303px;
	width : 		201px;
	height: 		40px;
	border-style: 		solid solid solid solid;
	border-color: 		black;
	border-width: 		1px;
	background-color :	darkblue;
	}
	
#divHor_menu_3 
	{
	position:		absolute;
	top:			151px;	
	left:			506px;
	width : 		201px;
	height: 		40px;
	border-style: 		solid solid solid solid;
	border-color: 		black;
	border-width: 		1px;
	background-color :	darkblue;
	}
	
#divHor_menu_4 
	{
	position:		absolute;
	top:			151px;	
	left:			709px;
	width : 		201px;
	height: 		40px;
	border-style: 		solid solid solid solid;
	border-color: 		black;
	border-width: 		1px;
	background-color :	darkblue;
	}	
			

#divHor_menu 
	{
	color: 			white;
	font-weight: 	bold;
	text-align:		center;
	font-size:		9pt;
	}

#divHor_menu a:link 
	{
	color: 			white;
	font-weight: 		bold;
	text-decoration: 	none;
	}

#divHor_menu a:hover 
	{
	color: 			yellow;
	font-weight: 		bold;
	text-decoration: 	none;
	}

#divHor_menu a:visited
	{
	color: 			white;
	font-weight: 		bold;
	text-decoration: 	none;
	}



#divHor_menu h4 
	{
	text-align: 	center;
	font-size: 		9pt;
	}

#menu_links 
	{
	position:		absolute;
	top:			193px;
	left:			100px; 
	width: 			190px;
	height:			703px;
	margin-top: 		10px;
	list-style-position:	inside;
	border-style:		solid solid solid solid;
	border-color: 		black;
	border-width: 		1px;
	color : 		black;
	background-color: 	darkblue;
	font-size: 		8pt;
	}

#menu_links h4  
	{
	text-align : 		center;
	color: 			red;
	background-color : 	blue;
	}

#menu_links ul 
	{	
	list-style-type : 	none;
	margin-left:		8px;
	padding-left:		8px;
	}

#menu_links a 
	{
	height: 		24px;
	color : 		darkblue;
	text-decoration: 	none;
	font-size:		12px;
	}	

#menu_links a:link 
	{
	color: 			white;
	font-weight: 		bold;
	}

	
#menu_links a:hover 
	{
	color: 			yellow;
	font-weight: 		bold;
	}


#menu_links a:visited
	{
	color: 			white;
	font-weight: 		bold;
	}

#inhoud 
	{ 
	position:			absolute;
	top:				193px;
	left:				292px;
	width: 				400px;
	height: 			684px;
	background-color: 	lightblue;
	margin: 			10px;
	padding:			10px;
	}

#inhoud h4
	{
	text-align : 		center;
	color: 				black;
	font-weight: 		bold;
	font-size: 			9pt;
	}

#inloggen
	{
	position:			absolute;
	top:				193px;
	left:				730px;
	margin-top: 		10px;
	width: 				180px;
	height: 			250px;
	border: 			solid black;
	border-width: 		1px;
	background-color:	darkblue;
}
		
#kolom_rechts
	{	
	position:			absolute;
	top:				457px;
	left:				730px;
	background-image: 	url("Velden.jpg");
	width: 				180px;
	height: 			447px;
	border: 			solid black;
	border-width: 		1px;
	}

#kolom_rechts ul
	{	
	list-style-type : 	none;
	}


.Tabel {	
	width:				380px;
	margin-left: 		auto;
	margin-right: 		auto;
	border-width: 		1px;
	border-style: 		solid;
	border-color: 		darkblue;
	background-color:	lightblue;
	empty-cells: 		show;
	font-size: 			8pt;
	text-align: 		left;
	}

.Tabel_kop 	{
	padding:			5px;
	border-width: 		1px;
	border-style: 		solid;
	border-color: 		black;
	color: 				white;
	background-color: 	black;
	}

.Tabel_data	{
	padding:			5px;
	border-width: 		1px;
	border-style: 		solid;
	border-color: 		black;
	color:				white;
	background-color:	darkblue;
	}

.lijst_rechts {
	height:				150px;
	}
.centreren {
	width:				100px;
	margin-left:		50px;	
}



