body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    min-height: 665px;
    padding: 0;
    border: 2px ridge silver;
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  div#iframe_Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 470px;
    padding: 0;
    border: 0;
  }

/* ############################################################################### */
/* ########################## KOPFZEILE ########################################## */
/* ############################################################################### */

  div#Kopfzeile {
    position:relative;
    width : 760px;
    height : 115px;
    font-family:Arial;
    font-size:1.2em;
    margin: 0; padding: 0;
    text-align: center;
    background: #ffffff url(gfx/top_background.gif) no-repeat;
  }

  div#Logo {
      position:absolute;
      width:179px;
      height:49px;
      top:10px;
      right:10px;
      background: #ffffff url(gfx/logo.jpg) no-repeat;}

  div#Kopfzeile ul {
    position:absolute;
    top:85px;
    left:0;
    margin: 0; padding: 0;
    text-align: center;
    font-size:0.75em;
    background-color:#CC0000;}

  div#Kopfzeile ol {
    position:absolute;
    top:85px;
    left:0;
    margin: 0; padding: 0;
    text-align: center;
    font-size:0.75em;
    background-color:#CC0000;}

  div#Kopfzeile li {
    list-style: none;
    display: inline;
    margin: 1.4em; padding: 0;}

  div#Kopfzeile li a {
      color:white;
      text-decoration:none;
      height:100.01%;}

  div#Kopfzeile ul li a:hover {color:#333333;}

/* ############################################################################### */
/* ############################# TOOLTIPS ######################################## */
/* ############################################################################### */

.tooltip2 {
   position: absolute;
   display: none;
   background-color: #FFFFFF;
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
   padding: 2px;
}
.tooltip2 .head{
   background-color: #006666;
   color: white;
   font-weight: bold;
   padding: 2px;
}
.tooltip2 .content{
   color: 000066;
   font-size: 10px;
   border-size: 4px;
   -moz-opacity: 0.4;
   filter: alpha(Opacity=40);
   }
.tooltip2 .content td{
   width: 50%;
   font-size: 10px;
   text-align: center;

/* ############################################################################### */
/* ###########################NAVIGATION ######################################### */
/* ############################################################################### */

div#Untermenu    { float:left;
                   width:220px;
                   /* min-height:440px;  */
                   /* min-height:500px; */
                   min-height:550px;
                   font-family:Arial;
                   font-size:1.2em;
                   background-color:#8A898E;
                   }

div#Untermenu ul {
                   margin: 0;
                   padding: 0;
                   font-size: 0.75em;
                   /* margin-left: 1em; */
            }
div#Untermenu li {
                  list-style: none;
                  padding-top:0.1em;
                  padding-bottom:0.1em;
                  margin: 1.4em;
                  /* margin: 0;
                  padding:0; */
                 }

div#Untermenu a {
  color:white;
  text-decoration:none;
  height:100.01%;}

div#Untermenu ul li a:hover {color:#CC0000;}


/* ############################################################################### */
/* ######################### INHALT ############################################## */
/* ############################################################################### */

  div#Inhalt {
/*    margin: 0 0 1em 220px; */
    margin: 0 0 1em 1em;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }

  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 0.8em;
    margin: 1em 0;
  }
  div#Inhalt ul {
                   font-size: 0.8em;
                   padding-left: 1em;}

  div#Inhalt p ul li {
                  list-style: none;
                  /* margin: 0; */
                  /* margin-left:1em; */
                 }

  div#Inhalt h5 {
    font-size:0.9em;
    margin:0;
    padding:0;
    margin-right:0.5em;
    float:left;
  }

  div#Inhalt h4 {
    margin-top:1em;
    margin-bottom:0.5em
  }

  div#Inhalt h3 {
    font-size:1em;
    /* background-color:yellow; */
    margin:0;
    padding:0;
    float:left;
  }

  div#frage {
    font-size:0.8em;
    font-style:italic;
    font-family: Helvetica,Arial,sans-serif;
    background-color:#FFFF00;
    /* margin: 0; padding: 1em 0; */
    margin: 0 0 0 1em;
  }

  div#antwort {
    font-size:0.8em;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 0 1em 2em;
  }

  div#Programm {margin-left:2em;}

  div#Kontakt {/* border:1px solid; */
               width:85%;
               margin-left:1em;
               padding:1em;}

/* ---------------------- */

  div#iframe_Inhalt {
    margin:0;
    padding:0;
  }
  * html div#iframe_Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#iframe_Inhalt p {
    font-size: 0.8em;
    margin: 1em 0;
    color:blue;
  }



/* ############################################################################### */
/* ######################### FUSSEILE ############################################ */
/* ############################################################################### */

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed;
    border-top: 1px solid silver;
  }
