html, body
{
    height:100%;
}

#bodytable
{
    width:100%;
    height:100%;
}

body
{
    font:normal 12px/100% Trebuchet Ms; color: #7e0c6e;   
}

a
{
    font:normal 12px/100% Trebuchet Ms; color: #7e0c6e;
    text-decoration:none;
}

#wrapper
{
    height:100%;
    width:950px;
    background-image:url(../images/layout/bg_wrapper.png);
    background-repeat:repeat-y;
    background-position:left 215px;  
}

#links
{
    background-image:url(../images/layout/links.jpg);
    background-repeat:no-repeat;
    background-position:right top;  
    width:40%;
}

#rechts
{
    background-repeat:repeat-x;
    background-position:left top;  
    width:40%;    
}

#nav_main
{
    margin-top:220px;
    margin-left:20px;
}

#footer
{
    background-image:url(../images/layout/bg_footer.png);
    background-position:left top;
    background-repeat:no-repeat;
    vertical-align:bottom;
    padding-bottom:4px;
}

a.copy
{
    font:normal 8px/100% Trebuchet Ms; color: #7e0c6e;   
    text-decoration:none;
    padding-left:30px;
}

.inhoud, .inhoud_realisatiedetail
{
    margin-left:31px;
    margin-right:64px;
    font:normal 12px/100% Trebuchet Ms; color: #7e0c6e;   
    text-align:justify;
    margin-top:30px;
    padding-bottom:20px;
}

.inhoud_beurzen
{
    margin-left:31px;
    margin-right:38px;
    margin-top:258px;
    padding-bottom:20px;    
}

#listinhoud
{
    margin-top:215px;
}

#forminhoud
{
    margin-right:46px;
    margin-top:287px;
    margin-left:24px;
}

#contactgegevens
{
    margin-bottom:40px;
}

#contactgegevens, #contactgegevens a
{
    font:normal 12px/100% Trebuchet Ms; color: #7e0c6e;   
    text-decoration:none;   
}

h1
{
    font:bold 14px/100% Trebuchet Ms; color: #7e0c6e;   
    padding-bottom:10px;
}

.flash
{
    margin-top:190px;
    height:357px;
}

a.meerinfo
{
    font:normal 12px/100% Trebuchet Ms; color: #7e0c6e;   
    text-decoration:none;
    background-image:url(../images/layout/pijl.png);
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:14px;    
}

.beursborder
{
    background-image:url(../images/layout/border_beursitem.png);
    background-position:left top;
    background-repeat:no-repeat;
    height:32px;
}


/* NAV MAIN */
.nav_main_item a, .nav_main_item a:hover
{
    display:block;
    cursor:pointer;
    font: bold 14px/100% Trebuchet Ms; color: #7e0c6e;
    text-decoration:none;
}

.nav_main_item_selected
{
    background-image:url(../images/layout/nav_main_item_selected.png);
    background-position:left top;
    background-repeat:no-repeat;    
}

.nav_main_item, .nav_main_item_selected
{
    padding-left:15px;
    width:248px;
    padding-top:12px;
    padding-bottom:10px;
    cursor:pointer;
}

.nav_main_item_selected, .nav_main_item_selected a, .nav_main_item_selected span
{
    font: bold 14px/100% Trebuchet Ms; color: #7e0c6e;
    text-decoration:none;
}

span.beurstitel
{
    font: normal 12px/100% Trebuchet Ms; color: #7e0c6e;   
    display:block;
}

.beursitem
{
    font: normal 12px/100% Trebuchet Ms; color: #7e0c6e;   
    padding-top:40px;
}

td.realisatieitem
{
    width:219px;
    background-image:url(../images/layout/border_realisatieimage.png);
    background-position:left top;
    background-repeat:no-repeat;     
}

td.realisatieitem img
{
    margin-top:3px;
    margin-left:3px;
}

a.realisatiethumbtitel, a.realisatiethumbtitel_hover /* niet :hover, omdat je bij mouseover img ook class moet kunnen veranderen */
{
    position:relative;
    left:20px;
    top:-20px;
    display:block;
    height:20px;
    padding-top:14px; 
    padding-left:25px;
}

a.realisatiethumbtitel, a.realisatiethumbtitel_hover
{
    background-image:url(../images/layout/realisatiethumbtitel.png);
    background-position:left top;
    background-repeat:no-repeat;       
}

a.realisatiethumbtitel_hover
{
    background-image:url(../images/layout/realisatiethumbtitel_hover.png);
    background-position:left top;
    background-repeat:no-repeat;
}

a.vorigproj
{
    font:normal 12px/100% Trebuchet Ms; color: #7e0c6e;   
    background-image:url(../images/layout/arrow_left.png);
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:24px;    
    display:block;
    height:12px;
    padding-top:2px;
}

a.volgendproj
{
    font:normal 12px/100% Trebuchet Ms; color: #7e0c6e;      
    background-image:url(../images/layout/arrow_right.png);
    background-position:right top;
    background-repeat:no-repeat;
    padding-right:24px;   
    display:block;
    height:12px;
    padding-top:2px;
}