body{font-family:Helvetica,Arial}
h2{font-family:Helvetica,Arial; font-size:14pt}
h4{font-family:Helvetica,Arial; font-size:10pt}
p,ul,ol,li,th,td,blockquote{font-family:Helvetica,Arial; font-size:10pt}
p.legende{font-size:8pt}
.titel{font-family:Helvetica,Arial; font-size:10pt}
.small{font-size:9pt}
.smallest{font-size:8pt}
.lasche{font-size:7pt; font-weight:bold; text-align:center; text-decoration:none; padding:0px 3px}
a{font-family:Helvetica,Arial}
a.bildlink{font-family:Helvetica,Arial; font-size:8pt; text-decoration:none}

.kalender{background-color:#FFFFFF;}
.buchungen{background-color:#B0B0FF;}
.einstellungen{background-color:#FFFF60;}
.admin{background-color:#D0FF60;}

#container {
  width: 100%;
}

#calendar_small {
}

#calendar_large {
display: none;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .lasche{font-size:9pt; padding:1px 10px}

  #calendar_small {
    display: none;
  }

  #calendar_large {
   display: block;
  }
}

/* Computer */
@media only screen and (min-width: 992px) {
  #container {
    width: 800px;
    margin: 0 auto;
  }
}
