/* structuur */

html, body
{
    color: #202020;
    font: normal 100% Arial, Helvetica, Sans-serif;
    margin: 0;
    padding: 0;
}

body
{
    background: #999999 url('../img/bg.jpg') repeat-x top;
}

.container
{
    background: transparent url('../img/schaduw.png') repeat-y;
    margin: 0 auto;
    width: 1000px;
}

.header
{
    background-color: #ffffff;
    height: 80px;
    margin-top: 10px;
    width: 1000px;
}

.hr_menu
{
    float: left;
    margin: 25px 0 0 20px;
}

.banner
{
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
}

.banner .top
{
    background: transparent url('../img/schaduw-top.png') no-repeat center;
    height: 40px;
}

.banner .bottom
{
    background: transparent url('../img/boog-onder.png') no-repeat center;
    height: 120px;
    margin: 160px 0 0 0;
}

.left
{
    float: left;
    padding: 0 0 0 70px;
    width: 425px;
}

.right
{
    float: right;
    padding: 0 10px 0 0;
    width: 470px;
}

.footer
{
    background: url('../img/boog-onder-site.gif') no-repeat top;
    clear: both;
    height: 100px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    width: 980px;
}

/* other */

p.tag
{
    font-size: 11px;
    margin: 0 0 11px 0;
}

img
{
    border: 0;
}

img.logo
{
    float: left;
}

.social img
{
    float: left;
    margin: 0 5px 0 5px;
}

.social .spacer
{
    color: #404040;
    display: block;
    float: left;
    height: 24px;
    margin: 0 10px 0 10px;
}

.footer img
{
    margin: 0 10px;
}

.footer p
{
    font-size: 9px;
}

h1
{
    color: #202020;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

h2
{
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

p
{
    color: #202020;
    font-size: 13px;
    line-height: 20px;
}

p a:link, p a:visited
{
    color: #808080;
    text-decoration: none;
}

p a:hover, p a:active
{
    text-decoration: underline;
}

.search
{
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    border: 1px solid #909090;
    float: right;
    height: 22px;
    padding-left: 25px;
    width: 115px;
}

.flags
{
    float: right;
}

ul.form
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.form label
{
    float: left;
    font-size: 13px;
    width: 85px;
}

ul.form button
{
    background-color: #ffffff;
    border: 1px solid #303030;
    color: #202020;
}

textarea
{
    resize: none;
}

p.success
{
    color: #009900;
    display: none;
    font-weight: bold;
}

select
{
    width: 150px;
}

/* relations */

img.thumbnail
{
    width: 160px;
}

div#photos
{
    position: absolute;
}

div#relations
{
    margin: 0 0 0 10px;
    font-size: 11px;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
