/* ten behoeve van foto snijder */

div#photoedit
{
	background: #000000;
	overflow: hidden;
	width: 500px; 
	height: 500px;
	z-index: 1;
	position: relative;
	top: 81px;
	left: 86px;		
} 	
	
#snijmenu
{
	width: 500px; 
	height: 500px;
	position: absolute;
	z-index: 2;	
}

#snijhome {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	background-color: #fff;
	background-image: url(../img/snijbg.jpg);
	background-repeat: no-repeat;
	width: 470px;
	height: 575px;
	padding-top: 125px;
	padding-right: 150px;
	padding-left: 180px;
}

img.editable
{
	position: relative; 
	top: 0px;
	left: 0px;
}

#copyright
{
	width: 100%;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #c80;
}

#copyright a
{
	color: inherit;
	text-decoration: none;
}

#copyright a:active
{
	text-decoration: underline;
}
