@import url(https://fonts.googleapis.com/css?family=Abel);

html {
    background-color: #ffffff;
}
body {
    margin:0;
    font-size:14px;
/*    font-family:lucida sans,trebuchet ms,verdana,arial,sans-serif;
    font-family: 'Cinzel', serif;
    font-family: 'Bree Serif', serif; */
    font-family: 'Abel', sans-serif;
/*    color:#003366; */
	color:#333333;
    background-image:url(/themes/mumu/img/menu-hg.gif);
    background-repeat:repeat;
}

body.mobile {
    font-size: unset;
    line-height: unset;
    background-image: none;
}

#map-bg {
/* update: 2015-10 */
    position:absolute;
    left:0px;
    top:0px;
    background-image:url(/img/map/map-hg.jpeg);
    background-position:260px 98px;
    z-index:0;
    width:100%;
    height:162%;
}

/*
colors: lighter orange: #f19b1f


*/

.inline {
	display: inline;
}

