/* CHANNEL (navi)
-------------------------------------------------------- */
#channelbuttons {
    clear: both;
    height: 2em;
    line-height: 2em;
    font-size: 0.857em;
	overflow:hidden;
    }
/* navi button box
-------------------------------------------------------- */
#channel {
    position: relative;
    }
#channelbuttons span {
    display: block;
    float: left;
    }
#channelbuttons span a {
    display: inline-block;
    float: left;
    padding: 0 0.8em;
    outline: 0;
    cursor: pointer;
    }
#channelbuttons span a:hover,
#channelbuttons span a.active {
    color: #fff;
    background-color: #999999;
    cursor: pointer;
    }
/* navi buttons
-------------------------------------------------------- */
#channel a {
    cursor: pointer;
    }
#channel a.button {
    display: inline-block;
    }
#channel a.button:hover,
#channel a.button_aktiv {
	color: #fff;
    }
*html #channelbuttons span a,
*html #channelbuttons span a:hover,
*html #channelbuttons span a.active,
*html #channel a  {
    cursor: hand;
    }
#channel object,
#channel embed {
    margin:0 !important;
    }
/* PLAYER
-------------------------------------------------------- */
#player {
    float: left;
    width: 45.643em;
    margin-top: 1.357em;
    }
/* MOVIEDETAILS
-------------------------------------------------------- */
#moviedetails {
    position: absolute;
    top: 560px;
    overflow: hidden;
    width: 630px;
    left:0;
    }
#moviedetails .bild {
    display: none;
    }
#moviedetails .text {
    color:#fff;
    font-size: 1em;
    line-height: 1.357em;
    }
#moviedetails .text h1 {
    font-weight: bold;
    }
#moviedetails .text a {
    color: #19BCE9;
    }
#moviedetails .text a:hover {
    color: #990000;
    }
#moviedetails .text .icon {
    float: left;
    margin: 0 .5em 0 0;
    }
/* MOVIELIST (subnavi)
-------------------------------------------------------- */
#movielist {
    float: right;
    margin: 1.357em 0;
    width: 22.929em;
    height: 45em;
    overflow:auto;
    }
/* navi buttons
-------------------------------------------------------- */
#movielist div {
    margin: 0;
    width:auto;
    }
#movielist a.button,
#movielist a.button_aktiv {
    display: block;
    overflow: hidden;
    color: #fff;
    padding: .071em .286em .286em;
    outline: 0;
    }
#movielist .button img,
#movielist .button_aktiv img {
    float:left;
    margin-right: .5em;
    } 
#movielist .button span.bild,
#movielist .button_aktiv span.bild {
    float:left;
    width: 5.714em;
    height: 4.286em;
    margin: .214em .5em 0 0;
    }
/* no vids
-------------------------------------------------------- */
#movielist span.text {
    font-size: .857em;
    font-family: Arial, Sans-serif;
    }
#movielist .button strong,
#movielist .button_aktiv strong {
    color:#ffffff !important;
    }
/* OVERLAY
-------------------------------------------------------- */
#overlay {
    float: left;
    width: 45.643em;
    margin-top: 1.357em;
    background-color:#000;
    z-index:999;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    }
/* WETTER
-------------------------------------------------------- */
#movielist #wetter {
    display: none;
    }