/* CSS Document */
h1
{
margin:24px;
font-size:48pt; 
text-decoration:none;
font-weight: normal;
text-align:center;
}
h2
{

}
h3
{
text-decoration:underline;
font-size:18pt;
font-weight: normal;

}
h4
{

}
h5
{
text-align:center;
font-weight: normal;
}
html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-position: center;
	background-color: #FFDD99;
}

#headdiv
{
	position:relative;
	margin:auto;
	width: 750px;
	height: 100%;
}

#subdiv1
{
	position:absolute;
	top:10px;
	width: 750px;
}

#centerdiv
{
	position:relative;
	z-index:1;
	top:0px;
	width: 750px;
	height: 100%;
}

#kopdiv
{
	position:relative;
	width: 750px;
}

#hoofddiv
{
	position:relative;
	width: 750px;
}

#links
{
	background-repeat: repeat-y;
	z-index:0;
	left:0px;
	top:60px;
	position:absolute;
	width: 30px;
	height:100%;
	background-image:url(../Afbeeldingen/lijn4.JPG);
	background-repeat: repeat-y;
}

#rechts
{
	top:60px;
	z-index:0;
	left:720px;
	position:absolute;
	width: 30px;
	height:100%;
	background-image:url(../Afbeeldingen/lijn2.JPG);
	background-repeat: repeat-y;
}

#onderdiv
{
	position:relative;
	width: 750px;
}

#linksboven
{
	z-index:0;
	left:0px;
	position:absolute;
	width: 60px;
	height:60px;
	background-image:url(../Afbeeldingen/linksboven.JPG)
}

#middenboven
{
	left:60px;
	background-repeat: repeat-x;
	position:absolute;
	width:630px;
	height:60px;
	background-image:url(../Afbeeldingen/lijn.JPG)
}

#rechtsboven
{
	z-index:0;
	left:688px;
	background-repeat: repeat-x;
	position:absolute;
	width:60px;
	height:60px;
	background-image:url(../Afbeeldingen/rechtsboven.JPG)
}

#linksonder
{
	left:0px;
	position:absolute;
	width: 60px;
	height:60px;
	background-image:url(../Afbeeldingen/linksonder.JPG)
}

#middenonder
{
	left:60px;
	top:30px;
	background-repeat: repeat-x;
	position:absolute;
	width:630px;
	height:30px;
	background-image:url(../Afbeeldingen/lijn3.JPG)
}

#rechtsonder
{
	left:688px;
	background-repeat: repeat-x;
	position:absolute;
	width:60px;
	height:60px;
	background-image:url(../Afbeeldingen/rechtsonder.JPG)
}

#middenonder2
{
	z-index:2;
	left:-1px;
	top:0px;
	position:absolute;
	width:750px;
	height:30px;
}

#middenonder3
{
	z-index:2;
	left:0px;
	top:-20px;
	position:absolute;
	width:750px;
	height:50px;
}

#boven
{
	height:30px;
	width:100%;
	position:relative;
}

#pagina
{
	left:3px;
	width:740px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#logo
{
	cursor:pointer;
	position:absolute;
	left:57px;
	top:25px;
}