body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #999;
	text-align: center;
	font-family: "Lucida Grande",helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;

}


 #horizon 
 {
	background-color:#FFF;
	position: absolute;
	top: 20px;
	left: 0px;
 }
 
 /* onzichtbaar voor IE 5 Mac\*/
 #horizon {
   top: 46%;
   left: 0px;
   width: 100%;
   margin-top: -300px;
   text-align: center;
   min-width: 700px; 
   background-color: #FFF;
 }
 /* einde IE 5 Mac hack */ 
  
#wrapper
{
	background-color: #FFF;
	position: relative;
	text-align: center;
	width: 760px;
	height: 600px;
	margin: 0px auto;
	font-family: "Lucida Grande",helvetica, arial, sans-serif;
	font-size: 12px;
}
ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

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

#header
{
	height: 53px;
	background-image: url(../images/header_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom:1px solid #CCC;
}

h1
{
	line-height: 36px;
	margin: 0 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


h4
{
	line-height: 24px;
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
	padding: 0 2px 0 6px;
	margin: 0px;
	color: #FFF;
	text-align: left;
	font-size:12px;
}

h5
{
	padding: 0 4px;
	margin: 3px 4px 1px 4px;
	color: #FFF;
	text-align: left;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}

h4 img
{
	float:left;
}

#here
{
	font-weight:bold;
	font-size:12px;
}

/* --------------------------------------------- start horizontal navigation -------------------------------------------------- */

#navigation
{
	padding:5px;
	text-align: center;	
}

#navigation ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	text-align:left;
}

#navigation li
{
	float:left;
	margin:0px;
	padding:0px;
}

#navigation a
{
	padding:0px 16px;
	text-decoration:none;
}

#navigation a:link, #navigation a:visited
{
	text-decoration:none;
	color:#666;

}

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

}

#navigation a.current:link, #navigation a.current:visited
{
	text-decoration: none;
	color: #999;

} 
/* --------------------------------------------- start middle column -------------------------------------------------- */ 

#content
{
	position: relative;
	margin: 15px auto 10px auto;
	text-align: center;
	font-size:10px;
	color:rgb(70,70,70);
	height:450px;
	width:700px;
}

img#portfolio
{
	border:1px solid #333;
}

#beeld
{
	margin-bottom:3px;
}

#beeld a img
{
	border: 1px solid #CCC;
}

#beeld img
{
	border: 1px solid #CCC;
}


#info
{
	text-align:right;
	height:14px;
	color:#999;
}


#nav
{
	margin-top: 10px;
	word-spacing: 3px;
	font-size:10px;
}


#contact a
{
	text-decoration:none;
	font-size:12px;
}

#contact a:link, a:visited
{
	text-decoration:none;
	color:#666;

}

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

}	

a#back:link, a#back:visited
{
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#back:hover
{
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}

#back img
{
	border:none;
}

a#forward:link, a#forward:visited
{
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#forward:hover
{
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}

#forward img
{
	border:none;
}