p.top-navigation
{
  margin-top:0px;
  margin-bottom:3.3ex;
  }

.blockquote
{ 
  margin-left:40px;
  margin-right:40px;
  }

/* fuer <img border="0"> */
img
{
  border-style:none;
  }


/* fuer <body text="#000000"> */
p,td,th,h1,h2,h3,h4,h5,h6
{
  color:#000000;
}

body
{
  background-color:#ffffff;
}

.programm {
    display: grid;
    grid-template-columns: 9em 1fr;
    gap: .6em 1em;
    max-width: 900px;
}

.programm .zeit {
    font-weight: bold;
    white-space: nowrap;
    color: #005090;
}

.programm .text {
    line-height: 1.5;
}

@media (max-width:700px) {

.programm {
    grid-template-columns: 1fr;
}

.programm .zeit {
    margin-top: .8em;
    color: #004080;
}

.programm .text {
    margin-bottom: .8em;
    padding-left: 1em;
}

}