@charset "UTF-8";
/* CSS Document */




/* ---------------------------------------------------------------------- Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}



/* ---------------------------------------------------------------------- Grid */




body 
	{
	background-color: #ff1200;
	font-family:  "Courier New", Courier,monospace;
	 
	}
	
	


#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-size: 12px;
	background-color: #ff1200;
	margin-left: -480px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 960px;
	height: 600px;
	visibility: visible;
	text-align: left;
	overflow:hidden;

	}
	
.column {
	float: left;
	width: 320px;
	height: 20px;
}


#overlay {

	background-color: #FF1200;
    position: absolute;
    right: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 1000;
}


/* text */

div#pageTitle {
	width: 237px;
	height: 100px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 10px 0 10px 3px;
	margin: 0 0 40px 0;
	
}

div#pageTitle ul {
	margin: 20px 0 10px 0;
	
}


a {
	color: #000;
}

a:hover {
	text-decoration: none;
}




ul.projects li a {
	display: block;
	width: 320px;
	text-decoration: none;
}


ul.projects li a span {
	visibility:hidden;
}

ul.projects li a {
	margin-bottom:5px;
}

ul.projects li.oneLine a {
	height: 55px;
}

ul.projects li.twoLines a {
	height: 100px;
}

ul.projects li.threeLines a {
	height: 126px;
}




li#project1  a { background: url(../_images/p_manifesto.gif) no-repeat; }
li#project1  a:hover { background: url(../_images/p_manifesto.gif) 0 -55px  no-repeat; }


li#project2  a { background: url(../_images/p_eerstekeer.gif) no-repeat; }
li#project2  a:hover { background: url(../_images/p_eerstekeer.gif) 0 -100px  no-repeat; }


li#project3  a { background: url(../_images/p_vriend.gif) no-repeat; }
li#project3  a:hover { background: url(../_images/p_vriend.gif) 0 -100px  no-repeat; }

li#project4  a { background: url(../_images/p_druppels.gif) no-repeat; }
li#project4  a:hover { background: url(../_images/p_druppels.gif) 0 -55px  no-repeat; }


li#project5  a { background: url(../_images/p_kleiner.gif) no-repeat; }
li#project5  a:hover { background: url(../_images/p_kleiner.gif) 0 -100px  no-repeat; }

li#project6  a { background: url(../_images/p_hittekamer.gif) no-repeat; }
li#project6  a:hover { background: url(../_images/p_hittekamer.gif) 0 -55px  no-repeat; }


li#project7  a { background: url(../_images/p_pitjes.gif) no-repeat; }
li#project7  a:hover { background: url(../_images/p_pitjes.gif) 0 -100px  no-repeat; }

li#project8  a { background: url(../_images/p_warmzand.gif) no-repeat; }
li#project8  a:hover { background: url(../_images/p_warmzand.gif) 0 -100px  no-repeat; }


li#project9  a { background: url(../_images/p_eenkonijn.gif) no-repeat; }
li#project9  a:hover { background: url(../_images/p_eenkonijn.gif) 0 -60px  no-repeat; }


li#project10  a { background: url(../_images/p_hardbebop.gif) no-repeat; }
li#project10  a:hover { background: url(../_images/p_hardbebop.gif) 0 -140px  no-repeat; }


li#project11 a { background: url(../_images/p_plechtig.gif) no-repeat; }
li#project11  a:hover { background: url(../_images/p_plechtig.gif) 0 -100px  no-repeat; }



li#project12  a { background: url(../_images/p_zoveel.gif) no-repeat; }
li#project12  a:hover { background: url(../_images/p_zoveel.gif) 0 -60px  no-repeat; }


li#project13  a { background: url(../_images/p_paris.gif) no-repeat; }
li#project13  a:hover { background: url(../_images/p_paris.gif) 0 -100px  no-repeat; }


li#project14  a { background: url(../_images/p_future.gif) no-repeat; }
li#project14  a:hover { background: url(../_images/p_future.gif) 0 -145px  no-repeat; }


li#project15  a { background: url(../_images/p_muziek.gif) no-repeat; }
li#project15  a:hover { background: url(../_images/p_muziek.gif) 0 -100px  no-repeat; }


li#project16  a { background: url(../_images/p_amsterdam.gif) no-repeat; }
li#project16  a:hover { background: url(../_images/p_amsterdam.gif) 0 -100px  no-repeat; }


li#project17 a { background: url(../_images/p_vroeg.gif) no-repeat; }
li#project17  a:hover { background: url(../_images/p_vroeg.gif) 0 -55px  no-repeat; }





