@charset "UTF-8";
/* CSS Document */

	
	body  {
    		background: #b20e1f url(../daten/bg.gif) ;
    	}
 	
	#all {
		
		width:100%;
		/*height:457px;*/
		margin:0;
		padding:0;
	}
	
	#kopf {
		background: transparent url(../daten/kopf-emerg.png) bottom left no-repeat;
		width:556px;
		height:100px;
		padding:0;
		margin:0;
	}
	
    
	*Html #kopf {
		background: transparent url(../daten/kopf-emerg.gif) bottom left no-repeat;
		width:556px;
		height:100px;
	}
	

/* emergency */		
    #emergency {
       background: transparent url(../daten/emergency-rot.png) no-repeat;
		width:167px;
		height:164px;  
		padding:30px 0 0 25px;   
    }

    *html #emergency {
       background: transparent url(../daten/emergency-rot.gif) no-repeat;
    }

    #emergency a {
        color:#ffffff;
    }

