body
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #FFF;
    overflow: auto;
    background: url('../../images/bg.jpg') top right;
}

a
{
    color: #FFF;
    background-color: inherit;
    font-weight: bold;
    text-decoration: none;
}

img
{
    border: 0px;
}

h1
{
    font-size: 14px;
}

#backgroundimage
{
    width: 100%;
    height: 100%;
}

#menu
{
    position: absolute;
    left: 210px;
    top: 21px;  
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li
{
    float: left;
    color: #000;
    background-color: #b9b7b1;
    margin-right: 5px;
    width: 109px;
    height: 33px;
}

#title
{
    position: absolute;
    left: 0px;
    top: 62px;
    color: #000;
    background-color: #b9b7b1;
    width: 100%;
    height: 50px;
}

#submenu
{
    position: absolute;
    left: 210px;
    top: 119px;
}

#submenu ul
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    float: left;
}

#submenu li img
{
    margin-bottom: 3px;
}

#artistdetails
{
    position: absolute;
    left: 895px;
    top: 119px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

#articletitle
{
    width: 100%;
    height: 50px;
    color: #000;
    background-color: #b9b7b1;
}

#articletext, table
{
    font-size: 12px;
}

#content
{
    position: absolute;
    left: 206px;
    top: 150px;
    width: 75%;
    font-size: 12px;
    color: #FFF;
    padding-right: 20px;
}

#vectors
{
    position: absolute;
    left: 12px;
    top: 155px;
    width: 178px;
    height: 400px;
    background-image: url('../../images/vectors.gif');
}

.artist
{
    width: 220px;
    height: 300px;
    overflow: hidden;
    font-size: 12px;
    float: left;
    padding-right: 20px;
}

#nieuwsbriefcontent
{
    position: absolute;
    left: 210px;
    top: 200px;
    width: 75%;
    height: 400px;
    overflow: auto;
    font-size: 12px;
    color: #FFF;
}

td .activeday
{
    background-color: #F00;
    color: #FFF;
    width: 1px;
}