/************************************************************************************
Datei:          karma.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_kam_vis a span{
                       background:url(../../images/global_all/btn_karma.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_karma{
                  width: 390px; 
                  height: 280px; 
                  float:left;
                  margin: 53px 0 0 22px;
                }
                
img#glob_trenn_karma{
                  width: 10px; 
                  height: 282px; 
                  float:left;
                  margin: 55px 0 0;
              } 
              
div#karma_text{
                width:250px;
                height:303px;
                background-image: url(../../images/karma_all/bg_text.png);
                float:left;
                padding: 0px 0 0 2px;
                margin: 7px 0 0 0px;
            }

#layer {
  position: absolute;
  border: 0px solid red;
  background-image: url(../../images/karma_all/overlayer.png);
  left: 50%;
  top: 50%;
}          








