html, body
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    line-height: 180%;
    background: url(images/bg.jpg) no-repeat left top;
}

h1, h2, h3
{
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h2 { font-style: italic; }
a { color: #0036D0; font-weight: bold; }

ul
{
    margin: 0;
    padding: 0 0 0 1.2em;
}
li
{
    list-style-image: url(images/white-square.gif);
}

.ContentItem td
{
    vertical-align: top;
}

p
{
    margin: 0;
    padding: 0;
}

form
{
    width: 950px;
    margin: 0 auto;
}

#TopMenu
{
    height: 65px;
}

        #TopMenu .Menu .MenuItem
        {
            margin: 0;
            padding: 0;
            float: left;
        }

            #TopMenu .Menu .MenuItem a
            {
                display: block;
                font-weight: bold;
                line-height: 30px;
                vertical-align: middle;
                padding: 0 15px;
                margin-right: 3px;
                background-color: #58bc15;
                color: #fff;
                text-decoration: none;
            }
            
            #TopMenu .Menu .MenuItemActive a,
            #TopMenu .Menu .MenuItem a:hover
            {
                padding-top: 16px;
            }
            
    #TopMenu div
    {
        float: left;
    }
    #TopMenu #FontSize
    {
        float: right;
        font-size: 14pt;
        font-weight: bold;
        line-height: 25px;
        width: 113px;
        border: solid 2px #58bc15;
        border-top: none;
        text-align: center;
        font-weight: bold;
    }
        #TopMenu #FontSize a
        {
            text-decoration: none;
            color: #000;
            padding: 0 10px;
        }
        #TopMenu #FontSize #FontSizeValue
        {
            padding: 0 5px;
        }
    
#Logo a
{
    text-decoration: none;
    display: block;
    width: 620px;
    height: 90px;
    background: url(images/logo.gif) no-repeat left top;
}

.Page
{
    background-repeat: no-repeat;
    background-position: right top;
}

.PageJongenmetappel{ background-image: url(images/skins/boyapple.jpg); }
.PageSandwich { background-image: url(images/skins/sandwich.jpg); }
.PagePizza { background-image: url(images/skins/pizza.jpg); }
.PageKoffie { background-image: url(images/skins/coffee.jpg); }
.PageZalm { background-image: url(images/skins/salmon.jpg); }
.PageSinaasappel { background-image: url(images/skins/orange.jpg); }
.PageKruiden { background-image: url(images/skins/herbs.jpg); }
.PageBroodtrommel { background-image: url(images/skins/broodtrommel.jpg); }

#Title
{
    position: absolute;
    z-index: 1;
    color: #fff;
    line-height: normal;
    font-size: 34pt;
    width: 520px;
    padding-bottom: 2px;
    background: #dde6f5;
}

#Title.Kers
{
    width: auto;
    background: none;
}

#Content
{
    background: #dde6f5;
    width: 480px;
    height: 340px;
    overflow: scroll;
    overflow-x: auto;
    padding: 80px 30px 20px 30px;
}

#Content.Kers
{
    background-image: url(images/kers.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-left: 205px;
    width: 310px;
    height: 390px;
}

#Footer
{
    font-size: 8pt;
    color: #b1b4ba;
}

    #Footer a
    {
        text-decoration: none;
        color: #b1b4ba;
    }
    
#TopMenu .Menu div.MenuItemAddBox a
{
    background: none;
    display: inline;
    color: #000;
    font-size: 10pt;
}

table.borders
{
border-left: solid 1px #aaa;
border-top: solid 1px #aaa;
}

table.borders td
{
border-right: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}

.ContentItemNewsItem .DateTime
{
    font-size: 80%;
}