* {
    margin: 0;
    padding: 0;
    font: 12px "Helvetica Neue", "Verdana";
}

body
{
    background-color: #000000;
}

.activateJS {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #000000;
    background-color: #fcffae;
    padding-top: 4px;
    display: block;
    text-align: center;
}

.bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../gfx/bg.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

#logo {
    float: right;
    margin: 30px;
    margin-bottom: 0px;
}

#menu {
    clear: right;
    float: right;
    width: 915px;
    background-position: bottom;
    padding-bottom: 10px;
    margin-top: 20px;
    list-style-type: none;
}
#menu li {
    float: left;
    margin-left: 40px;
}
#menu li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12pt;
    color: #5c5c5c;
    font-weight: bold;
}
#menu a.current {
    color: #ffffff;
}
#menu a:hover {
    color: #ffffff;
}

a.lightbox img {
    border: none;
}

#container {
    clear: right;
    float: right;
    width: 915px;
    height: 620px;
    border: 1px solid #000000;
    border-right: none;
    position: relative;
    padding-left: 45px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.bubble {
    background-image: url('../gfx/blackb_bg.png');
    margin-top: 45px;
    color: #fff;
    height: 560px;
}

.bubble .inner {
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 15px
}

.bubble a {
    color: #fff;
    font-weight: bolder;
}
.bubble a:hover {
    color: #5c5c5c;
}

.tab {
    clear: right;
    float: right;
    width: 915px;
    height: 590px;
    position: relative;
}

.ajaxContent {
    display: none;
}

.mail {
    float: left;
}
#filmelements li h1 {
    display: none;
}
