/* DATEI: archaja-v2.css */

         body {
            font: normal 100.01% Helvetica, Arial, sans-serif;
            color: white;
             background-color: black; background-repeat:no-repeat; background-attachment:fixed;
             background-position: left
            min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */

        }

/* background:url(pics/logohint.jpg);*/

        html {
            padding: 0;
        }

         body {
            margin: 0;
             margin-right: 0.5em;
             padding: 0 1;
        }

                        /* für feste Kopfzeile */

         #fixiertoben {
             position: absolute;
                top: 0em; left: 0em;
             width: 70%;
            margin: 0em; padding: 0em;
            text-align: center;
            background-color: #990033;
          }


              html>body #fixiertoben {  /* nur fuer moderne Browser! */
                position: fixed;
          }

         #fixiertobenR {
             position: absolute;
                top: 0em; left: 70%;
             width: 30%;
            margin: 0em; padding: 0em;
            text-align: left;
            background-color: #000000;
          }


              html>body #fixiertobenR {  /* nur fuer moderne Browser! */
                position: fixed;
          }
                                   /* für Textinhalt */

        #Inhalt {
             width: 65%;
             position: absolut;
            margin-left: 16em;
             margin-right: 29em;
             padding: 0 1em;
             background-color: transparent;
             background-repeat: repeat; background-attachment:fixed; background-position:center
        }

         * #Inhalt {  /* versteckt vor Netscape 4 */
             width: 65%;
             position: absolut;
             margin-left: 12em;
             margin-right: 29em;
             padding: 0 1em;
             background-color: transparent;
             background-repeat: repeat; background-attachment:fixed; background-position:center
        }

        #Inhalt h1 {
            font-size: 17px;
            margin: 12em 5% 2em;
            color: white;
             text-align: center;
          }

        #Inhalt h2 {
            font-size: 17px;
            margin: 12em 5% 2em;
            color: #FF2D2D;
             text-align: center;
          }

         #Inhalt h3 {
            font-size: 17px;
            margin: 1em 5% 2em;
            color: #FF2D2D;
             text-align: left;
          }
        #Inhalt h4 {
            font-size: 12px;
             color: #FF2D2D;
             text-align: left;
          }

        #Inhalt h5 {
            font-size: 10px;
            margin: 12em 5% 2em;
            color: #FF2D2D;
             text-align: left;
          }

        #Inhalt h6 {
            font-size: 10px;
            color: #FF2D2D;
             text-align: left;
          }

        .h7 {
            font-size: 17px;
            margin: 3em 2em 1em;
            color: #FF8000;
             text-align: left;
             font-weight: bold;
          }
        #Inhalt p {
             font-size: 17px;
            margin: 1em 0.5em;
             color: #FF2D2D;
             text-align: justify;
             font-weight: bold;
          }

        #Inhalt tr {
             font-size: 17px;
            margin: 0em 0em;
             color: #FF2D2D;
             text-align: left;
             font-weight:bold;
          }

        #Inhalt li {
             font-size: 17px;
            margin: 0em 0em;
             color: #FF2D2D;
             text-align: left;
          }


                                 /* für Navigationsbox! */


        #fixiertnavi {
            position: absolute;
            top: 13em; left: 0em;
            width: 12em;
            background-color: black;
             padding: 0;
             margin: 0;
             text-align: right;
          }

         html>body #fixiertnavi {  /* nur fuer moderne Browser! */
            position: fixed;
          }

         #fixiertnavi p {
             font-size: 18px;
            margin: 1em 0.5em ;
             color: #F00000;
           }

         .menue a:link {
             font-weight:bold; color:#F00000;
            text-decoration: none;
          }

         .menue a:visited {
         text-decoration:none;
         font-weight:bold;
         color:#F00000;
         }

        .menue a:hover {
         text-decoration:none;
         font-weight:bold;
         color:black;
         background-color: #F00000;
         }

        .menue a:active {
         text-decoration:none;
         font-weight:bold;
         color:#F00000;
         }

         /* für allgemeine Links */


         a:link {
          color:#FF2D2D;
         }

        a:visited {
         color:#FF2D2D;
         }

        a:hover {
         text-decoration:none;
         color:black;
         background-color: #FF2D2D;
         }

        a:active {
         color:#FF2D2D;
         background-color: black;
         }