﻿body{
	background-color:#999999
		}
		
#navcontainer li
{
	display:inline; /* reactie in vak klikken */
	padding: 5px; /*geeft afstand tussen tekst en grens vak weer */
	border-width:1px;
	height:20px;
	width:112px;
	float:left; /*geeft aan hoe menu op beeldscherm is gesitueerd */
	text-align:center;
	color:#CCCCCC;
	background-color:yellow;
	
}

#navcontainer, .navcontainer ul
{
	list-style: none /*bullets weg*/;
	margin-left: 0px;
	padding: 0;
/* komt bij li's */width: 859px;
	color: #C0C0C0;
}

#navcontainer a
{
	text-decoration:none; /* geen onderstreping, werkt nog niet */ 	
	display:block;
}

#navcontainer ul ul a:link, ul ul a:visited{ /* geeft de kleur aan als de link is gebruikt */
font-weight: normal;
color:gray;
cursor: pointer;
}

#navcontainer ul ul a:hover, ul ul a:active{ /* geeft aan dat onderliggend menu zichtbaar wordt */
font-weight: normal;
color: red;
cursor: pointer;
}

#navcontainer li:hover ul, .nav li.ie_does_hover ul {
 left: auto;
 background-position: 0 0;
 text-align:left;
 } /*IE geschikt maken hoveren */ 
 
 #navcontainer ul {
 position: absolute;
 width: 120px;
 left: -1000px;
 float:left;
 text-align:left
 color:#666666;
 }
 
h1,h2,h3 {
	text-align:center;
	color:#660099;
}

h4 {
	color:#660099;

}
#links {
	width: 200px;
	text-align: left;
	color: #FFFFFF;
	}
a: visited {
	color:blue;
	text-decoration:none
}
#footer {
	clear:both;
	width:859px;
	border-top-style:solid;
	border-width:thin;
	border-color:#660099;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:"Harrington", sans-serif;
	color:#660099;
	}
.picportret {
	float:left;
	margin-top:auto;
	margin-right:20px;
	margin-bottom: 5px;
	
}
