@font-face{ 
	font-family: 'DIN Light';
	src: url('../fonts/ff_din_light-webfont.eot');
	src: url('../fonts/ff_din_light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ff_din_light-webfont.ttf') format('truetype'),
	     url('../fonts/ff_din_light-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'DIN Medium';
	src: url('../fonts/ff_din_medium-webfont.eot');
	src: url('../fonts/ff_din_medium-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ff_din_medium-webfont.ttf') format('truetype'),
	     url('../fonts/ff_din_medium-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'DIN Regular';
	src: url('../fonts/ff_din_regular-webfont.eot');
	src: url('../fonts/ff_din_regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ff_din_regular-webfont.ttf') format('truetype'),
	     url('../fonts/ff_din_regular-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'DIN Bold';
	src: url('../fonts/ff_din_bold-webfont.eot');
	src: url('../fonts/ff_din_bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ff_din_bold-webfont.ttf') format('truetype'),
	     url('../fonts/ff_din_bold-webfont.svg#webfont') format('svg');
}

.bold {font-weight: bold;}
.italic {font-weight: italic;}
.dinregular {
	font-family: DIN Regular;
}
.dinbold {
	font-family: DIN Bold;
}
.dinlight {
	font-family: DIN Light;
}
.dinmedium {
	font-family: DIN Medium;
}