/***********************************************************
 * secties: RESET ALGEMEEN MASTERPAGE TOPMENU RONDE_HOEKEN *
 * HOMEPAGE AGENDALIJST CONTENT NIEUWSOVERZICHT  FESTIVAL  *
 ***********************************************************/

/*************
 *   RESET   *
 *************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-style: normal /* on IE7 inherit won't work with address -HJB*/;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background-image: url('../images/bg-all.gif');
    background-color: #000;
    background-position: center;
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
}
ol, ul
{
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}



/************
 * ALGEMEEN *
 ************/

body
{
    font-family: Arial, Helvetica;
}

.pink
{
    color: #bb0058 !important;
}

.black
{
    color: #000 !important;
}

.white
{
    color: #fff !important;
}

h1
{
    color: #000;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 0.8em;
    line-height: 1.2em;
}


h2
{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    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: #bb0058;
    text-decoration: none;
    font-weight: 600;
}

.contentarea
{
    display: block;
    background-color: #fff;
    padding: 0;
    width: 574px;
    overflow: visible;
    position: relative;
}

.contentarea .genre_icon
{
    display: none;
    position: absolute;
    right: 8px;
    top: 20px;
}
.contentarea p
{
    padding: 0 8px;
    line-height: 1.4em;
}

.contentareaheader
{
    padding-top: 15px;
    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: 175px;
    min-height: 120px;
    height: auto !important;
    height: 120px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    overflow: visible;
    position: relative;
}

.contentarea .doublecolumn
{
    width: 366px;
}



.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: 0px;
    margin-left: 8px;
}

.contentarea .prijslijst
{
    display: block;
    position: relative;
}
.contentarea .prijslijst img
{
    float: left;
    border-right: 5px solid #fff;
}
.contentarea table
{
    padding: 0 8px;
    font-size: 0.8em;
    line-height: 1.4em;
}

/****************
 *  MASTERPAGE  *
 ****************/

#container
{
    background-color: #bb0058;
    width: 974px;
    margin: 0 auto;
}

#header
{
    width: 974px;
    height: 60px;
}

#leftcolumn
{
    clear: both;
    float: left;
    width: 200px;
}
#centercolumn
{
    display: block;
    width: auto;
    padding: 0px 200px;
}

#rightcolumn
{
    float: right;
    width: 200px;
    height: 200%;
    z-index: 1;
}

#footer
{
    clear: both;
    width: 100%;
    height: 10px;
}


/* --- header elements --- */
#logo
{
    background-image: url('../images/logo.gif');
    width: 400px;
    float: left;
    height: 100%;
    height: 60px;
}

#logo h1
{
    position: relative;
    left: -5000px;
}


