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

body
{
  padding: 16pt; padding-left: 20%; padding-right: 20%; font-size: 16pt; /*box-shadow: 0pt 0pt 4pt #336fff;*/ /* blau */
}
input, span, select
{
  font-size: 16pt; font-family: monospace; vertical-align: middle;
}
div
{
 margin-bottom: 16pt;
}
ul#Navigation
{
  text-align:center;
}
ul#Navigation li
{
  display:inline;
}
h1  /* Gesamthöhe: 32 x 2 + 16 */
{
  font-size: 200%;
}
h2  /* Gesamthöhe: 32 + 16 */
{
  font-size: 100%;
}
h3  /* Gesamthöhe: 32 + 16 */
{
  font-size: 100%;
}
#menLand
{
  display: block;
}
#menPort
{
  display: none;
}
#menPort2
{
  display: none;
}
.table
{
  display:table;
  width:100%;
}
.tableRow
{
  display:table-row;
}
.tableCell
{
  display:table-cell;
  width:50%;
  vertical-align: middle;
  padding: 8pt;
}














/* ENDE */
}