	body {
	background-image: url(background.png); background-repeat: repeat-x; background-color: #4f4f4f;
	
	}

	.site {
	position: absolute;
	width: 910px;
	height: 610px;
	margin: auto;
	}
	
	.menu {
	position: absolute;
	top: 42px;
	left: 15px;
	width: 700px;
	height: 70px;
	font-weight: normal;
	word-spacing: 15px;
	}
	
	.hoofdtekst {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	position: absolute;
	top: 71px;
	left: 15px;
	width: 895px;
	height: 466px;
	overflow:auto;
	}

.copyright {
	font-family: Tahoma;
	font-size: 9px;
	color: #fff;
	position: absolute;
	top: 610px;
	left: 10px;
	width: 530px;
	height: 40px;
	overflow:auto;
	}

.copyright a:link {
	COLOR: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:visited {
	COLOR: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:hover {
	COLOR: #FFF;
	font-weight: bold;
	text-decoration: underline;
}


/* menu */
.menuitems {
	color: #fd63c8;
	text-decoration: none;
}

	
.unnamed1 {
	text-decoration: underline;
}

body{
  padding: 0;
  margin: 0;
}
 
/* style unordered list */
 
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
 
/* style menu items */
 
li.topitem{
	float: left;
	position: relative;
	width: auto;
	padding: 5px;
	font:17px Verdana, Arial, Helvetica, sans-serif;
	color: #fd63c8;
	font-weight: 300;
}


/* position and hide drop-down menu */
 
li.topitem ul{
  display: none;
  position: absolute; 
  top: 23px;
  left: 4px;
  word-spacing: 0px;
  background-color:#404040;
  padding:inherit;
  width: 125px;
}

li > ul{
  top: auto;
  left: auto;
}

li a:hover {
  color: #fff;
}
 
/* display drop-down menu (add an 'over' class attribute to list items for IE */
 
li:hover ul,li.over ul{
  display: block; 
}
 
#navbar li li a {
  font: normal 13px Verdana, Arial, Helvetica, sans-serif;
  color: #fd63c8;
  padding: 2px;
  text-decoration: none;
}


#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
   display: block;   
} 
 
#navbar li li a:hover {
  color:#fff;
}

.active {
	COLOR: #FFF;
	text-decoration: none;
}
