body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
	text-align: left;
	line-height: 24px;
	position: relative; 
	overflow: auto;	
	margin: 0;
	background-color: #ffffff;
	}
		
a:link , a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666; 
	text-decoration: none; 
	}
a:hover
	{
	font-size: 10px;
	color: #000000; 
	font-weight: normal;
	text-decoration: none; 
	}

.foto 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
	text-align: left;
	line-height: 24px;
	position: absolute; 
	left:398px;
	top: 0px;
	width: 200px; 
	overflow: no;
	}
	
#topframe
	{
	font-size: 24px; font-weight:200;
	
	padding: 20px 0px 0px 10px ;
	margin:  0px 0px 0px 0px ;

	border-style: solid;
	border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px;	

	border-color: #000000;
	}	
#leftframe
	{
	font-size: 14px; font-weight:200; text-align: right;
	
	padding: 0px 0px 10px 10px ;
	margin:  0px 0px 0px 0px ;

	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	}	
	
#fotolijst 
	{
	position: absolute; 
	top: 0px; 
	left: 440px; 
	height: 100%; 
	align: left;
	width: 150px; 
	overflow: auto;
	}


/*inhoud van de pagina*/
#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
	text-align: left;
	line-height: 24px;
	left:11px;
	top: 20px;
	width: 580px; 
	height: 320px;
	position: relative; 
	overflow: auto;	
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	
	}
#content h1	{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px; 
	color: #888888;
	line-height: 28px;
	position: relative; 
	}
#content p {
	font-size: 12px;
	color: #888888;
	line-height: 24px;
/*	width: 360px; */
	position: relative; 
	overflow: auto;
	}
#content p.scroll
	{
	height: 140;
	overflow: auto;	
	}
	
#content a:link , #content a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6666ff; 
	text-decoration: none; 
	}
#content a:hover
	{
	font-size: 12px;
	color: #ff6666; 
	text-decoration: none; 
	}
#content.scroll
	{
	height: 100;
	overflow: auto;	
	}


/*style voor copyrigth*/
#copyright
	{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px; 
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	overflow: hidden;
	}
#copyright a:link 
	{
	right: 0px;
	text-decoration: none; 
	}
#copyright a:hover 
	{
	text-decoration: none; 
	font-weight: strong;
	}
#copyright a:visited 
	{
	text-decoration: none; 
	}

/*styles voor menu*/


#menu {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 100px;
  	height: 20px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;

	text-align: center;
	z-index: 22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#menu a {
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
    letter-spacing: 2px; 
	}
#menu  a:link, #menu a:visited {
	color: #ffffff;
	display: block;
	background-color: #666666;
	}
#menu  a:hover {
	color: #FF8000;
	background-color: #222222;
	}
#menu  a:active {
	color: #ffffff;
	background-color: #222222;
	}
