
/* Stylsheet */
/* c 2015 Heinz Beilharz */
/*


/* Open Sans Font einbinden */
@font-face {
	font-family: 'Open Sans';
	src: url("OpenSans-Regular.eot") format("eot"), /* Browserweiche für IE */
		url("OpenSans-Regular.ttf") format("truetype"),
		url("OpenSans-Regular.woff") format("woff");
}


/*--------------------------------------------------------------*/

/* Aleo Font einbinden */
@font-face {
	font-family: 'Aleo Light Italic';
	src: url('aleo-lightitalic-webfont.eot') format('eot'), /* Browserweiche für IE */
		url('aleo-lightitalic-webfont.woff') format('woff'),
		url('aleo-lightitalic-webfont.ttf') format('truetype'),
		url('aleo-lightitalic-webfont.svg') format('svg');	
}

/* AmsiProCond-Bold Font einbinden */
@font-face {
	font-family: 'AmsiProCond-Bold';
	src: url('webfonts/2D9D93_0_0.eot') format('eot'), /* Browserweiche für IE */
		url('webfonts/2D9D93_0_0.woff') format('woff'),
		url('webfonts/2D9D93_0_0.ttf') format('truetype'),
		url('webfonts/2D9D93_0_0.svg') format('svg');	
}




