/************************************************************************************
Datei:          helden-schulunterricht.css
Beschreibung:   Formatierungen der Elemente in helden-schulunterricht.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;
}


                      
div.cont_themen:hover{
                 background-position:0px;
                }

            
img.btn_doc{
              width: 50px; 
              height: 48px; 
              border: none;
              float:right;
            }
            
img.btn_pdf{
              width: 49px;
              height: 51px;
              border: none;
              float:right;
            }
            
span.txt_themen{
                  float:left;
                  margin: 14px 0 0 16px;
                }
                
                
div.cont_themen{
                 width:482px;
                 height:54px;
                 background:url(../../images/helden-schule_all/cont_themen.png) no-repeat scroll bottom left;
                 background-position:-10px;
                 padding: 0 0 12px 0;
                 margin: 0 0 0 0;
                }
                
/*Titel Schulmaterial*/
img#txt_schulmaterial{
                        width: 399px; 
                        height: 82px; 
                        border: none;
                        margin: 13px 0 0 -78px;
                        padding:0 0 0 0;
                      }
                      


