/*
    Beispielhaft wird hier ein wenig CSS verwendet, um die Container grafisch sauber darzustellen.
    Du kannst natürlich deine eigenen Stile verwenden.
*/

body {

    font-family: Arial, sans-serif;

}

.content_container {

    border: 1px solid #000000;
    border-radius: 3px;
    padding: 5px;

    display: inline-block;
    width: 400px;
    max-width: 100%;

    margin: 15px;

}

.content_container img {

    max-width: 100%;

}

.content_container.special_container {

    color: #0078cc;
    border-color: #0078cc;

}

.1calendar {
  border: 5px outset red;
  background-color: lightblue;
}

#frm {
  /* ----- */
  width: 1200px;
  height: 840px;
  border: 5px outset red;
  scrolling: auto;
}
