﻿*
{
    position: relative;
    margin: 0px;
    padding: 0px;
}
body
{
    background: #EEEEE7;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    height: 100%;
    width: 100%;
}
a
{
    color: #900;
}
h1, h2
{
    color: #900;
    font-weight: bold;
    font-size: 18px;
}
h2 a
{
    display: block;
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px dashed #666;
    padding-top: 5px;
}
ul
{
    padding-left: 25px;
    margin: 5px 0px;
}
#container
{
    background: url('../images/container_bg.png');
    width: 804px;
    padding-left: 26px;
    padding-right: 24px;
    margin: 0px auto;
    overflow: auto;
}
#header
{
    width: 625px;
    height: 23px;
    padding-left: 167px;
    padding-top: 155px;
    background: url('../images/header_bg.png');
    float: right;
    margin: 10px 0px;
    color: #FBFBE4;
}
#header a
{
    color: #FBFBE4;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 20px;
}
.content, .contentLarge
{
    background: #FBFBE4;
    border: 1px dotted #666;
    float: left;
    width: 470px;
    margin-left: 10px;
    padding: 10px;
}
.contentLarge
{
    width: 760px;
}
#opdrachten
{
    border: 1px solid #666;
    background: #EEEEE7;
    float: right;
    width: 264px;
    margin-right: 10px;
    padding: 10px;
}
#footer
{
    background: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    width: 754px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0px auto;
    font-size: 10px;
    color: #666;
}

input, textarea
{
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 13px;
}
input[type=text], textarea
{
    font-size: 11px;
    line-height: 14px;
    width: 226px;
}
textarea
{
    width: 270px;
    height: 110px;
}
input[type=submit],input[type=button]
{
    background: #900;
    color: #FFF;
    padding: 1px 7px;
}


table.padding tr td
{
    padding: 2px;
}
table.top tr td
{
    vertical-align: top;
}
td.small
{
    font-size: 9px;
    color: #666;
}

img.image
{
    float: right;
    width: 284px;
    margin-right: 10px;
    border: 1px solid #666;
}

.opdrItem
{
    border-top: 1px dashed #666;
    margin-bottom: 10px;
    overflow: auto;
    padding-top: 5px;
}

.opdrItemLarge
{
    border-bottom: 1px dashed #666;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 5px;
}

td.strong
{
    font-weight: bold;
}
