/* CSS for mikrofan  */


/* GENERALS ............................................*/

@font-face {
    font-family: GraublauWeb;
    src: url(fonts/GraublauWeb.otf) format('opentype');
}

@font-face {
    font-family: GraublauWebBold;
    src: url(fonts/GraublauWebBold.otf) format('opentype');
}


::selection { background-color: #fff; }

a{
    color: white; 
    text-decoration: none;
    text-shadow: 0px 0px 2px white;
}   

a:hover{
    color: white; 
    text-decoration: none;
    text-shadow: 1px 1px 15px black;

}

b{font-size: 10px; text-transform: uppercase;}

img{border: none;}
    
body{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    overflow: hidden;
}



/* HEADER ............................................*/

#head{
    position: absolute;
    left: 60px;
    top: 90px;
    width: 409px;
    height: 400px;
    z-index: 99;
    float: right;
    
}

#header_img{
    background: url(../art/mikrofan-header.png) no-repeat;
    width: 409px;
    height: 110px;
}

#kranz{
    position: absolute;
    top: -55px;
    right: 0px;
    background: url(../art/hofer-filmtage-kranz.png) no-repeat;
    width: 72px;
    height: 47px;
}

#menue{
    position: relative;
    height: 40px;
    font-family: GraublauWeb, arial !important;
    text-transform: uppercase;
    font-size: 15px;
    text-align: right;
    color: white;
}

#menue a{
    cursor: pointer;
}

#container{
    position: absolute;
    width: 100%;
    height: 100%;
}

#bg{
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

#bg img{
    width: 100%;
    height: 100%;
}


.txtbox{
    display: none; 
    top: 98px;
    left: 490px;
      
    -moz-box-shadow: 0px 0px 5px black;
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color: white;
    font-size: 1em;
    line-height: 1.2em;

    background-color: black;
    filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
    
    z-index: 99;
    padding: 25px;

  
}




#ffh{
    position: absolute;
    bottom: 20px;
    left: 25px;
    z-index: 99;
    }
    
#ffh img{ width: 80px; }



.x{
    position: absolute;
    vertical-align: bottom;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
.xxx{
    position: absolute;
    right: 2px;
    bottom: 2px;
    cursor: pointer;
}


/* textboxn */

#crew{
    position: absolute;
    width: 350px;
}

#kontakt{
    position: absolute;
    width: 220px;
}
    
#presse{
    position: absolute;
    width: 400px;
} 
    
#synopsis{
    overflow: hidden;
    position: absolute;
    width: 428px;
    height: 568px;
    padding: 0px !important;
} 

#imkino{
    position: absolute;
    width: 350px;
} 


/* ipad wrapper */
#wrapper {
    position:relative;
    z-index: 1;
    width: 380px;
    height: 495px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
}
       


#meerfilm-logo{
    position: absolute;
    top: 245px;
    left: 415px;
    width: 69px;
    height: 17px;
    z-index: 99;
}


#socialinks{
    position: absolute;
    top: 250px;
    left: 210px;
    width: 200px;
    height: 20px;
    float: left;
    z-index: 99;
}


.slogo{
    float: left;
    padding-left: 5px;
}
.slogo:hover{filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;}



#facebook-like{
    position: absolute;
    top: 50px;
    left: 271px;
    width: 69px;
    height: 17px;
    filter:alpha(opacity=35);-moz-opacity:.35;opacity:.35;
    z-index: 99;
}

.logo:hover{filter:alpha(opacity=35);-moz-opacity:.45;opacity:.45;}








