/* --- LAYOUT ------------------------------------------- */
body
{
    /*font-weight: 400;*/
    color: #000;
    background-image: url('../images/bg-pattern.gif');
    background-color: #fff;
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    font-family: Arial, Helvetica;
}

#container
{
    background-color: #fff;
    width: 974px; /*margin: 0 auto;*/
    position: absolute;
    margin-left: -487px;
    left: 50%;
}

#leftcolumn
{
    position: relative;
    float: left;
    width: 200px;
}
#logo
{
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 7px;
    margin-top: 17px;
    width: 100%;
    height: 100%;
    height: 231px;
}

#logo h1
{
    position: relative;
    left: -5000px;
}


#container2
{
    position: relative;
    float: left;
    width: 774px;
}
#menu
{
    height: 60px;
}

#centercolumn
{
    position: relative;
    float: left;
    width: 574px;
}

#rightcolumn
{
    position: relative;
    float: left;
    width: 200px;
}


#footer
{
    clear: both;
    width: 100%;
    height: 10px;
}

/* --- Banners in de zijbalken ----------------------- */
.sidecolumnitem
{
    clear: both;
    width: 172px;
    padding: 7px;
    margin-bottom: 8px;
    background-color: #000;
    position: relative;
    z-index: 0;
}

.sidecolumnitem .kop
{
    min-height: 2.7em;
}

.sidecolumnitem .imgdiv
{
    margin: 5px 0 2px;
    width: 172px;
    height: 110px;
    overflow: hidden;
}

.sidecolumnitem img
{
    width: 172px;
    height: 110px;
}

.sidecolumnitem a:link, .sidecolumnitem a:visited, .sidecolumnitem a:hover, .sidecolumnitem a:active
{
    display: block;
    color: #fff;
    font-size: 0.7em;
    text-decoration: none;
    padding-bottom: 2px;
}


/* --- OPMAAK ------------------------------------------- */
.gutter
{
    padding: 7px;
}
.gutter-x
{
    padding: 0 7px;
}
.gutter-y
{
    padding: 7px 0;
}
.clear
{
    clear: both;
    height: 0px;
}
.pink /* pink???? nee hoor, geel ;-) */
{
    color: #ffee00 !important;
}

.black
{
    color: #000 !important;
}

.white
{
    color: #fff !important;
}

.gray
{
    color: #626262 !important;
}

h1
{
    color: #626262;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 0.8em;
    line-height: 1.2em;
}

h2
{
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.75em;
    line-height: 1.2em;
}

h3
{
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1.2em;
}

p
{
    font-size: 0.8em;
    line-height: 1.2em;
}

a:link, a:visited, a:hover, a:active
{
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}

.blocklink
{
    cursor: pointer;
}

a.button, a.button:hover, a.button:link, a.button:active, a.button:visited
{
    background-color: #ffee00;
    color: #000;
    display: block;
    width: 92px;
    height: 14px;
    line-height: 14px;
    padding: 2px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
a.button:hover
{
    background-color: #000;
    color: #ffee00;
}

/* --- CONTENT AREA ------------------------------ */
.contentarea
{
    display: block;
    background-color: #fff;
    width: 100%;
    overflow: visible;
    position: relative;
}
.contentarea .genre_icon
{
    display: none;
    position: absolute;
    right: 8px;
    top: 20px;
}

.contentarea p
{
    padding: 0;
    line-height: 1.4em;
}

.contentareaheader
{
    overflow: hidden;
}

.contentareaheader h2
{
    line-height: 2em;
}

.contentareaheader .image
{
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.contentareaheader .image img
{
    margin-bottom: 2px;
}

.contentareaheader .image .credit
{
    font-size: 0.5em;
    text-transform: uppercase;
    text-align: right;
}

.contentarea .column
{
    float: left;
    width: 188px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    margin-bottom: 15px;
    overflow: visible;
    position: relative;
}

.contentarea .column .bestelbutton
{
    position: absolute;
    bottom: 0px;
}

.contentarea .column h1
{
    padding: 0;
}

.contentarea .column .caption
{
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 5px;
}

.contentarea .buttonpush
{
    height: 20px;
}

.contentarea h1, .contentarea h2
{
    padding: 0;
}

.contentarea .prijslijst
{
    display: block;
    position: relative;
}
.contentarea .prijslijst img
{
    float: left;
    border-right: 5px solid #fff;
}
.contentarea table
{
    padding: 0;
    font-size: 0.8em;
    line-height: 1.4em;
}

/* --- ROWS  & COLUMNS -------------- */
.row
{
    clear: both;
}

.col
{
    float: left;
    overflow: hidden;
}

#centercols
{
    height: auto;
    overflow: hidden;
    width: 574px;
    margin-top: 8px;
}
#centercols .col
{
    background-color: #fff;
    height: 100%;
    width: 186px;
    overflow: hidden;
    margin: 0;
}

#centercols .col .colcontent
{
    margin-bottom: 20px;
}

#centercols .col .colcontent .img
{
    margin-bottom: 5px;
    width: 186px;
    height: 122px;
    overflow: hidden;
}
#centercols .col .colcontent img
{
    width: 186px;
}

#homepagecol1.col
{
}
#homepagecol2.col
{
    width: 186px;
    margin: 0 8px; /*     margin: 0 13px 0 14px;     padding-left: 1px; */
}
#homepagecol3.col
{
}
#homepagecol3.col .colcontent .img
{
    text-align: right;
}


#centercols_bottom
{
    clear: both;
    width: 565px;
    height: 5px;
    background-color: #fff;
    overflow: hidden;
}


/* --- Media ----------------------------- */
/* styles voor de mediaplayer */
.player
{
    /*     border: 1px solid #888;     outline: 1px solid #fff;     -moz-outline-radius: 4px;     */
    width: 565px;
    height: 318px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

#homepage .player
{
}

.row.captcha div div
{
    display: inline-block;
    float: none;
    margin-left: 0px !important;
    
}



.row.captcha img
{
    border: 5px solid #FFEE01;
}

.row.captcha input
{
    margin-left: 170px;
}
