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

img#bg_sophie-bilder{
                     width: 701px; 
                     height: 210px; 
                     border: none;
                     margin:33px 0 0 -1px;
                     float:left;
                    }
                    
img.sophie_gallery_thumb{
                          width: 50px; 
                          height: 50px; 
                          border: none;
                          margin: 0 0 0 0px;
                       }                      
p#txt_klicken{
                float:right;
                margin-right: 48px;
              }



