/*Schriften
-------------------------------------------------*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
font-family: Delicious;
 src: url('/fonts/delicious.otf') format("opentype");
}

@font-face {
font-family: Nevis;
 src: url('/fonts/nevis.ttf') format("truetype");
}

.schrift {
	font-family: Nevis, Verdana, Arial, Helvetica, sans-serif;
}

.schatten {
	text-shadow:0px 0px 5px #294c94;
}
