/* ------------------------------- */
/*                                 */
/* panoramen.hohenauer.ch - print  */
/*                                 */
/* ------------------------------- */
/*                                 */
/*        Oliver Hohenauer         */
/*                                 */
/* ------------------------------- */



/* Globale Einstellungen */
body {
   color: #000000;
   background-color: #ffffff;
   padding-left: 10mm;
   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: 100%;
   margin: 0;
   padding: 0;
}





/* Kopfbereich */
#header {
   display: none;
   }





/* Navigationsleiste */
#navigation {
   display: none;
   }





/* Textbereich */
#text {
   position: relative;
   top: 0;
   left: 0;
   width: 99%;
   font-family: 'Times New Roman', serif;
   background-color: #ffffff;
   color: #000000;
   text-align: left;
   margin: 0;
   padding: 18px 0 18px 0
}

#nach_oben {
   display: none;
}

#zurueck_weiter {
   display: none;
}

   #text h1 {
      font-size: 12pt;
      font-style: normal;
      font-weight: bold;
      clear: both;
      padding: 0;
      margin: 0 0 18pt 0;
   }

   #text h3 {
      font-size: 11pt;
      font-style: normal;
      font-weight: bold;
      clear: both;
      padding: 0;
      margin: 0 0 7pt 0;
   }

   #text h4 {
      font-size: 11pt;
      font-style: italic;
      font-weight: normal;
      text-decoration: none;
      clear: both;
      padding: 0;
      margin: 0 0 7pt 0;
   }

   #text h5 {
      font-size: 11pt;
      font-weight : normal;
      padding: 0;
      margin: 0;
   }

   #text h6 {
      font-size: 9pt;
      font-weight : normal;
      padding: 0;
      margin: 0;
   }

   #text p {
      font-size: 11pt;
      padding: 0;
      margin: 0 0 7pt 0;
   }

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

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

   #text a:hover {
      color: #00bf00;
      text-decoration: underline;
   }

   #text a:active {
      color: #00bf00;
      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 td.innenrand {
      padding: 0px 2.5em 0 0;
      vertical-align: top;
      a
   }

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

   #text table.linklist, #text tr.linklist, #text th.linklist, #text td.linklist {
      padding: 12pt 0 6pt 0;
      vertical-align: top;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #000000;
      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 {
   display: none;
}