@charset "UTF-8";
/* IMG Replacements for Exportverpackungen*/

#headline {
	width: 495px;
	height:22px;
	overflow:hidden;
	position: relative;
	}
#headline span {
	background: url(../img/headline_01_index.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#subheadline {
	width: 495px;
	height:68px;
	overflow:hidden;
	position: relative;
	}
#subheadline span {
	background: url(../img/subheadline_01_index.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
