@font-face {
	font-family: 'bundessansweb';
	
	src: url("/eibe/javax.faces.resource/fonts/BundesSansWeb-Regular.woff.xhtml")  format('truetype');
	
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bundesserifweb';

	src: url("/eibe/javax.faces.resource/fonts/BundesSerifWeb-Regular.woff.xhtml")  format('truetype');
	
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: 'bundessansweb', 'bundesserifweb' ;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'bundesserifweb';
}

.ui-menubar .ui-menuitem-link {
    font-family: 'bundesserifweb' !important;
}

