body
{
	background-color: #737373;
	color: #012684;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Copperplate Gothic Light", "Arial", "Verdana", "Helvetica", "Arial", "Garamond", "Times New Roman", "Bookman Old Style", "Book Antiqua", "Courier" ;
	scrollbar-face-color: #dde1e1; 
	scrollbar-shadow-color: #dde1e1;
	scrollbar-highlight-color: #737373;
	scrollbar-3dlight-color: #dde1e1; 
	scrollbar-darkshadow-color: #737373; 
	scrollbar-track-color: #737373; 
	scrollbar-arrow-color: #737373;
}

#main
{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 897px;
	height: 698px;
	margin-left: -449px; /* width/2 */
	margin-top: -349px; /* height/2 */
	padding: 0px; /* was 10px */
}

/* The right value for Mozilla */ 
body>#main
{
	margin-left:-449px; /* was width/2 +10 en dan negatief */
	margin-top:-349px; /* was height/2 +10 en dan negatief */
}

}
#nav
{
	position:absolute;
	left: 10px;
	top: 198px;
	width: 224px;
	height: 178px;
	margin-top:-200px;
	margin-left:-9px;
	/*background-color: #ff0000;*/
}

#home
{
	position:absolute;
	left: 18px;
	top: 225px;
}

#producten
{
	position:absolute;
	left: 18px;
	top: 260px;
}

#overlamore
{
	position:absolute;
	left: 18px;
	top: 295px;
}

#contact
{
	position:absolute;
	left: 18px;
	top: 330px;
}

#text
{
	position:absolute;
	left: 126px;
	top: 380px;
	width: 619px;
	height: 258px;
	overflow: auto;
	padding: 10px;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 22px;
	/*background-color: #ff0000;*/
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 13px;
}
h2 {
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #888888;
	text-decoration: underline;
}

