 body
{
	background-color: rgb(121,121,121);
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: "Lucida Grande", arial, helvetica;
	font-size: 12px;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li
{
	margin: 0px;
	padding: 0px;
}

#foto { visibility:hidden; }
 

 #horizon {
   top: 49%;
   left: 0px;
   width: 100%;
   margin-top: -315px;
   text-align: center;
   min-width: 980px; 
   position: absolute;
   background-color: transparent;
 }
 

  
#wrapper
{
	background-color: transparent;
	position: relative;
	text-align: center;
	width: 940px;
	height: 600px;
	margin: 0px auto;
	padding: 15px 20px;
	background-image: url(../images/wrapper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content
{
	position: relative;
	width: 940px;
	height: 600px;
	text-align: left;
	background-color: transparent;

}


#header
{
	position: relative;
	top: 20px;
	background-color: transparent;
	margin: 0px auto;
	width: 668px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}



#content #header a img
{
	border:none;
	
}

#portfolio
{
	text-align:left;
	position: absolute;
	left: 170px;
	top: 80px;
	width:600px;
	height: 400px;
	background-color:rgb(25,25,25);
}

#terug
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 400px;
}

#terug:hover
{
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#verder
{
	position: absolute;
	left: 300px;
	top: 0px;
	width: 300px;
	height: 400px;

}

#verder:hover
{
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: 250px 10px;
}

#portfolio img 
{
	text-align:center; 
	border:none;
	display: block;
}

#footer
{
	position: absolute;
	width:600px;
	height: 30px;
	left: 170px;
	top:540px;
	background-color:transparent;
	margin:0 auto;
	line-height: 30px;
	border-top: solid 1px #333;
	color: #666;
	text-align:center;
}

#footer a:link, #footer a:visited
{
	color: #666;
	text-decoration: underline;
}

#footer a:hover
{
	color: #999;
	text-decoration: none;
}

 
a { outline:0; }

h4
{
	color: #666;
	text-align: center;
	text-transform: inherit;
	letter-spacing: 3px;
	margin: 0px;
}

#nav
{
	width: 150px;
	text-align:left;
	font: italic normal normal 12px/28px helvetica, arial, sans-serif;
	position:relative;
	top: 150px;
	left:15px;
}

#nav a 
{
	display:block; 
	padding:0 0 0 30px;
}

#nav a:link, #nav a:visited
{
	color: #999;
	text-decoration: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav a:hover, #nav a.current:link, #nav a.current:visited
{
	color:#CCC;
	text-decoration: none;
/*
	background-image: url(../images/li-hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
*/

}

#nav ul li a.vet:link, #nav ul li a.vet:visited
{
	font-weight:bold;
	color:#333;
}


/* fix voor extra verticale ruimte van links in list items (YAIEB) */

* html #nav ul li a {height:1em; }

* html #nav ul li
{
	height:1em;
	float:left;
	width:100%;
}


