/*=============================================== OVERALL SETTINGS ================================ */
html{
 overflow:auto;
 padding:0px;
 margin:0px;
 height:100%;
 font: 70%/1.5em; 
width:100%;
}

body{
height:100%;
background: #fff; 
background:url(../images/topstrip3.gif) repeat-x;
width:100%;
padding: 0px;
margin:0px;
}

img {border:0px;}

td {
padding-top:15px;
vertical-align: top;
}

/* ============================================== KLASSEN ========================================= */

.header{
color: #CC6B54;
font-size:14pt;
font-weight:bold;
width: 7em;
}

.data{
color: #111;
font-size:13pt;
font-weight:normal;
}

.colon {font-weight:bold;}

td.data {padding-left:15px;}


/* ============================================== SPECIFIEKE DIVS ================================= */
#bgleft{
position:absolute;
top:0px;
left:0px;

}

#bgtop{
position:absolute;
top:0px;
left:183px;
}

#masthead {display: none;}

#menu{
position:absolute;
left: 10px;
top: 280px;
}

#content {
position:absolute;
top: 220px;
left:205px;
right:12%;  
text-align: justify;
overflow:auto;
padding-bottom: 5px;
font: 12pt Times;
color: #000;
z-index:3;
}

#content h1 {
color: #333;
margin-left:0px; 
}

#footer{
display:none;
} 

/* ============================================== LINKS =========================================== */

a {
color: #000;
text-decoration:none;
border-bottom: 1px solid #cc6b54;
}

a:hover {
color: #cc6b54;
border-top: 1px solid #CC6B54;
border-bottom: 1px solid #CC6B54;
}

/* ============================================== OVERIGE OPMAAK ================================== */

h1,h2,h3 {
font-family: "Avant Garde", Helvetica, sans-serif;
}

#navcontainer{
display:none;
}


               

