@import url('shared.css');

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

body {
    background-color: white;
    margin: 0;
    padding-top: 15px;
}

.wrapper {
    width: 838px;
    position: relative;
    margin-left: -419px;
    left: 50%;
}

.header-holder {
    margin-bottom: 10px;
}
.header-logo {
    display: block;
}
.header-image {
    background-image: url('/images/preview/top1.jpg');
    background-repeat: no-repeat;
    height: 122px;
    margin-bottom: 10px;
    display: block;
}

#logo {
    width: 836px;
    height: 68px;
    background: url('/images/logo.gif') no-repeat top center;
    display: block;
}

.language-holder {
    text-align: right;
    margin-top: 5px;
    padding-right: 2px;
    line-height: 10px;
}

a.language {
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
}
a.language-active {
    color: #000;
}
a.language:hover {
    color: black;
}


/*
.language {
    padding-left: 20px;
    font-size: 10px;
}
.language-en {
    background: url('/images/flag.en.gif') no-repeat top left;
}
.language-nl {
    background: url('/images/flag.nl.gif') no-repeat top left;
}
*/

.navigation {
    float: left;
    width: 260px;
    margin-bottom: 20px;
}
    ul.menu {
        width: 250px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-image: url('/images/separator-pink.gif');
        background-position: left bottom;
        background-repeat: no-repeat;
        padding-bottom: 6px;
    }
    ul.menu li {
        background-image: url('/images/separator-pink.gif');
        background-position: left top;
        background-repeat: no-repeat;
        padding-top: 12px;
        margin-bottom: 6px;
        width: 240px;
        _display: inline;

        font-size: 13px;
        font-weight: bold;
        font-family: 'arial', 'helvetica', sans-serif;

        text-transform: uppercase;
    }
    ul.menu li a {
        color: #e20045;
        text-decoration: none;
        display: block;
        width: 240px;
    }
    ul.menu li a:hover {
        color: black;
        text-decoration: none;
    }
    a.nav-active {
        color: #000000!important;
    }
    a.subnav-active {
        color: #000000!important;
    }

    ul.submenu {
        list-style-type: none;
        width: 220px;
        margin: 0;
        padding: 0;
        margin-left: 20px;
        background-image: none;
    }
    ul.submenu li {
        background-image: none;
        _display: inline;
        padding: 0;
        margin: 0;
        text-transform: lowercase;
        font-size: 13px;
        margin-bottom: 2px;
        margin-top: 4px;
        width: 220px;
    }
    ul.submenu li a {
        width: 200px;
    }

.content {
    background-image: url('/images/separator-black.gif');
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    width: 574px;
    padding-top: 10px;
    padding-right: 15px;
    margin-bottom: 2em;
}

.content {
    line-height: 1.5em;
}

.footer-holder {
    font-size: 90%;
    width: 100%;
}
.footer-languages {
    margin-bottom: 5px;
}
.footer-languages a {
    color: #999;
    text-decoration: none;
}
.footer-languages a:hover {
    color: #666;
    text-decoration: underline;
}

.footer-sponsors a img {
    border: 0;
}
#sponsors-logos {
    margin-top: 7px;
    height: 56px;
}

