
@media (orientation: portrait)
{
/* START */

body
{
  padding: 16pt; font-size: 16pt;
}
input, span, select
{
  font-size: 32pt; font-family: monospace; vertical-align: middle;
}
div
{
 margin-bottom: 4pt;
}
pre
{
  font-size: 60%;
}
ul#Navigation
{
  text-align:right;
}
ul#Navigation li
{
}
h1  /* Gesamthöhe: fontBody x 1.0 + 16 */
{
  font-size: 100%;
}
h2  /* Gesamthöhe: fontBody + 16 */
{
  font-size: 100%;
}
h3  /* Gesamthöhe: fontBody + 16 */
{
  font-size: 100%;
}
a
{
  line-height : 2em;
  vertical-align: middle;
}
#menLand
{
  display: none;
}
#menPort
{
  display: block;
}

#menPort2
{
  display: none;
  opacity: 0;
  position: fixed;
  top: 80pt; left: 32pt;
  background-color: white;
  box-shadow: 0pt 0pt 8pt #888;
  z-index: 90;
  transition: opacity 0.2s linear;
}

.div70
{
  font-size: 70%;
}
.cLI
{
  float:left;
  width:50%;
  margin: 0pt;
}
.cRE
{
  float:right;
  width:50%;
  margin: 0pt;
}
.table
{
  margin: 0pt;
}
.tableRow
{
  clear:both;
  margin: 0pt;
}













/* ENDE */
}