HTML, BODY{
    height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
BODY,TD,DIV,P{
	font-family: arial;
	font-size: 8pt;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
}

			
/* ALGEMEEN ****************************************************************** */				

h1{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 18px 0px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #004A5B;
	text-decoration: none;
}	

h2{
	display: block;
	width: 100%;
	height:16px;
	line-height:16px;
    margin: 16px 0px 16px 0px;
    padding: 0px;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #009FB8;
}

h3{
    margin: 0px;
    padding: 0px;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #004A5B;
    line-height: 1.5;
}

A{
	color: #00B5D2;
	text-decoration: none;		
}	
A:hover{
	color: #00B5D2;
	text-decoration: underline;
}
		
.kleur1{ 	color: #004A5B;	} /* donkergroen */
.kleur2{	color: #009FB8;	} /* lichtgroen */



/* FOTO STIJLEN ************************************************************** */				

A.homepage_foto, A.homepage_foto:hover{				
	float: right;
    display: block;
	margin: 0px 0px 21px 21px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border: solid 1px #002765;
}		
A.homepage_foto:hover{				
	border: solid 1px #00B5D2;
}	

DIV.biografie_foto{				
	float: right;
    display: block;
	margin: 0px 0px 21px 21px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border: solid 1px #002765;
}	

A.kunstwerk, A.kunstwerk:hover{				
	float: left;
    display: block;
	margin: 0px 20px 20px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border: solid 1px #002765;
}		
A.kunstwerk:hover{				
	border: solid 1px #00B5D2;
}	

A.kunstwerk_large, A.kunstwerk_large:hover{				
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	background-color: #FFFFFF;
	border: solid 1px #002765;
}		


/* PIJL STIJLEN *************************************************************** */				

A.pijl, A.pijl:hover{				
	background-image: url(gfx/pijl_off.gif);
	background-position: left 2px; 
	background-repeat: no-repeat;
	
	float: left;
	diplay: block;
	width: auto;
	line-height: 16px;
	height: 16px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	
	color: #00B5D2;
	
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none; 
	white-space: nowrap;
}
A.pijl:hover{				
	background-image: url(gfx/pijl_on.gif);
}


/* KUNST STIJLEN ************************************************************* */	

TABLE.kunstwerk_container{
    margin: 0px 0px 14px 0px;
}
H1.kunstwerk{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 10px 0px 15px 0px;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #009FB8;
	text-decoration: none;
}

label.kunst_items{
	float: left;
	display: block;
	width: 76px;
    height: 20px;
    line-height: 20px;
}
label.kunst_inhoud{
	width: auto;
    height: 20px;
    line-height: 20px;
}
label.kunst_inhoud_verkocht{
	width: auto;
	color: #BB1111;
	font-weight: normal;
    height: 20px;
    line-height: 20px;
}
BR.kunst{
	font-size: 12px;
	height: 12px;
	line-height: 12px;
}

* html TD.popup{
	background-color: #009FB8;
	filter:alpha(opacity=90,style=0); /* werkt niet in FF*/
	-moz-opacity:.90;	
}
html>body TD.popup{
	background-image:url(gfx/popup_bg.png);
	background-repeat: repeat;
	background-position: left top;
}