/************************************************************************************
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_bilder a span{
                       background:url(../../images/global_all/btn_bilder.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#bg_karma-bilder{
                     width: 701px; 
                     height: 210px; 
                     border: none;
                     margin:33px 0 0 -1px;
                     float:left;
                    }
                    
img.karma_gallery_thumb{
                          width: 50px; 
                          height: 50px; 
                          border: none;
                          margin: 0 0 0 0px;
                       }                      
p#txt_einblick{
                margin-left:240px;
              }

p#txt_klicken{
                margin-right: 51px;
                float: right;
              }

