
/* Allgemeine Formatierung */
  body {
    background-color: #CE822E;
    color: #FDFDD2;
    text-align:center;
    font-family: arial,sans-serif;
  }

  a {
    color: #FDFDD2
  }

  a:hover {
    font-weight: bold;
    font-size: 1.2em;
  }

  h1, h2 {
    text-align: center;
  }

  h2 {
    margin-top: 3em;
  }


/* Zentrieren */
  div#center {
    text-align:left; /* wegen IE zurückgesetzt */
    width: 53em;
    margin: 0px auto;
  }


/* Header */
  div#header {
    background-image: url(/pictures/header.gif);
    height: 113px;
    margin: 0 0 0 65px;
  }

  div#header h1, div#header h2 {
    display:none;
  }


/* Navigation */
  ul#navigation {
    background-color: #880002;
    margin: 0 0 0 65px; padding: 1.2em 0em 0em 0em;
    text-align: center;
  }

  ul#navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#navigation a, ul#navigation span {
    padding: 0.2em 1em 0.05em 1em;
    text-decoration: none;
    border: 1px solid #FDFDD2;
    border-bottom: none;
    color: #FDFDD2;
  }

  * html ul#navigation a, * html ul#navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }

  ul#navigation a:hover, ul#navigation span{
    border-color: #FDFDD2;
    padding: 0.5em 1.1em 0em 1.1em;
    color: #FDFDD2;
    font-size: 1.2em;
  }

  ul#navigation span{
    font-weight: bold;
  }


/* Linke Seite Hintergrund */
  div#leftside {
    float: left;
    /* workaround gegen 3 px Bug ie6 */
    margin-right: 0 !important;
    margin-right: -3px;
  }
  div#iecorrection { /* Korrektur für den IE7 */
    background-image: url(/pictures/background-seite_ie.jpg);
    /* workaround gegen 3 px Bug ie6 */
    margin-right: 0 !important;
    margin-right: -3px;
  }


/* Content */
  div#contend {
    background-color: #880002;
    padding: 1.2em 1.2em 1.2em 5.5em;
    margin: 0 0 0 65px;
    min-height:600px;
    height:auto !important;  /* für moderne Browser */
    height:600px;  /*für den IE 6*/
    border-top: 1px solid #FDFDD2;
  }


/* Footer */
  div#footerrand {
    background-image: url(/pictures/footer-rand.jpg);
    height: 20px;
    margin: 0 0 0 65px;
    clear: left;
  }

  div#footer {
    text-align: center;
    background-color: #CE822E;
    margin: 1em 0 1em 65px;
  }


/* Unternavigation 1 beim Programm */
  ul#navigationU1 {
    border: 1px dashed #FDFDD2;
    float: right;
    background-color: #880002;
    padding: 0.7em;
    text-align: left;
    list-style-position: inside;
  }

  ul#navigationU1 a, ul#navigationU1 span {
    text-decoration: none;
    color: #FDFDD2;
  }

  ul#navigationU1 a:hover, ul#navigationU1 span{
    color: #FDFDD2;
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
  }

  ul#navigationU1 span{
    font-weight: bold;
  }


/* Formatierung der Bilder neben den Beschreibungen */
  div.bilder {
    float: right; 
    margin:0 1em 6em;
  }


/* Formatierung des "Grundsätzlich" Kastens auf den Programmseiten */
  div#grundsaetzliches {
    margin: 2em auto;
    padding: 0 1em;
    clear:right;
    font-size: 0.7em;
    border: 1px dashed #FDFDD2;
  }
