/************************************************************************************
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#sophie_sophie_vis a span{
                       background:url(../../images/global_all/btn_sophie.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#cover_sophie{
                  width: 212px; 
                  height: 303px; 
                  border: none;
                  float:left;
                  margin: 7px 0 0 22px;
                }
                
img#glob_trenn_sophie{
                  width: 10px; 
                  height: 303px; 
                  float:left;
                  margin: 7px 0 0 0;
              } 
              
div#sophie_text{
                width:430px;
                height:303px;
                background-image: url(../../images/helden_all/bg_text.png);
                float:left;
                padding: 0px 0 0 7px;
                margin:7px 0 0 0;
            }
            






