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

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

img {border:0px;}

td {padding-top:15px;}


/* ============================================== KLASSEN ========================================= */
td {vertical-align: top;}

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

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

.colon {font-weight:strong;}

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

strong {font-weight:bold;}

/* ============================================== SPECIFIEKE DIVS ================================= */


#masthead{
position: absolute;
top:0;
left:0px;
background: url(../images/Segment01.jpg) top left no-repeat;
width:861px;
height:266px;
}

#masthead h1,
#masthead h2 {
display: none;
}


#menu-boedelafwikkeling{
position:absolute;
left: 0px;
top: 266px;
z-index:10;
background: url(../images/Segment02.jpg) top left no-repeat;
height:400px;
width:221px;
padding-top:8px;
}

#content-boedelafwikkeling {
position:absolute;
top: 220px;
left:250px;
right:12%;  
text-align: justify;
padding-bottom: 15px;
margin-bottom: 15px;
font: 12pt Times, serif;
color: #000;
z-index:3;
}

#content-boedelafwikkeling h1,h2,h3,h4,h5 {
color: #CC6B54;
margin-left:75px; 
}

.verder{
font-size:90%;
font-style: italic;
color: #555;
}


#footer{
padding-top:160px;
margin-left:-35px;
padding-bottom:15px;
font-size: 11px;
font-family: Times, serif;
} 

/* ============================================== 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;
}


               

