body {
  color: black;   
  font-size: 100.01%; 
  font-family: Helvetica,Arial,sans-serif; 
  margin: 0;
}   

a {
  text-decoration: underline !important;
}
#container, #footer, #sprache, #last {
  width: auto;
}

#branding {
  position: absolute;
  right: 2em;
}
#bmukk_logo {
  top: 1.3em;
}
#bmukk_logo img {
  width: 15em;
  height: auto;
}

#suche, #fontsizer, #calendar {
  display: none;
}

#content {
  margin: 0 18em 0 3.5em !important;
  min-height: 0;
  padding-bottom: 5em;
}

#rightcolumn {
  width: 12em !important;
  top: 7em !important;
  right: 0;
  left: auto !important;
}


.smallboxes .event {
  width: 15em !important;
  font-size: 80%;
}

.event p, .event h3, .event a {
  color: #000 !important;
}

#footer {
  padding-top: 0;
  border-top: 1px solid #888;
}

/* Falls die Lightbox aktiv ist: Gesamte Page mit weißem GIF überdecken, damit keine Überlappungen entstehen
(Backgrounds werden per Default nicht gedruckt) */
   
#lightboxprintbackground {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#lightboxcontent {
  position: absolute;
}

