/************************************************************************************
Datei:          helden.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#helden_hsa_vis a span{
                       background:url(../../images/global_all/btn_hsa.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_helden{
                  width: 212px; 
                  height: 303px; 
                  border: none;
                  float:left;
                  margin: 12px 0 0 22px;
                }
                
object#flash_hsa{
                  float:right;
                }
                
div#hsa_text{
                width:430px;
                height:303px;
                background-image: url(../../images/helden_all/bg_text.png);
                float:left;
                padding: 0px 0 0 7px;
                margin: 12px 0 0 0;
            }
            
img#glob_trenn_helden{
                  width: 10px; 
                  height: 303px; 
                  float:left;
                  margin: 12px 0 0 0;
              } 
              
p#hsa_ptext{
            padding:0; 
            margin:0;
            }
                


              

                

            

            
