﻿
/* Algemene html elementen */

html
{
    height: 100%;
}

body 
{
    height: 100%;
}

img
{
    border-style: none;
}

table
{
    border-collapse: collapse;
}

td
{
    margin: 0px;
    padding: 0px;
    border: none;
    vertical-align: top;
}

/* Masterpage layout */

table.wrapper
{
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
}

td.header
{
    height: 98px;
}

div.header
{
    position: relative;
    height: 98px;
}

div.logolink
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 670px;
    height: 60px;
    cursor: pointer;
    cursor: hand;
}

div.topmenu
{
    height: 19px;
    width: 95%;
    position: absolute;
    left: 0px;
    top: 79px;
}

div.topmenubeheer
{
    float: right;
}

table.topmenu
{
    margin: 0;
    padding: 0;
}

div.toplinks
{
    position: absolute;
    right: 0px;
    top: 20px;
    width: 400px;
    height: 16px;
    text-align: right;
}

div.langlinks
{
    position: absolute;
    right: 0px;
    top: 40px;
    width: 400px;
    height: 16px;
    text-align: right;
}

.ImageButton
{
    padding-left:12px;
}

div.search
{
    display:none;
    
    position: absolute;
    left: 760px;
    top: 20px;
    width: 186px;
    height: 16px;
    white-space:nowrap;
    margin: 0;
    padding: 0;
}

div.searchlabel
{
    float: left;
    padding: 0;
    padding-left: 20px;
    width: 60px;
}

div.searchfield
{
    float: left;
    background-image: url(../images/zoeken.gif);
    background-repeat: no-repeat;
    height: 14px;
    width: 82px;
    vertical-align: top;
}

input.searchinputbox
{
    border: none;
    font-size: 7pt;
    width: 79px;
    height: 12px;
    padding: 0;
    margin: 0;
}

div.searchbutton
{
    float: left;
    width: 16px;
    height: 17px;
    margin-left: 4px;
}

table.rapper
{
    width: 100%;
}

td.leftcolumn
{
    width: 170px;
}

div.leftmenu
{
    width: 150px;
    margin-top: 12px;
    margin-left: 31px;
    margin-right: 4px;
}

div.content
{
    padding-top: 14px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 0px;
}

td.rightcolumn
{
    padding-top: 16px;
    width: 180px;
}

div.iframe
{
}

td.footer
{
    height: 42px;
}

div.footer
{
    height: 42px;
    position: relative;
}

div.footerlinks
{
    position: absolute;
    left: 20px;
    top: 14px;
    width: 400px;
    height: 16px;
}

div.footerslogan
{
    position: absolute;
    left: 550px;
    top: 12px;
    width: 400px;
    height: 16px;
}

div.footersloganshadow
{
    position: absolute;
    left: 551px;
    top: 13px;
    width: 400px;
    height: 16px;
}

/* Gemeenschappelijke content area layout */

div.contentheader
{
    height: 42px;
}

div.title
{
    margin: 0px;
    padding: 0px;
    height: 28px;
    float: left;
    max-width: 700px;
}

div.editlinks
{
    width: 80px;
    height: 24px;
    text-align: center;
    padding-top: 4px;
    float: right;
}

div.textarea
{
}

/* Leftmenu tijdelijk */

.leftmenuFolder
{
    cursor: pointer;
    cursor: hand;
    color: #888;
}

.leftmenuDefault
{
}

.leftmenuActive
{
}

.leftmenuBlank
{
}

.leftmenuArrow
{
}

.leftmenuArrowDown
{
}
