/**
 *    Author            :    Gauke Pieter Sietzema, Sterc Concept
 *    Website            :    http://www.sterc.nl
 *    Contact            :    info@sterc.nl
 *    Created date    :    
 */

html, body {
    margin: 0;
    padding: 0;
    font: normal 11px/17px arial, sans-serif;
    color: #fff;
}

#container {
    margin-top: 10px;
    width: 950px;
    position: absolute;
    left: 50%;
    margin-left: -475px;
}

#logo {
    float: left;
    height: 85px;
    background: #fff;
    width: 720px;
}

#meer-info {
    float: right;
    width: 230px;
    text-align: right;
    height: 85px;
    background: #fff;
}

    #meer-info img {
        float: right;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    
    #meer-info div {
        clear: both;
    }
    
    #meer-info form {
        margin: 0;
        padding: 0;
    }
    
    #meer-info label {
        width: 95px;
        font: normal 11px/20px arial, sans-serif;
        color: #a90000;
        float: left;
    }
    
    #meer-info input {
        float: right;
        border: 1px solid #610000;
        font: normal 11px/20px arial, sans-serif;
        color: #a90000;
        background-color: #fff;
        padding: 1px;
    }
    
    #meer-info input:hover, #meer-info input:focus {
        background-color: #f9f9f9;
    }
    
    #meer-info .submit {
        cursor: pointer;
        padding: 1px;
        width: 128px;
        height: 20px;
        line-height: 10px;
    }

#header {
    clear: both;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background: #fff;
    background: url(/img/header.jpg) no-repeat;
    height: 215px;
    width: 950px;
}

    #header ul {
        margin: 30px 0 0 0;
        padding: 0;
        list-style: none;
    }
    
    #header ul li {
        margin: 5px 0 5px 0;
        padding: 0;
        width: 280px;
        text-align: right;
    }
    
    #header a, #header a:link, #header a:visited {
        font: normal 12px/10px verdana, tahoma, sans-serif;
        border-right: 1px solid #475ca0;
        padding-right: 10px;
        color: #475ca0;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    #header a:hover {
        color: #fff;
        border-right: 1px solid #fff;
    }
    
    #header a.selected {
        color: #fff;
        border-right: 1px solid #fff;
    }

#content {
    width: 660px;
    float: left;
    padding: 0 240px 20px 50px;
    _padding: 0;
    _width: 950px;
    background: url(/img/tile.png);
}

    #left div {
        width: 250px;
        float: left;
        margin-left: 30px;
    }
    
    #content p {
        padding-right: 30px;
        _width: 630px;
        _margin-left: 40px;
    }
    
    #content a, #content a:link, #content a:visited {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }
    
    #content a:hover {
        color: #ccc;
    }

#right {
    width: 240px;
    float: right;
}

#footer {
    background: url(/img/footer-tile.png) repeat-x;
    height: 45px;
    clear: both;
    border-top: 4px solid #fff;
}

#footer-nav {
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 27px 0 0 200px;
}

    #footer-nav a, #footer-nav a:link, #footer-nav a:visited {
        color: #fff;
        text-decoration: none;
    }

    #footer-nav a:hover {
        color: #ddd;
    }
    
#logos {
    background-color: #fff;
    width: 950px;
    height: 61px;
    position: relative;
    top: -40px;
}
    
    #logos img {
        float: right;
    }

#copyright {
    clear: both;
    background-color: #fff;
    color: #a90000;
    font-weight: bold;
    width: 650px;
    padding-left: 300px;
    position: relative;
    top: -40px;
}

    #copyright a, #copyright a:link, #copyright a:link {
        color: #a90000;
        text-decoration: none;
    }
    
    #copyright a:hover {
        color: #610000;
    }

#adres {
    width: 200px;
    position: relative;
    top: -100px;
    float: right;
    margin-right: 20px;
    _margin-right: 0;
}

p {
    margin: 0 0 20px 0;
    padding: 0;
}

h1#title {
    margin: 30px 0 40px -50px;
    background-color: #a90000;
    width: 300px;
    padding: 0 10px 0 0;
    font: normal 15px/30px arial, sans-serif;
    text-align: right;
    color: #fff;
}
