html, * {

	margin: 0,0,0,0;

	padding: 0;

}



body {

	background: #c7ffff; /*was #e6e6e6 */
	text-align: center;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9px; color : #000000; 
    background-image: url(../images/backgroundturq.jpg);
    background-repeat: repeat-x;
    margin-bottom: 20px;
    margin-top: 0px;

}

a {
 text-decoration : underline; 
 color : #000000; 
 font-weight : normal;
}
a:hover {
 text-decoration : underline;
 color : #000000;
}

h1, h2, h3, h4, h5, h6, p, ul, dl, span {

	font-family: Arial, Helvetica, sans-serif;

	text-align: left;

	color: #333;

}

h1 {

color:#000000;
/*color: #0a8ab3;
line-height:24px;*/
font-size: 14px;
font-weight:bold;
margin:6 0 0 0px;
padding:0px;
}


hr {
 color: #cccccc; /*was f0f1f6*/
 background-color: #F0F1F6;
 height: 1px;
}


p, td {

	font-size: 12px;
    
}

.fl { 
  float: left; 
  color: #ffffff; 
  padding:4px;
  margin-top:10px;
  font-size: 12px;
} 

.fr { 
  float: right; 
  color: #ffffff; 
  padding:4px;
  margin-top:10px;
  font-size: 12px;
} 

.fr a {
    color: #00ffff;
}

.fr a:hover {
    color: #00ffff;
    text-decoration : underline;
}

.tdimage {
    float: left;
    margin:10px 10px 10px 10px;
    border:0px dotted black;
    
}
    
.titel {
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
    margin-left: 20px;
    padding-left:4px;
    font-size: 20px;
    font-weight:normal;
}

#overzicht ul {
	list-style-type: none;
	margin: 0px;
	/*margin-top: 10px;*/
    padding-left: 4px;
}

#overzicht ul li {
	margin: 0px;
	/*margin-bottom: 10px;*/
	margin-left: 20px;
    list-style-image: url(../images/arrowgrey.gif);
	vertical-align: top;
    color: #000000;
}




.blacklink:link {

	COLOR: #000000; TEXT-DECORATION: none

}

.blacklink:visited {

	COLOR: #000000; TEXT-DECORATION: none

}

.blacklink:active {

	COLOR: #d8008b; TEXT-DECORATION: none

}

.blacklink:hover {

	COLOR: #d8008b; TEXT-DECORATION: none

}

#footer {
    float: right;
    width: 350px;
	margin: 0 auto;
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
}


/* Nieuws items */

#Nieuws ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#Nieuws li.alt {
	background-color: #ededed;
	padding: 0;
	margin: 0;
}

#Nieuws ul li a {
    color: #333333;
	_height: 1em;
	display: block;
	margin: 0;
	padding-left: 1.4em;
	padding-right: 1.4em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

#Nieuws ul li a:hover {
	display: block;
	background-color: #8eeeed;
	color: #333333;
	text-decoration: underline;
}

#Nieuws ul li a.Other {
	background-image: url(../images/arrow_small.gif);
	background-repeat: no-repeat;
}

.nieuwsdatum {
  color: #000000; /*was #0a8ab3*/
  font-weight:bold;
}

.nieuws:hover {
     background-color: #5A8EC6;
}

div#navigation ul { margin: 0 0 20px 0; padding: 0; list-style: none; }

div#navigation ul li { width: 170px; text-align: left; margin: 0; font-size: 1em; }

div#navigation ul li a { width: 170px; display: block; margin: 0; background-color: #FBFBF9; color: #666; padding: 5px; text-decoration: none; border-bottom: 1px dotted #ddd; }

div#navigation ul li a:hover { background-color: #F3F3F1; color: #0AF; }

div#navigation .header { width: 170px; display: block; margin: 0; padding: 6px 5px 6px 5px; background-color:#ABADA5; color: #fff; border-bottom: 0; font-weight:bold;}

div#navigation .header a { width: 170px; display: block; margin: 0; padding: 6px 5px 6px 5px; background-color:#ABADA5; color: #fff; border-bottom: 0;}

div#navigation .header a:hover { background: #ABADA5; color: #fff; }



/* navigatie */


 /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:780px;
height:35px;
background:url(../images/bgnavbalk.jpg) 0 0px no-repeat;
position:relative; 
margin:0px 5px 0 0px;
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
width:88px; 
height:1.5em;
font-weight:bold;
color:#888; 
border-bottom:0px solid #888;
padding-left:0px; 
line-height:1.5em;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:98px;
w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 
border-bottom:8px solid #606;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:2px;
margin-top:11px;
left:0; 
width:96px;
border:1px solid #888;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(../images/opaque.png); 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:86px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}



/* Left Navigation */

DIV#leftNavigation{

	width:146px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:1em;

	margin-top:13px;

}

DIV#leftNavigation UL{

	float:left;

	display:block;

	width:146px;

	margin:0px;

	padding:0px 0px 10px 0px;

	list-style:none;	

}

DIV#leftNavigation UL LI{

	display:block;

	padding:0px 0px 5px 0px;

	margin:0px 0px 0px 0px;

	border:0px solid #ffffff;

	line-height:12px;

	float:left;

	width:140px;

}

DIV#leftNavigation UL LI A{

	display:block;

	padding-left:10px;

	text-decoration:none;

	font-family:Arial, Helvetica, sans-serif;

	font-size:1em;

	color:#666666;

}

DIV#leftNavigation UL LI A:hover{

	background-image:url(../images/arrow.gif);

	background-position:left top;

	background-repeat:no-repeat;
    
    text-decoration:underline;

}

DIV#leftNavigation UL LI.selectedHead{

	font-weight:bold;

}





