@charset "UTF-8";
/* CSS Document */

    	body  {
    		background: #7b7b7b url(../daten/bg-neu.gif) 16px 0px ;
    	}
 	
	#all {
		background: transparent url(../daten/bg-flamme-neu3.gif) top left repeat-x;
		width:100%;
		/*height:457px;*/
		margin:0;
		padding:0;
	}
	
	
	#kopf {
		background: transparent url(../daten/kopf-neu.png) bottom left no-repeat;
		width:556px;
		height:100px;
	}
	
    *html #kopf {
		background: transparent url(../daten/kopf.gif) bottom left no-repeat;
		width:556px;
		height:100px;
	}

/* emergency */		
 #emergency {
       background: transparent url(../daten/emergency-neu.png) no-repeat;
		width:147px;
		height:147px; 
		padding: 25px 0 0 25px;  
		margin: 0; 
    }

    *html #emergency {
       background: transparent url(../daten/emergency-neu.gif) no-repeat;
    }

    
    #emergency a {
        background: transparent url(../daten/emerg-button.gif) top left  no-repeat;
        position: relative;
        height: 110px;
        padding: 0 0 110px 110px;
        margin: 0;
        width: 110px;
        color:#ffffff;
        
        }
    
    #emergency a:hover {
        background: transparent url(../daten/emerg-button.gif) 0px -140px  no-repeat;
         }
         
        
    #emergency a img {
        padding: 0;
        margin: 0;
        visibility: hidden;
    }
    
