@import "nameholder.css";

body 	{
	color:black;
	background: white;
	margin:0px;
	padding:0px;
	font: 16px "Courier New", mono;
	width:100%;
	height:100%;
		}

		
a img		{
			border-style:none;
			}



div#kistholder	{
		position:absolute;
		top:50%;
		left:50%;
		width:518px;
		height:340px;
		margin-left:-259px;
		margin-top:-170px;
		z-index:18;
		background: url(../pics/hmenu/tekenkisthome.jpg) no-repeat;
		text-align:left;		
		padding:0px;
				}
		
div#tekening		{
		margin-left:14px;
				}
			
* html div#tekening	{
		margin-left:7px;
				}

.trhover	{
		float:left;
		width:75px;
		height:237px;
		margin:4px;
		margin-top:27px;
		padding:0px;
			}
			
.trhover a	{
			display:block;
			width:75px;
			height:237px;
			border: 0px solid red;
			*z-index: 100;
			*background: url(../pics/trans1.gif);
			}

.trhover a:hover	{
			display:block;
			width:75px;
			height:237px;
			/*color:red;*/
			border: 0px solid blue;
			_z-index: 100;
				}

a span.hider		{
			display:none;
				}
				
a span.scribble	{
			display:none;
				}


				
a:hover span.hider	{
			display:block;
			color:red;
			background: transparant;
			position:absolute;
			top:310px;
			right:35px;
				}

a:hover span.scribble	{
			display:block;
			color:red;
			background: transparant;
			_z-index: -1;
			}			
			

				
div#tekening a:hover span.scribble	{
			position:absolute;
			top:100px;
			left:-20px;
				}

div#expo a:hover span.scribble	{
			position:absolute;
			top:170px;
			left:90px;
				}

div#cv a:hover span.scribble	{
			position:absolute;
			top:25px;
			left:160px;
				}


div#bio a:hover span.scribble	{
			position:absolute;
			top:170px;
			left:225px;
				}				

div#cont a:hover span.scribble	{
			position:absolute;
			top:-20px;
			left:330px;
				}	

div#blog a:hover span.scribble	{
			position:absolute;
			top:230px;
			left:440px;
				}					
