/*   www.monika-jung-dunkel-screen.css   */

body       { margin: 20px;       /*  Abstand oben, rechts, unten, links  */
/*               background-image: url(img/darkroom_spotlight_3.jpg;    */
             background-color: #438561;        /*  Alles, ganzer Bildschirm  */
           }

.seite_0   { background-color: #53a570;       /*  Ganze, innere Seite Menue und Inhalt */
           }

.seite_1   { background-color: #57A777;       /*  innere Seite Preisberechnung */
           }


.seite_li  { background-color: #555555;       /*  Linke Seite = Menue  */
             color: #FFFFFF;
             border: 0px solid #000000;      /*   Border mit Farbe   */
           }

.seite_mi  { background-color: #53A570;       /*  Mittlere Seite = Inhalt  */
             color: #FFFFFF;
             padding: 5px;                    /*   Innen - Abstand   */
             margin: 5px;                   /*   Aussen - Abstand   */
             border: 0px solid #000000;       /*   Border mit Farbe   */
           }

.seite_mi_1 { background-color: #53A570;       /*  Mittlere Seite = Preise  */
             color: #FFFFFF;
             padding: 5px;                    /*   Innen - Abstand   */
             margin: 10px;                   /*   Aussen - Abstand   */
             border: 0px solid #000000;       /*   Border mit Farbe   */
           }

.seite_mi_2 { background-color: #53A570;       /*  Mittlere Seite = Inhalt, google-karte */
             color: #FFFFFF;
             padding: 5px;                    /*   Innen - Abstand   */
          /*    margin: 16px 0px 0px 16px;   */       /*  oben - rechts - unten - links   */
             border: 0px solid #000000;       /*   Border mit Farbe   */
           }

.tabelle_1 { background-color: #53a570;       /*  Mittlere Seite = Inhalt  */
             color: #FFFFFF;
             padding: 0px;                 /*   Innen - Abstand   */
             margin: 0px;                  /*   Aussen - Abstand   */
             border: 0px solid #000000;      /*   Border mit Farbe   */
             text-decoration: none;
           }

.anschri   { background-color: #F00AFA0;       /*  Mittlere Seite = Inhalt  */
             color: #FFFFFF;
             padding: 1px;                 /*   Innen - Abstand   */
             margin: 1px;                  /*   Aussen - Abstand   */
             border: 3px solid #FFFFFF;      /*   Border mit Farbe   */
           }


h1         { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 24px;
             font-weight: bold;
             text-align: center;
             line-height: 28px
             }

h2         { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 18px;
             font-weight: bold;
             text-align: center;
             line-height: 22px
           }

.text0_    { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 14px;
             font-weight: bold;
             line-height: 18px       /*  Zeilenhöhe  */
            }

.text1_     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 16px;
             font-weight: normal;
             line-height: 20px       /*  Zeilenhöhe  */
            }

.text_0     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 14px;
             font-weight: normal;
             line-height: 16px         /*  Zeilenhöhe  */
             }

.text_1     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 16px;
             font-weight: normal;
             line-height: 18px         /*  Zeilenhöhe  */
             }

.text_2     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 18px;
             font-weight: normal;
             line-height: 20px         /*  Zeilenhöhe  */
             }

.text_3     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 20px;
             color: #FFFFFF;
             font-weight: normal;
             line-height: 22px
             }

.text_4     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 22px;
             font-weight: normal;
             line-height: 24px
             }

.text_5     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 24px;
             font-weight: normal;
             line-height: 28px
             }

.text_0b     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 14px;
             font-weight: bold;
             line-height: 16px         /*  Zeilenhöhe  */
             }

.text_1b     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 16px;
             font-weight: bold;
             line-height: 20px         /*  Zeilenhöhe  */
             }

.text_2b     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 18px;
             font-weight: bold;
             font-color: #FFFFFF;
             line-height: 20px         /*  Zeilenhöhe  */
             }

.text_3b     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 20px;
             font-weight: bold;
             line-height: 22px
             }

.text_4b     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 22px;
             font-weight: bold;
             line-height: 28px
             }

.text_5b     { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 24px;
             font-weight: bold;
             line-height: 32px
             }

.e_mail     { text-decoration: none;
            }


.menue {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 180px;
  font-family: "Century Gothic",verdana,arial,helvetica,sans-serif;
  font-size: 12pt;
  line-height: 30px;  /* Vertikale Textposition in der Zeile bei Mozilla Firefox  */
                      /*   Zeilenhoehe bei Explorrer   */
  font-weight: bold;
  text-decoration: none;
  border: 0px solid #000000;
}

.menue li a, .menue li a:active, .menue li a:visited {
  border: none;
  color: #DFDFDF;
  height: 35px;       /*  Zeilenhoehe bei Mozilla   */
  margin-right: 0px;
  text-decoration: none;
  background-image: url(img/ufali3l_14.jpg);
  display: block;
  text-indent: 5px;
}

.menue li a:hover {
  color: #FFFFFF;
  background-image: url(img/ufali3r_14.jpg);
}

a:link, a:visited  {
  color: #CCCCCC;
  background-color: transparent;
}

a:link, a:active {
  color: #CCCCCC;
  background-color: transparent;
}

a:hover {
  color: #808080;
  text-decoration: none;
}