/************************************************************************************
Datei:          sophie.css
Beschreibung:   Formatierungen der Elemente in index.html
Erstellt von:   Elias Sasek
*************************************************************************************/

/************************************/
/*Import weiterer Stylesheets        /
/************************************/
@import url("global.css");
@import url("global-body.css");

li#karma_premiere a span{
                       background:url(../../images/global_all/btn_kino.png) no-repeat scroll bottom left;
                       background-position:-147px;
                  }

ul#menu li a.kino_vis {
		width:119px;
		background-position:-100px -34px;
    margin: 0 0 0 -41px;
}

ul#menu li a.kino_vis span{
		background-position:-100px -34px;
}
          

img#flyer_karma_aktuell
                        {
                          width: 118px; 
                          height: 154px; 
                          float:right;
                          margin: 78px 0 0 0;
                        }
                        
div#bg_premierekarma{
                      width:699px;
                      height:543px;
                      background-image: url(../../images/karma-premiere_all/premiere_bg_schleier.png);
                      margin: 1px 0 0 0;
                      margin: 74px 0 0 -15px;
                    }
