/* -------------------------------------- */
/*                                        */
/* panoramen.hohenauer.ch/panos/ (Screen) */
/*                                        */
/* -------------------------------------- */
/*                                        */
/*           Oliver Hohenauer             */
/*                                        */
/* -------------------------------------- */



/* Globale Einstellungen */
body {
   color: #444444;
   background-color: #d0d0d0;
   padding: 2em;
   margin: 0;
}

   .accesskeys {
      position: absolute;
      left: -200em;
      width: 1px;
      height: 1px;
   }

   .monospace {
      font-family: 'Courier New', monospace;
   }

table, tr, th, td {
   vertical-align: top;
   border: 0;
   margin: 0;
   padding: 0;
   border-spacing: 0;
   border-collapse: collapse;
}






/* umschliessender Bereich */
#wrapper {
   width: 45em;
   margin: auto;   /* zentrieren */
   border: 0.2em solid #ffffff;
   padding: 0;
   color: #444444;
   background-color: #ededed;
}

   #scrollbar_erzwingen {
      display: block;
      position: absolute;
      z-index: 1;
      bottom: -1px;
      left: 0;
      width: 1px;
      height: 1px;
      font-size: 0;
   }



/* Kopfbereich */
#header {
   position: relative;
   height: 180px;
   padding: 0;
   margin: 0;
   color: #bcbcbc;
   background-color: #808080;
   background-repeat: repeat;
   border-collapse: collapse;
}





/* Navigationsleiste */

#navigation {
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 82.01%;
   height: 2.35em;
   background-color: #808080;
}

   #navigation ul {
      margin: 0;
      padding: 0;
      text-align: center;
      border: 0;
   }

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

   #navigation ul a {
      float: left;
      width: 15%;
      margin: 0;
      padding: 0.5em 0.3em;
      text-decoration: none; font-weight: bold;
      border: 1px solid black;
      border-left-color: #ffffff;
      border-top-color: #cccccc;
      color: #eeeeee;
      background-color: #808080;
   }

   #navigation ul span {
      float: left;
      width: 15%;
      margin: 0;
      padding: 0.5em 0.3em;
      text-decoration: none; font-weight: bold;
      border: 1px solid black;
      border-left-color: #ffffff;
      border-top-color: #cccccc;
      border-bottom-color: #ededed;
      color: #444444;
      background-color: #ededed;
   }

   #navigation ul a:hover {
      border-color: #ffffff;
      border-left-color: #ffffff;
      border-top-color: #cccccc;
      border-right-color: #00bf00;
      border-bottom-color: #00bf00;
      color: #00bf00;
      background-color: #ffffff;
   }

   #navigation ul div {
      clear: left;
   }


/* Textbereich */
#text {
   position: relative;
   top: 0;
   left: 0;
   width: 39em;
   font-family: Arial, sans-serif;
   background-color: #ededed;
   color: #444444;
   text-align: left;
   margin: 0;
   padding: 3.6em 3em 2em 3em;
}

#nach_oben {
   align: right;
   text-align: right;
}

   #text h1 {
      font-size: 100.01%;
      font-style: normal;
      font-weight: bold;
      clear: both;
      padding: 0;
      margin: 0 0 0.8em 0;
   }

   #text h3 {
      font-size: 100.01%;
      font-style: normal;
      font-weight: bold;
      clear: both;
      padding: 0;
      margin: 0 0 0.8em 0;
   }
   #text h4 {
      font-size: 100.01%;
      font-style: normal;
      font-weight: normal;
      text-decoration: underline;
      clear: both;
      padding: 0;
      margin: 0 0 0.8em 0;
   }
   #text h5 {
      font-size: 100.01%;
      font-weight : normal;
      padding: 0;
      margin: 0;
   }

   #text h6 {
      font-size: 82.01%;
      font-weight : normal;
      padding: 0;
      margin: 0;
   }

   #text p {
      font-size: 100.01%;
      padding: 0;
      margin: 0 0 1em 0;
   }

   #text a:link {
      color: #00bf00;
      text-decoration: none;
   }

   #text a:visited {
      color: #00bf00;
      text-decoration: none;
   }

   #text a:hover {
      text-decoration: underline;
   }

   #text a:active {
      color: #00bf00;
      background-color: #ffffff;
      text-decoration: underline;
   }

   #text ul {
      padding: 0;
      margin: 0;
   }

   #text li {
      list-style-type: disc;
      font-size: 100.01%;
      margin-left: 1.25em;
      margin-bottom: 0.5em;
   }

      #text li.normal {
      list-style-type: disc;
      margin-left: 1.25em;
      margin-bottom: 0;
      margin-right: 0;
      margin-bottom: 0.05em;
      }

      #text li.pdf {
         padding-left: 1.75em;
         margin-left: 0;
         background-image:url(../bilder/iconsm_pdf.gif);
         background-repeat:no-repeat;
         list-style-type: none;
      }

      #text li.link {
         padding-left: 1.75em;
         margin-left: 0;
         background-image:url(../bilder/iconsm_ie.gif);
         background-repeat:no-repeat;
         list-style-type: none;
      }

      #text li.fld {
         padding-left: 1.75em;
         margin-left: 0;
         background-image:url(../bilder/iconsm_ordner.gif);
         background-repeat:no-repeat;
         list-style-type: none;
      }

      #text li.leer {
         background-image: url(../bilder/leer.gif);
         background-repeat: no-repeat;
         background-position: left center;
         padding-left: 0.25em;
         margin-left: 1.5em;
         list-style-type: none;
      }

   #text table, #text tr, #text th, #text td {
      border: 0;
      margin: 0;
      padding: 0;
      border-spacing: 0;
      border-collapse: collapse;
      vertical-align: top;
   }

   #text table.textrahmen, #text tr.textrahmen, #text th.textrahmen, #text td.textrahmen {
      padding: 0.3em 0.5em 0.3em 0.5em;
      vertical-align: top;
      border-top: 1px solid #999999;
      border-right: 1px solid #999999;
      border-bottom: 1px solid #999999;
      border-left: 1px solid #999999;
      border-collapse: collapse;
      font-weight: normal;
   }

   #text table.linklist, #text tr.linklist, #text th.linklist, #text td.linklist {
      padding: 1em 0 0.5em 0;
      vertical-align: top;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #999999;
      border-left: 0;
      border-collapse: collapse;
      font-weight: normal;
   }

   .logo-getpdf {
      background-image: url(../bilder/get_adobe_reader.gif);
      background-repeat: no-repeat;
      float: right;
      padding: 8px 0 8px 0;
      margin-left: 0;
      width: 112px;
      height: 33px;
   }





/* Fussbereich */
#footer {
   background-color: #ffffff;
   color: #999999;
   font-family: Arial, sans-serif;
   font-size: 72.01%;
   position: relative;
   padding: 0;
   margin: 0;
   height: 6.4em;
   padding: 0.3em 3em 0.3em 3em;
   border-collapse: collapse;
}

   #footer p {
      margin: 0 0 0.4em 0;
   }

   #footer a:link {
      font-family: Arial, sans-serif;
      color: #33dd33;
      text-decoration: none;
   }