

html, body {
	margin: 0;
	padding:0;
	width:100%;	
}

body{
	font-family: /*"Myriad Web Pro", Tahoma, */Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight:normal;
	background: #FFFFFF url(../afbeeldingen/bckgr.gif) repeat-y;
	color: #1F2D6A;
}

h1 {font-size:170%;font-weight:normal; text-align:left;}
h2 {font-size:130%;text-align:center;}
h3 {font-weight:bold;}
em {font-weight:bold;font-style:normal;}
a {color:#666666;}
a:hover {color:#999999;}
/*-------------------------------------------kolom links */
#kolom_links {
	width: 200px;
	height:100%;
}
#kolom_links img {
	margin: 13px 0  0 30px;
}
/*--------------------------menu verticaal*/
#kolom_links ul {
	width:200px;
	margin: 0;
	padding:70px 0 0 13px;
	list-style-type:none;	
}

#kolom_links a{
	border-bottom: 1px solid #1F2D6A;
	display:block;
	color:#FFFFFF;
	text-decoration:none;	
	margin:0;
	padding:3px;
	width:190px;
}

#kolom_links li a:hover {
	background-color:#3347b0;	
/*	color: #1F2D6A;	
	border-bottom: 1px solid #d4f3f9;*/
}

#kolom_links a.selected{
	/*background-color:#effcfc #d4f3f9;
	color: #1F2D6A;	*/	
	background-color:#3347b0;	
	border-bottom: 1px solid #d4f3f9;
}

/*--------------------eind menu verticaal*/
/*-------------------------------------------eind kolom links */

/*------------------------------------------------kolom rechts*/
#kolom_rechts{
	position:absolute;
	top:0;
	left:200px;
	height:auto;
	width:auto;
	background-color:#FFFFFF;
}
img.kop_b {
	margin:0 0 0 16px;
}

/*-------------------------------content*/
#content {
	position:relative;
	top: 0px;
	left: 0px;
	width:auto;
	margin: 0;
	padding:60px 10% 30px 20px;
}

em.italic{
	font-style:italic;
	font-weight:bold;
	line-height:1.5em;
	text-decoration: underline;	
}

.ruimte{ 
	margin-left:2em;
}

#content ul {
	margin-bottom:1.5em;
	margin-top:-1em;
	list-style-type: disc;	
}
	
.none {
	list-style-type:none;
}

/*------------------------------eind content*/

/*------------------------------------------eind kolom rechts*/

/*-------------------------------------------menu horizontaal */
#menu_hor {
	position:absolute;
	top: 120px;
	left:0;
	height:28px;
	width: 100%;
	background: #288697;
	font-size: 14px;
	line-height:20px;
}

#menu_hor ul{
	float:left;
	margin:0;
	padding:7px 0 0 220px;
	list-style-type:none;
}

#menu_hor li{
	float:left;
	margin:0 2px;
	padding:0;	
	background:/*#effcfc  #add7de*/#c2e4ea url(../afbeeldingen/bckgr_tableft.gif) no-repeat top left ;
}

#menu_hor a{
	display:block;
	padding: 0 10px;	
	margin:0;	
	border-bottom:1px solid #283a97;
	color:#283a97;
	text-decoration:none;
	background: url(../afbeeldingen/bckgr_tabright.gif) no-repeat top right ;
}

#menu_hor a:hover{
	border-bottom: 1px solid #c2e4ea;
}

#menu_hor li.selected  {
	background: #fff url(../afbeeldingen/bckgr_tableft.gif) no-repeat top left;
	border-bottom: 1px solid #fff;
}	

#menu_hor li.selected a {
	background: url(../afbeeldingen/bckgr_tabright.gif) no-repeat top right;
	border-bottom: 1px solid #fff;
}			
/*-------------------------------------------eind menu horizontaal*/

