
* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

a:link { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
a:link:hover { color:#FF0000; }
a:visited { text-decoration: none; color: #000000; }
a:visited:hover { color:#FF0000; text-decoration: none; }
a:active { color:#FF0000; }
a:active:hover { color:#FF0000; }
a.active { color:#FF0000; }

div#inhoudbox {
text-align: left;
width: 750px;
height: 700px;
padding: 5px;
margin: 0 auto;
}

div#schaduw {
background-image:url(images/bg.gif);
background-repeat:no-repeat;
width: 720px;
height: 530px;
}

div#lijn {
position:absolute;
top: 18px;
width:710px;
height:489px;
background-image:url(images/streepje_rechts.gif);
background-repeat:repeat-y;
}

html>body #lijn { /* Voor Internet Explorer */
height:501px;
}

div#content {
width: 710px;
height: 489px;
padding-top: 12px;
padding-left: 8px;
}

html>body #content { /* Voor Internet Explorer */
height: 501px;
}

div#header {
position: absolute;
top: 120px;
width: 100%;
height: 180px;
background-image:url(images/header.gif);
background-repeat:no-repeat;
}

div#bovenlinkbalk {
position: absolute;
top: 0px;
width: 694px;
height: 20px;
margin-left: 2px;
background-color: #e1e1e1;
background-image: url(images/bovenbalk_bg.gif);
background-position:right top;
background-repeat: no-repeat;
text-align: right;
font-weight: bold;
padding-top: 3px;
}
		
div#projectbalk {
position: absolute;
margin-left: 2px;
top: 20px;
width: 686px;
height: 95px;
background-image: url(images/header_bg1.jpg);
background-color:#cccccc;
padding-left: 8px;
padding-top: 7px;
}

div#menubalk {
position: absolute;
margin-left: 2px;
top: 115px;
width: 664px;
height: 30px;
background-color:#cccccc;
background-image:url(images/menu_bg1.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-align: center;
font-weight: bold;
font-size: 13px;
padding-left: 30px;
}

div#submenubalk {
position: absolute;
margin-left: 2px;
top: 145px;
width: 694px;
height: 25px;
background-color:#e1e1e1;
background-image:url(images/submenu_bg.gif);
background-repeat: no-repeat;
text-align: right;
font-weight: bold;
font-size: 13px;
padding-top: 5px;
}

div#subsubmenu {
position: absolute;
top: 180px;
width: 160px;
height: 200px;
margin-left: 3px;
padding-left: 22px;
padding-top: 10px;
color: #999999;
font-weight:bold;
}

div#subsubmenu a:hover {
color: #FF0000;
}

div#tekst {
position: absolute;
top: 180px;
width: 517px;
margin-left: 173px;
margin-right: 150px;
height: 286px;
padding-top:10px;
overflow: auto;
}

div#tekst a:link, div#tekst a:visited {
text-decoration: underline;
font-weight: bold;
}


div#logo {
position: absolute;
width: 170px;
height: 75px;
top: 405px;
margin-left: 3px;

background-image: url(images/logo.gif); /* Wordt later nog vervangen door een Flash animatie */
background-repeat: no-repeat;
}

div#footer {
position: absolute;
top: 480px;
width: 100%;
height: 22px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
text-align: center;
color:#999999;
font-size: 11px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top: 3px;
}

div#validatie {
text-align: center;
padding-top:50px;
}