/* --- left column elements --- */
.button
{
    display: block;
    width: 173px;
    margin-left: 7px;
    margin-bottom: 8px;
    background-color: #fff;
    padding: 5px 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 0.8em;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

#zoekbox
{
    display: block;
    width: 173px;
    margin-left: 7px;
    margin-bottom: 8px;
    background-color: #fff;
    position: relative; /*text-transform:uppercase;*/
    padding: 5px 6px;
}

#zoekbox h1
{
    font-weight: 600;
    font-size: 0.8em;
    line-height: 0.8em;
}

#zoekbox .dropdown
{
    background-color: #bb0058;
    background-repeat: no-repeat;
    background-position: right; /*text-transform:uppercase;*/
    line-height: 2em;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; /*font-weight: 600;*/
    margin: 5px 0;
    padding: 0 5px;
    z-index: 1;
}

#opdatum, #opgenre
{
    padding: 0px !important;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    height: 21px;
    position: relative;
    width: 173px;
}

.showOverflow
{
    overflow: visible !important;
}

#opdatum img, #opgenre img
{
    margin: 1px 0px;
}

#opgenre .flyout
{
    position: relative;
    left: 0px;
    top: 0px;
    background-color: white;
    width: 153px;
    z-index: 10;
    padding: 10px;
    padding-top: 5px;
    -moz-border-radius: 10px; /*		                 filter:alpha(opacity=90);     -moz-opacity:0.85;     -khtml-opacity: 0.85;     opacity: 0.85;     */
}

#opgenre .flyout li
{
    border-bottom: none !important;
}

#opgenre .flyout a:link, #opgenre .flyout a:visited, #opgenre .flyout a:active
{
    color: Black;
    font-size: 110%;
}

#opgenre .flyout a:hover
{
    color: #bb0058;
}

#zoekbox .trefwoord
{
    background-color: #bb0058;
    color: #fff;
    font-size: 0.6em;
    font-weight: 600;
    margin: 0 0 5px 0px;
    padding: 3px 5px;
    border-style: none;
    width: 144px;
    height: 14px;
    margin-top: -1px;
    text-transform: uppercase;
    float: left;
}

.subboxje
{
    float: right;
    margin-top: -1px;
    margin-left: 0px;
}

* + html .subboxje
{
    margin-top: -26px;
}

.zoekbutton
{
    background: #bb0058 url('../images/arrow_right.gif');
    color: #FFFFFF;
    width: 19px;
    height: 20px;
    border-width: 0px;
}

.iconholder
{
    display: block;
    width: 173px;
    margin-left: 7px;
    margin-bottom: 7px;
    padding: 0px 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 0.8em;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

.sidecolumnitem
{
    width: 175px;
    margin-left: 7px;
    margin-bottom: 8px;
    background-color: #000;
    padding: 5px;
    position: relative;
    z-index: 0;
}



.sidecolumnitem .kop
{
    min-height: 2.7em;
}

.sidecolumnitem .imgdiv
{
    margin-top: 5px;
    width: 174px;
    height: 110px;
    margin-bottom: 2px;
    overflow: hidden;
}

.sidecolumnitem img
{
    width: 174px;
    height: 110px;
}

.sidecolumnitem a:link, .sidecolumnitem a:visited, .sidecolumnitem a:hover, .sidecolumnitem a:active
{
    display: block;
    color: White;
    font-size: 0.7em;
    text-decoration: none;
    padding-bottom: 2px;
}


/***********
 * TOPMENU *
 ***********/
#menu
{
    position: relative;
    z-index: 10;
    float: right;
    width: 574px;
}

#menu ul
{
    display: block;
    width: 574px;
    float: left;
    list-style: none;
    margin: 0px;
    margin-top: 17px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100;
}

/* level1 */

#menu li.Level1
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}


#menu li.Level1 span, #menu li.Level1 a, #menu li.Level1 a:link, #menu li.Level1 a:active, #menu li.Level1 a:visited
{
    font: bold 12px Arial, Helvetica, sans-serif;
    display: block;
    padding: 0 6px;
    text-decoration: none;
    color: White;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

#menu a, #menu a:link, #menu a:active, #menu a:visited
{
    text-decoration: none;
}


/* level2 */

#menu li.Level1:hover a, #menu li.Level1.sfHover a
{
    text-decoration: underline;
}

#menu li.Level1 ul
{
    list-style: none;
    margin: 0;
    position: absolute;
    top: -999em;
    left: -10px;
    width: 175px;
    background-color: #fff;
    -moz-border-radius: 10px; /*	filter:alpha(opacity=95); 	-moz-opacity:0.95; 	-khtml-opacity: 0.95; 	opacity: 0.95;*/
}

#menu li.lastLI ul
{
    left: -90px;
}


#menu li.Level2
{
    /*background-image: url('../images/onlyLI.gif'); */
    white-space: nowrap;
    display: block;
    height: 20px;
    width: 175px;
    border: 0;
    float: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    background-color: transparent !important;
    margin-bottom: -1px;
}



#menu li.Level2 span, #menu li.Level2 a, #menu li.Level2 a:link, #menu li.Level2 a:active, #menu li.Level2 a:visited
{
    white-space: nowrap;
    overflow: hidden;
    font: bold 11px Arial, Helvetica, sans-serif;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: bold;
    line-height: 20px;
}


#menu li.Level2:hover span, #menu li.Level2 a:hover
{
    color: #bb0058;
}








#menu li.Level1:hover ul, #menu li.Level1.sfHover ul
{
    top: 11px;
}



#menu li.Level2:hover ul, #menu li.Level2.sfHover ul
{
}


#menu li.Level2 ul, li.Level3
{
    display: none;
}

#menu a.mvlink:link, #menu a.mvlink:active, #menu a.mvlink:visited, #menu a.mvlink:hover
{
    display: block;
    float: right;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 8px;
    margin-right: 10px;
}


/******************
 *  RONDE_HOEKEN  *
 ******************/
.rounded
{
    -moz-border-radius: 5px;
}

.roundedtop
{
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

.tl
{
    position: absolute;
    overflow: hidden;
    height: 5px;
    width: 5px;
    background-image: url('../images/tl.png');
    top: 0px;
    left: 0px;
}

.tr
{
    position: absolute;
    overflow: hidden;
    height: 5px;
    width: 5px;
    background-image: url('../images/tr.png');
    top: 0px;
    right: 0px;
}

.bl
{
    position: absolute;
    overflow: hidden;
    height: 5px;
    width: 5px;
    background-image: url('../images/bl.png');
    bottom: 0px;
    left: 0px;
}

.br
{
    position: absolute;
    overflow: hidden;
    height: 5px;
    width: 5px;
    background-image: url('../images/br.png');
    bottom: 0px;
    right: 0px;
}



/**************
 *  HOMEPAGE  *
 **************/

#aankondiging
{
    display: block;
    width: 574px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#aankondiging img
{
    margin: 0px;
}

#centercols
{
    height: auto;
    background-color: #bb0058;
    background-image: url(../images/bg-centercols.gif);
    background-repeat: repeat-y;
    overflow: hidden;
    width: 574px;
}

.centercol
{
    position: relative;
    width: 186px;
    overflow: hidden;
    border-top: 6px solid #bb0058;
    background-color: #fff;
}

.colcontent
{
    margin: 6px;
    margin-bottom: 12px;
}

.centercol img
{
    margin: 6px;
    margin-bottom: 0px;
}

.centercol img.imgnews
{
    margin: 6px;
    margin-bottom: 0px;
    width: 174px;
    height: 120px;
    border: 0px;
}



#nieuwsberichten
{
    float: left;
    border-right: 4px solid #bb0058;
    height: 100%;
}

#uitgelicht
{
    float: left;
    border-left: 4px solid #bb0058;
    border-right: 4px solid #bb0058;
    height: 100%;
}

#tipvdprogrammeur
{
    float: right;
    border-left: 4px solid #bb0058;
    height: 100%;
}



#centercols_bottom
{
    width: 574px;
    height: 5px;
    background-color: #fff;
    background-image: url('../images/centercols-bottom.png');
    overflow: hidden;
}


/***************
 * AGENDALIJST *
 ***************/


.agendalijstitem
{
    position: relative;
    height: 36px;
    padding: 0px;
    background-color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: 1px solid #bb0058;
}

.agendalijstitem .col1
{
    position: absolute;
    width: 50px;
    top: 0px;
    left: 0px;
    margin-top: 4px;
}

.agendalijstitem .col1 .img
{
    height: 28px;
    width: 43px;
}


.agendalijstitem .col2
{
    position: absolute;
    top: 0px;
    left: 50px;
    width: 80px;
    margin-top: 4px;
}
.agendalijstitem .col2 .datum
{
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    height: 17px;
}
.agendalijstitem .col2 .datum .maand
{
    text-transform: lowercase;
    font-size: 0.8em;
    font-weight: 600;
}

.agendalijstitem .col2 .tijd
{
    font-size: 0.6em;
}

.agendalijstitem .col3
{
    margin-top: 4px;
    position: absolute;
    top: 0px;
    left: 130px;
    width: 80px;
}

.agendalijstitem .col3 .genre
{
    font-size: 0.6em;
    line-height: 1.5em;
    height: 17px;
}

.agendalijstitem .col3 .festival
{
    font-size: 0.6em;
}

.agendalijstitem .col4
{
    margin-top: 4px;
    position: absolute;
    top: 0px;
    left: 215px;
    width: 225px;
}

.agendalijstitem .col4 .titel
{
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.1em;
    height: 17px;
}

.agendalijstitem .col4 .meer
{
    font-size: 0.6em;
}

.agendalijstitem .col5
{
    margin-top: 4px;
    position: absolute;
    top: 0px;
    left: 440px;
}
.agendalijstitem .col5 img
{
    margin-top: 5px;
}



.agendalijstitem:hover
{
    background-color: #ffe6ef;
}


/*******************
 * NIEUWSOVERZICHT *
 *******************/

.nieuwsoverzichtitem
{
    margin-top: 18px;
    padding-right: 10px;
}

.nieuwsoverzichtitem img
{
    float: right;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 8px;
}

.nieuwsoverzichtitem h1
{
    line-height: 1.5em;
    font-weight: 400;
}

.nieuwsoverzichtitem h2
{
    line-height: 1.5em;
}


/************
 * FESTIVAL *
 ************/

#festivalcontent
{
    padding-top: 15px;
    font-size: 0.8em;
    padding: 15px 8px 15px 8px;
    line-height: 1.2em;
}

#festivalcontent p
{
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0;
}

#festivallijst
{
    padding-top: 10px;
}

#festivallijst h1
{
    font-weight: 400;
    margin-bottom: 4px;
}

ul.nav li a, ul.nav li li a, ul.nav li.Level1 a, #myFlyout ul li a
{
    /*font-size:11px !important;	*/
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}
/* cut out IE7 menu - start */
#menu li.Level1 ul
{
    border-width: 0px;
    background-color: Transparent;
}
#menu li.Level2 ul
{
    margin: 0 -1px;
    padding: 0;
    height: 1%;
}
#menu li.Level2
{
    margin-top: 0px;
}
#menu li.Level1 ul, #opgenre .flyout, #opgenre .flyout ul
{
    width: 185px !important;
}
#opgenre .flyout ul li
{
    padding-left: 10px;
}
#menu li.Level1 ul li, #opgenre .flyout li
{
    background-image: url('../images/middle.png');
    width: 185px !important;
    background-repeat: repeat-y;
    height: 1%;
}
#opgenre .flyout li
{
    width: 175px !important;
    border-bottom: none !important;
}
#opgenre .flyout
{
    border-width: 0px;
    background-color: Transparent;
    left: -12px;
    top: -5px;
}
#menu li.Level1 ul li.firstLI, #opgenre .flyout li.firstLI
{
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    height: 20px;
    padding-top: 11px;
    background-color: transparent;
}
#menu li.Level1 ul li.lastLI, #opgenre .flyout li.lastLI
{
    background-image: url('../images/bottom.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 31px;
    margin: 0px;
}
#menu li.Level1 ul li.lastLI
{
    height: 25px;
}
/* cut out IE7 menu - end *//* IE6 hacks - start */
* html #centercols
{
    xborder: 1px solid white;
    xwidth: 574px;
    overflow: auto;
}
* html .centercol
{
    overflow: hidden;
}
* html #uitgelicht
{
    width: 186px;
}
* html #tipvdprogrammeur
{
    width: 186px;
}
* html #nieuwsberichten
{
    width: 186px;
}
/* IE6 hacks - end */


.info h1
{
    white-space: nowrap;
}
.info .bestelstatus
{
    float: right;
    margin-top: -19px;
    margin-right: 40px;
}

.sponsorcategorie
{
    padding: 20px 0px 0px 10px;
}
.contentarea .sponsorcategorie h1
{
    padding-left: 0px;
}
.contentarea .sponsorcategorie img
{
    margin: 8px 8px 0 0;
    width: 100px;
    height: 100px;
}

.padding
{
    padding: 8px;
}
.padding-y
{
    padding: 8px 0;
}
.padding-x
{
    padding: 0 8px;
}

.contentarea table.voorstelling-info
{
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    font-size: 100%;
    border-bottom: 1px solid #bb0058;
    width: 574px;
}
.contentarea table.voorstelling-info td
{
    vertical-align: bottom;
    width: 191px;
    margin: 0;
    padding: 0;
}
.contentarea table.voorstelling-info td.titel
{
    vertical-align: top;
    text-align: left;
    width: auto !important;
}
.contentarea table.voorstelling-info td.info
{
    text-align: left;
}
.contentarea table.voorstelling-info td.titel h1, .contentarea table.voorstelling-info td.info h1
{
    padding: 0px;
    margin: 0px;
}
.contentarea table.voorstelling-info td.status
{
    text-align: center;
}
.contentarea table.voorstelling-info td.plaatje
{
    text-align: left;
}
.contentarea table.voorstelling-info td.plaatje .caption
{
    clear: both;
    font-size: 0.8em;
}

.loginstatus
{
    display: block;
    float: left;
    margin-top: 8px;
    margin-left: 6px;
    font-size: 10px;
}
.loginstatus a:link, .loginstatus a:active, .loginstatus a:visited, .loginstatus a:hover
{
    color: #000000;
    font-size: 10px;
    text-decoration: underline !important;
    font-weight: normal;
}

