﻿/* ------ Algemene HTML tags ------ */
html, body {
	margin:0px; padding:0px;
	height:100%;
}
body {
	background-color: #3241af;
	color: #162393;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
img {
	border: 0px solid;
}
a {
	color: #931616;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
h2, .menukop {
	font-weight: bold;
	font-size: 8pt;
}
a.menuregel {
	font-size: 8pt;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

/* ------ Layout divs en tabellen ------ */
#floater {
	float:left;
	height:50%;
	margin-bottom:-310px;   /* de helft van de vastgelegde hoogte in #centered */
	width:1px;
}
#centered {
	clear:both;
	height:600px;
	width:950px;
	margin:0 auto;
    background-color: #3241af;
}
#divBoven {
	position:relative;
	clear:left;
	margin:0px auto;
	height:95px;
	width:950px;
	text-align: right;
    background: #3241af url('achtergrond_header.gif') repeat-x;
}
#divMidden {
	position:relative;
	clear:left;
	margin:0px auto;
	height:480px;
	width:950px;
}
#divOnder {
	position:relative;
	clear:left;
	margin:0 auto;
	background-color: #3241af;
	color: White;
	height:30px;
	width:950px;
	text-align: right;
}
#divTitel {
	position:absolute;
	left: 0px;
	top: 5px;
	height:25px;
	width:950px;
	font-size: 14pt;
	font-variant: small-caps;
	text-align: center;
}

/* ------ onderdelen CONTENT ------ */
#divContentLB {
    position:absolute;
    width:255px;
    height:230px;
    left:20px;
    top:40px;
    overflow:hidden;
    /*border: 1px solid black;*/
}
#divContentLO {
    position:absolute;
    width:255px;
    height:200px;
    left:20px;
    top:280px;
    overflow:hidden;
    /*border: 1px solid black;*/
}
#divContentLF {
    position:absolute;
    width:270px;
    height:30px;
    left:20px;
    top:450px;
    overflow:hidden
}
#divContentRR {
    position:absolute;
    width:655px;
    height:438px;
    left:295px;
    top:40px;
    overflow:auto;
    /*border: 1px solid black;*/
}

/* ------ onderdelen WELKOM ------ */
#divWelkomLB {
    position:absolute;
    top:55px;
    left:20px;
    width:180px; /* was 215 */
    height:150px;
    overflow:hidden;
    font-variant: small-caps;
    font-size: 10pt;
    vertical-align:middle;
    /*border: 1px solid black;*/
}
#divWelkomLO {
    position:absolute;
    top:240px;
    left:20px;
    width:250px;
    height:200px;
    overflow:hidden;
    /*border: 1px solid black;*/
}
#divWelkomRB {
    position:absolute;
    top:55px;
    left:440px; /* was 400 */
    width:460px; /* was 500 */
    height:150px;
    overflow:auto;
    /*border: 1px solid black;*/
}
#divWelkomRO {
    position:absolute;
    top:220px;
    left:285px;
    width:665px;
    height:260px;
    overflow:hidden;
    /*border: 1px solid black;*/
}

/* ------ Klassen ------ */
.kleurscroll {
	scrollbar-base-color: #d3d3d3;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-lightshadow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #e0e0e0;
}

/* ------ Overige ------ */
#logo {
	vertical-align: top;
	margin-left: 10px;
}
