﻿body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: #003366;
    background-color: white;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    margin: 0px;
    padding: 0px;
 }

   #leftcolumn
{
    padding: 1% 1% 1% 1%;
    background-color: #003366;
    color: White;
    float: left;
    width: 18%;
    font-size: 0.88em;
    line-height: 2.0;
}
  
  #leftcolumn a:link {
    color: white;
  }
  #leftcolumn a:visited {
    color: white;
  }
  #leftcolumn a:hover {
    color: #CCD6E0;
  }
  #leftcolumn a:active {
    color: white;
  }
  
  #header
{
    background-color: #003366;
    color: White;
    height: 50px;
    font-size: 0.78em;
    margin-left: 19%;
    border-bottom-color: #A1A200;
    border-bottom-style: solid;
    border-bottom-width: thick;
}

  #header a:link {
    color: white;
  }
  #header a:visited {
    color: white;
  }
  #header a:hover {
    color: #CCD6E0;
  }
  #header a:active {
    color: white;
  }

  #main {
    background-color: white;
    color: #003366;
    float: left;
    width: 61%;
    min-height: 768px;
    border-right-color: #003366;
    border-right-style: solid;
    border-right-width: thin;
    border-left-color: #003366;
    border-left-style: solid;
    border-left-width: thin;
    padding: 1% 1% 1% 1%;
    overflow-x: auto;
  }

  #main h1 {
    font-size: 1.56em;
  }
  #main h2 {
    font-size: 1.12em;
  }
  #main h3 {
    font-size: 0.9em;
  }
  #main p
{
    font-size: 1em;
}
  #main blockquote
  {
      font-size: 0.8em;
      font-style:italic;
  }
  #main a {
    text-decoration: none;
  }
  #main a:link
  {
    color: #A1A200;
  }
  #main a:visited {
    color: #A1A200;
    text-decoration: underline;
  }
  #main a:hover {
    color: #A1A200;
    text-decoration: underline;
  }
  #main a:active {
    color: #A1A200;
    text-decoration: underline;
  }

  #intern {
    background-color: white;
    color: #003366;
    float: left;
    width: 75%;
    min-height: 768px;
    border-left-color: #003366;
    border-left-style: solid;
    border-left-width: thin;
    padding: 1% 1% 1% 1%;
  }

  #intern h1 {
    font-size: 1.56em;
  }
  #intern h2 {
    font-size: 1.12em;
  }
  #intern p
{
    font-size: 1em;
}
  #intern blockquote
  {
      font-size: 0.8em;
      font-style:italic;
  }
  #intern a {
    text-decoration: none;
  }
  #intern a:link
  {
    color: #A1A200;
  }
  #intern a:visited {
    color: #A1A200;
    text-decoration: underline;
  }
  #intern a:hover {
    color: #A1A200;
    text-decoration: underline;
  }
  #intern a:active {
    color: #A1A200;
    text-decoration: underline;
  }
  
  #rightcolumn
{
    padding: 1% 1% 1% 1%;
    background-color: white;
    color: #003366;
    float: right;
    width: 14%;
    font-size: 0.88em;
}

  #rightcolumn a {
    text-decoration: underline;
  }
  #rightcolumn a:link
  {
    color: #A1A200;
  }
  #rightcolumn a:visited {
    color: #A1A200;
  }
  #rightcolumn a:hover {
    color: #A1A200;
  }
  #rightcolumn a:active {
    color: #A1A200;
  }
  
  #footer
  {
      clear: both;
      width: 100%;
      height: 1px;
  }
