/* getting the fonts */
@font-face {
    font-family: 'berlin';
    src: url('../fonts/brlnsdb-webfont.eot');
    src: url('../fonts/brlnsdb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brlnsdb-webfont.woff2') format('woff2'),
         url('../fonts/brlnsdb-webfont.woff') format('woff'),
         url('../fonts/brlnsdb-webfont.ttf') format('truetype'),
         url('../fonts/brlnsdb-webfont.svg#berlin_sans_fb_demibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'alef';
    src: url('../fonts/alef-regular-webfont.eot');
    src: url('../fonts/alef-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alef-regular-webfont.woff2') format('woff2'),
         url('../fonts/alef-regular-webfont.woff') format('woff'),
         url('../fonts/alef-regular-webfont.ttf') format('truetype'),
         url('../fonts/alef-regular-webfont.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{

}


#header_headline{
	font-family: berlin;
	direction: ltr;
}


.ui-panel {
  background-color: #f6eeee;
}

