html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
   } 
   
/* First comment. Explorer 5 Mac misses the end-of-comment because of the backslash \*/

html,body{
      margin:0;
      padding:0;
	  height:100%;
      border:none  
	  background-color: #FFFFFF;
   } 

/* Second comment. Explorer 5 Mac sees the end of this comment as the end of the previous one */ 
   
div {
	border: 1px none #000000;
}

.nowrap {
	white-space: nowrap;
}

div#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	background-color: #F0EBE6;
}
div#topmenu {
	background-image: url(pics/topmenu.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 131px;
	width: 645px;
	top: 35px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
div#logo {
	position: absolute;
	height: 130px;
	width: 110px;
	left: 25px;
	top: 45px;
}
div#inhoud {
	position: absolute;
	height: 410px;
	width: 645px;
	top: 190px;
	right: 0px;
}
div#leftmenu {
	position: absolute;
	height: 410px;
	width: 120px;
	left: 25px;
	top: 190px;
}

div#basisbegrippen {
	position:absolute; 
	left:22px; 
	top:27px; 
	width:611px; 
	height:20px;
}
div#basisreeks {
	position:absolute; 
	left:22px; 
	top:55px; 
	width:611px; 
	height:20px;
}
div#begrippen {
	position:absolute; 
	left:22px; 
	top:27px; 
	width:611px; 
	height:49px;
}
div#films {
	position:absolute; 
	left:22px; 
	top:83px; 
	width:611px; 
	height:38px;
}
div#jaren {
	position:absolute; 
	left:22px; 
	top:27px; 
	width:611px; 
	height:20px;
}
div#geschiedenis {
	position:absolute; 
	left:22px; 
	top:55px; 
	width:611px; 
	height:38px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

a:focus { 
user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none; 
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active {
	color: #000000;
}
.topmenu a:hover {
	color: #700017;
}

.menuon {
	color: #700017;
}

.groen {
	color: #2FA8AC;
}

.plain {
	text-decoration: none;
}

.underline .menuon {
	text-decoration: underline;
}

.underline a:link, .underline a:visited, .underline a:active {
	text-decoration: underline;
}

.underline a:hover {
	color: #700017;
	text-decoration: underline;
}

