/* CSS Document */

@charset "UTF-8";

@font-face {
	font-family: HoratioDL;
	src: url('../css/horatio_d_light.ttf');
   /* 	 url('Sansation_Light.eot'); /* IE9+ */
}
@font-face {
	font-family: HoratioDM;
	src: url('../css/horatio_d_medium.ttf');
   /* 	 url('Sansation_Light.eot'); /* IE9+ */
}

.text_inhalt {
	font-family: HoratioDL, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #333;
	text-decoration: none;
}

.ueberschrift {
	font-family: poiret-one;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-align: justify;
	color: #333;
	text-decoration: none;
	}
