/************************************************************************************
Datei:          musik-augen.css
Beschreibung:   Formatierungen der Elemente in musik-augen.html
Erstellt von:   Elias Sasek
*************************************************************************************/

/************************************/
/*Import weiterer Stylesheets        /
/************************************/
@import url("global.css");
@import url("global-body.css");

li#musik_keinkrieg_vis a span{
                       background:url(../../images/global_all/btn_keinkrieg.png) no-repeat scroll bottom left;
                       background-position:-147px;
                  }
                  
ul#menu li a.sonstige_vis {
  width:116px;
  background-position:-218px -34px;
  margin: 0 0 0 -41px;
}

ul#menu li a.sonstige_vis span{
  background-position:-218px -34px;
}

div#cont_download_augen{
                  background:url(../../images/musik-augen_all/cont_download.png) no-repeat scroll bottom left;
                  width:222px;
                  height:142px;
                  padding: 0 0 0 20px;
                  float:left;
                  margin: 30px -5000px 0 35px;
                  }
                  
div#cont_play_augen{
                background:url(../../images/musik-keinkrieg_all/cont_play.png) no-repeat scroll bottom left;
                width:221px;
                height:157px;
                float:left;
                padding: 0 0 0 20px;
                margin: 30px 0 0 35px;

             }
             
img#bg_musik-augen{
                width: 414px; 
                height: 362px; 
                border: none; 
                float:right;
                margin: 22px 2px 0 0;

                  }
                  
object#fla_augen{
                  float:left;
                }
                
img#glob_trenn{
                width: 10px; 
                height: 212px; 
                border: none; 
                float:left;
                margin: 0 0 0 -3px;
              }


