/*
 ****************************
 * STYLE FOR RADIO COLUMBIA
 ****************************
 */



/*
 * GLOBALE HTML STYLES
 */
*
{
    font-family: "arial", "helvetica", "verdana", sans-serif; 
    font-size: 14px;
}

body
{
    margin: 0px;
    background-color: #f4f4f4;
    background-image: url('bg.gif');
    color: #000;
}

a
{
    color: #000;
}
a:hover
{
    background-color: #00c;
    color: #fff;
}
ul, li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}


/*
 * HEADER
 */
#header
{
    background-image: url('header.jpg');
    background-repeat: repeat-x;
    width: 100%;
    padding: 0px;
    margin: 0px;
}


/*
 * LOGO
 */
#logo
{
    background-image: url('logo-cfm.jpg');
    background-repeat: no-repeat;
    width: 252px;
    height: 110px;
}


/*
 * ONAIR NOW
 */
#onair
{
    position: relative;
    left: 50px;
    height: 110px;
    background-image: url('onair.jpg');
    background-repeat: no-repeat;
}
#show
{
    position: relative;
    top: 8px;
    left: 140px;
    border: #fff solid 1px;
    padding: 2px;
    background-color: #c00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
#song
{
    position: relative;
    top: 17;
    left: 60px;
}




#adres
{
    text-align: left;
    width: 120px;
    margin-right: 15px;
    padding: 4px;
    background-color: #ddd;
    border: 1px;
    border-style: inset;
    font-size: 11px;
}
#adres a
{
    font-size: 11px;
}
#actueel
{
    width: 100%;
}
#disc
{
    position: relative;
    top: 0;
    left 0;
    width: 450px;
    height: 231px;
    text-align: right;
    background-image: url('satdis.gif');
    background-repeat: no-repeat;
    background-position: center right;
}
.satellite
{
    position: relative;
    top: -19px;
    left: -5px;
    background-image: url('004.jpeg');
    background-repeat: no-repeat;
}
#discartist
{
    position: absolute;
    top: 325px;
    left: 244px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
#disctitle
{
    position: absolute;
    top: 345px;
    left: 264px;
    color: #fff;
    font-size: 11px;
}
#luister
{
    padding: 0px;
    height: 231px;
    ibackground-image: url('mengpaneel.gif');
    ibackground-repeat: no-repeat;
    ibackground-position: bottom right;
    vertical-align: top;
    background-color: #b70100;
}
#luister img
{
    margin-left: 24px;
}
#luister .leuze
{
    color: #fff;
    margin-left: 70px;
    font-weight: bold;
}
#headlines
{
    padding: 0px;
    margin: 0px;
    height: 22px;
    background-image: url('luister-bottom-center.gif');
    background-repeat: repeat-x;
    display: inline;
}
#headlines a
{
    display: inline;
}
.marquee
{
    position: relative;
    top: 4px;
}
.bottomleft
{
    height: 23px;
    background-image: url('luister-striped.gif');
    background-repeat: repeat-x;
}
.bottomright
{
    height: 2px;
    background-image: url('luister-dashed.gif');
    background-repeat: repeat-x;
}
#page
{
    vertical-align: top;
    background-image: url('page.gif');
    background-repeat: no-repeat;
    width: 144px;
}
#content
{
    background-image: url('content.gif');
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
}
#links
{
}
#notice
{
    width: 100%;
    background-image: url('afsluiting.gif');
    background-repeat: repeat-x;
    color: #fff;
    padding-right: 10px;
}
#notice td
{
    font-size: 12px;
}
#notice a
{
    color: #fff;
    font-size: 12px;
}
#notice a:hover
{
    background-color: #c00;
    font-size: 12px;
}


/*
 * MENU
 */
.menu
/* #menu Do not use an id for this
   it would kill the dropdown menues in IE:( */
{
    background-image: url('luister-top-center.gif');
    background-repeat: repeat-x;
    background-position: 0px 0px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    /* text-align: right; IE cant handle align positioned classes;(
       it would kill the dropdown menues:( */
}
.menu a
{
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
}
.menu a:hover
{
    color: #fff;
    background-color: #00c;
}
.active
{
    color: #f00;
}
.submenucontainer
{
    filter: alpha(opacity=85); 
}
.submenulinks
{
    background-image: url('bg.png');
}
.submenulinks a
{
    display: block;
    color: #000;
    text-decoration: none;
}
.submenulinks a:hover
{
    background-color: #00c;
    color: #fff; /* needed for IE, it does not correct inherentance */
}




/*
 * PROGRAMMERING
 */
#programmering table
{
    padding: 0px;
}
#programmering td, th
{
    border: #ccc solid 1px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
}
#programmering a
{
    font-size: 12px;
    width: 100%;
    height: 100%;
    idisplay: block;
}
.showactive
{
    background-color: #00c;
    color: #fff;
    font-weight: bold;
}
.dayactive
{
    background-color: #ccc;
}
.houractive
{
    background-color: #ddd;
}



/*
 * YELLBOX
 */
#yellboxform a
{
    border: #f4f4f4 dashed 1px; /* needed to set size same as hover */
}
#yellboxform a:hover
{
    background-color: #f4f4f4;
    border: #000 dashed 1px;
}
#yellboxcontent
{
    border: #000 solid 1px;
    iwidth: 300px;
    height: 200px;
    overflow: auto;
}
.yellboxitem
{
    padding: 4px;
}
.yellboxitem .name
{
    font-weight: bold;
}
.odd
{
    background-color: #fff;
}
.even
{
    background-color: #ff6;
}




/*
 * BOX
 */
.box
{
    padding: 10px;
}
/*
.box a
{
    color: #000000;
    idisplay: block;
}
.box a:hover
{
    color: #fff;
    background-color: #ccc;
    idisplay: block;
}
*/
.box .top
{
    background-image: url('box-top.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 177px;
    height: 29px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 25px;
}
.box .center
{
    background-image: url('box-center.gif');
    background-repeat: repeat-y;
    padding-left: 10px;
    font-size: 12px;
}
.box .bottom
{
    background-image: url('box-bottom.gif');
    background-repeat: no-repeat;
    height: 3px;
}
.ad img
{
    margin-top: 5px;
    margin-bottom: 5px;
}



/*
 * TOPIC
 */
.topic
{
    /* padding c$moved to #content */
}
.topic .topleft
{
    width: 23px;
    height: 29px;
    background-image: url('topic-top-left.gif');
    background-repeat: no-repeat;
    background-position: top left;
}
.topic .topmiddle
{
    color: #c00;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    height: 29px;
    background-image: url('topic-top-middle.gif');
    background-repeat: repeat-x;
}
.topic .topright
{
    width: 4px;
    height: 29px;
    background-image: url('topic-top-right.gif');
    background-repeat: no-repeat;
    background-position: top right;
}
.topic .centerleft
{
    background-image: url('topic-center-left.gif');
    background-repeat: repeat-y;
    background-position: top left;
}
.topic .centermiddle
{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f3f3f3;
}
.topic .centerright
{
    background-image: url('topic-center-right.gif');
    background-repeat: repeat-y;
    background-position: top right;
}
.topic .bottomleft
{
    width: 8px;
    height: 29px;
    background-image: url('topic-bottom-left.gif');
    background-repeat: no-repeat;
}
.topic .bottommiddle
{
    height: 29px;
    background-image: url('topic-bottom-middle.gif');
    background-repeat: repeat-x;
}
.topic .bottomright
{
    width: 4px;
    height: 10px;
    background-image: url('topic-bottom-right.gif');
    background-repeat: no-repeat;
}



/*
 * NIEUWS
 */
.newsitem img
{
    float: right;
    border: #000 solid 1px;
    margin-left: 5px;
}



/*
 * WEER
 */
#titel_nieuws
{
    color: #c00;
    font-weight: bold;
}

/*
 * wordt gebruikt in nieuws, gastenboek:
 */
.date
{
    font-size: 10px;
}

