body { 	background-color: #5CB5D6;
        background-image: url(images/achtergrond.gif);
        background-repeat:repeat-y;
        margin:0px;
        padding:0px;
	text-align:center;
	font-family:sans-serif;
	color: black;
	font-size: 12pt;
	}
A {
        cursor:pointer;cursor:hand;
}
form {
        margin:0px;
}

img#logo {
        position:absolute;
        left:50px;
        top:15px;
        z-index:100;
        border:0px;
}

div#content {
	position:absolute;
	background-color: white;
        background-image: url(images/foto_02.jpg);
        background-repeat:no-repeat;
        background-position:top right;
	left:160px;
	top:0px;
        width:610px;
	margin:0px;
	text-align:left;
	padding-top:200px;
	height:410px;
}
div#content img#frontpage{
    position: relative;
    top:-200px;
}

div.stukTekst {
        position:absolute;
        display:block;
	z-index:100;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 8pt;
	color: #1292C2;
	text-align:center;
	width:200px;
        background-image: url(images/blokLinksBoven.gif);
        background-repeat:no-repeat;
        background-position:top left;
}
div.stukTekst span {
        display:block;

        background-image: url(images/blokRechtsBoven.gif);
        background-repeat:no-repeat;
        background-position:top right;
}
div.stukTekst span span{
        background-image: url(images/blokRechtsOnder.gif);
        background-repeat:no-repeat;
        background-position:bottom right;
}
div.stukTekst span span span{
        background-image: url(images/blokLinksOnder.gif);
        background-repeat:no-repeat;
        background-position:bottom left;
	padding:7px;
}

div#stukTekst1 {
        left:550px;
        top:500px;
}
div#stukTekst2 {
        left:60px;
        top:280px;

}

div#innerContent {
        border-color: #0606A2;
	border-width: 20px 0px 0px 0px;
	border-style: solid;
        }

div#linkerBar {
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
}

div#linkerMenu {
        clear:both;
        position:relative;
        top:205px;
        width:160px;
        font-size: 12pt;
        font-family: cursive;
        font-weight: normal;
        line-height: 1.5em;
}
div#linkerMenu A:Hover {
        color: #FF7D21;
        background-color:#1292C2;
        border-right: 10px double #5CB5D6;
        background-image: url(images/linkerMenuOnder.gif);
        background-repeat:no-repeat;
        background-position:bottom left;

}
div#linkerMenu A {
        color: white;
        display:block;
       	text-decoration: none;
        height:24px;
        border-right: 10px double #1292C2;
}
div#linkerMenu A span {
        display:none;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 8pt;
	color: #1292C2;
}
div#linkerMenu A:Hover span {
        display:block;
        width:118px;
        position:absolute;
        clear:both;
        top:250px;
        left:9px;
        text-align:center;
        height: 70px;
        background-image: url(images/blokLinksBoven.gif);
        background-repeat:no-repeat;
        background-position:top left;
        padding: 7px;
}
div#linkerMenu A:Hover span span {
        top:0px;
        left:0px;
        background-image: url(images/blokRechtsBoven.gif);
        background-repeat:no-repeat;
        background-position:top right;
}
div#linkerMenu A:Hover span span span{
        background-image: url(images/blokRechtsOnder.gif);
        background-repeat:no-repeat;
        background-position:bottom right;
}
div#linkerMenu A:Hover span span span span{
        background-image: url(images/blokLinksOnder.gif);
        background-repeat:no-repeat;
        background-position:bottom left;
}
h1 {
        margin:0px;
        padding:0px;
        color: #1292C2;
        font-size: 24pt;
        font-weight:bold;
        font-family:monospace;
        text-transform: capitalize;
}
h2 {
        margin:0px;
        padding:0px;
        font-size: 10pt;
        color: black;
        font-weight:bold;
        font-family:monospace;
        clear:both;
}
p {
        margin-left:5px;
        padding:0px;
        color: black;
        font-size: 9pt;
        font-family:sans-serif;
        width:385px;
}
table {
        font-size: 9pt;
        font-family:sans-serif;
}
.Copyright{
	position:relative;
	width:800px;
	text-align:center;
        font-size: 8pt;
        color: #B9B9B9;
}

ul.fotolijst{
padding:0;
margin:0;
width:90%;
}
.fotolijst li{
display:block;
padding:5px;
float:left;
height:128px;
width:128px;
}
.fotolijst img{
display:block;
border:0;
float:left;
}
