@font-face {
    font-family: fraktur;
    src: url(../languages/de-german/TypographerFraktur-Medium.ttf);
}

.fraktur {
    font-family: fraktur;
	font-size: 115%;
}

/*  THIS IS FOR WHEN CERTAIN WORDS ARE NOT IN THE GERMAN BLACKLETTER FONT - TURNED OFF FOR THE MOMENT
div.fraktur .antiqua {
	font-family: tahoma,helvetica,sans-serif;
}
*/

.niceAndClearText { /*where stupid fonts don't work*/
	font-family: tahoma,helvetica,sans-serif;
}

/*needed to override normal style in PHP code*/
div.languageEvent div,
div.languageEvent .languageDate,
div.languageEvent .languageAddress,
div.languageEvent .languagePostcode
{ 
	font-family: fraktur;
}