/************************************************************************************
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");


                  
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;
}


/*Bild mit Gitarrenspieler*/        
img#pict_gitarre{
                  width: 247px; 
                  height: 221px; 
                  border: none;
                  float:left;
                  margin: -8px 0 0 0px;
                }
                
object#fla_festival{
                float:left;
                margin-top:1px;
              }
              
div#bg_sophie-festival{
                         width:650px;
                         height:326px;
                         background:url(../../images/sophie-festival_all/bg_sophie-festival.png) no-repeat scroll bottom left;
                         float:left;
                         padding: 50px 0 0 50px;
                         margin-top:2px;

                       }
                





