﻿body
{
	background-color: #efefeb;
	background-image: url(images/logo3.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed;
	
}

div#box
{
	width: 1000px;
	height: 800px;
	position: absolute;
	top: 70px;
	left: 40px;
	
}
div#navigatie
{
	width: 90px;
	height: 120px;
	background-color: #efefeb;
	position: absolute;
	top: 20px;
	left: 20px;
	border: 2px #663 double;
	padding: 20px;
}
li { list-style-type: none; }

div#fotorechtsboven
{
	width: 400px;
	height: 200px;
	position: absolute;
	top: 20px;
	left: 580px;
	background-image: url(images/fotorechtsboven.jpg);
	background-repeat: no-repeat;
}
div#fotorechtsmidden
{
	width: 400px;
	height: 200px;
	position: absolute;
	top: 250px;
	left: 580px;
	background-image: url(images/fotorechtmidden.jpg);
	background-repeat: no-repeat;
}
div#fotorechtsonder
{
	width: 400px;
	height: 200px;
	position: absolute;
	top: 480px;
	left: 580px;
	background-image: url(images/fotorechtonder.jpg);
	background-repeat: no-repeat;
}
div#fotolinks
{
	width: 130px;
	height: 485px;
	position: absolute;
	top: 200px;
	left: 20px;
	border: 1px #999 solid;
	background-image: url(images/fotolinks.jpg);
	background-repeat: no-repeat;
}

div#fotorechts
{
	width: 110px;
	height: 660px;
	position: absolute;
	top: 20px;
	left: 1000px;
	border: 1px #999 solid;
	background-image: url(images/fotorechts.jpg);
	background-repeat: no-repeat;
}
div#pods
{
	width: 320px;
	height: 265px;
	position: absolute;
	top: 300px;
	left: 850px;
	border: 1px #666 solid;
}

div#text
{
	width: 300px;
	height: 600px;
	background-color: #efefeb;
	position: absolute;
	top: 20px;
	left: 180px;
	border: 2px #663 double;
	color: #454726;
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	padding: 30px 30px 30px 30px;
}

div#pag
{
	width: 150px;
	height: 30px;
	position: absolute;
	top: 17px;
	left:40px;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color:#454726;
}

a
{
	color: #454726;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}
a:hover { color: #A8523F; }

a:visited
{
	text-decoration: underline;
	color: #454726;
}
