/* Grundeinstellungen - Schrift - Farbe */

body {
 font-family : arial,helvetica;  /* Basisschrift */
 font-size: x-small;               /* Basisschriftgröße */
 color: #000000;                 /* Basisschriftfarbe */
/* background-color:#0C1F3F;  */     /* Basishintergrundfarbe */
 background-color:#000000;       /* Basishintergrundfarbe */
     }

/* Link  Farben/Verhalten */
A:link { color: #000000; font-weight: normal; text-decoration: underline; }
A:visited { color: #000000; font-weight: normal; text-decoration: underline; }
A:hover { color:  #000000; font-weight: normal; text-decoration: underline; }
A:active { color: #000000; font-weight: normal; text-decoration: underline; }
A:focus { color: #000000; font-weight: normal; text-decoration: underline; }

/* Navigationslink Farben/Verhalten */
#navi { font-weight: bold;
        font-size: small;
        color: #ffffff; }
/* 
*:link    { text-decoration: none; }
*:visited { text-decoration: none; }
*:hover   { color: #000F7F; text-decoration: underline; }
*:active  { color: #000F7F; text-decoration: underline; }
*:focus   { color: #000F7F; text-decoration: underline; } */


#portal { text-indent: -10px;
          margin-left: 10px;
        }

#td560bild { background-image:url(/img/linksblaurechts.gif);
          background-repeat:no-repeat;
          background-position: center;
        }



/* #td400bild { background-image:url(/img/dreieck400.gif);
          background-repeat:no-repeat;
          background-position: left;
        }

#td600bild { background-image:url(/img/dreieck600.gif);
          background-repeat:no-repeat;
          background-position: left;
        } */

#titel { font-family : arial,helvetica;
         font-size: large;
         font-weight: bold;
         color: #FFFFFF;
         margin-top: 35px;
         margin-left: 0px;
         margin-bottom: 45px;
       }

#subtitel { font-size: x-small;
            margin-right: 5px;
            margin-bottom: 3px;
                color: #000000;
          }

#smalltitel { font-size: 50px;
              font-weight: bold; }

#seite { text-align: center;
       }

#enter { margin-left: 170px;
       }

#texte { margin-top: 10px;
         margin-left: 20px;
         margin-right: 20px;
         margin-bottom: 20px;
         padding: 10px;
         text-align: justify;
         background: #FFFFFF;
         font-size: small;
       }

#texte2 { margin-top: 0px;
         margin-left: 20px;
         margin-right: 20px;
         margin-bottom: 20px;
         padding: 10px;
         text-align: justify;
         background: #FFFFFF;
         font-size: small;
       }


#zeitdatum { font-size: x-small;
             margin-right: 30px;
             margin-bottom: 10px;
           }

#fehler { font-size: x-small;
          text-align: left;
          margin-left: 30px;
          margin-right: 30px;
          margin-bottom: 10px;
           }


#footer { margin-top: 0px;
         margin-left: 20px;
         margin-right: 20px;
         margin-bottom: 5px;
         padding: 10px;
         background: #FFFFFF;
         font-size: x-small;
         text-align: justify;
       }

#minibild { margin-top: 58px; margin-left: 5px; margin-right: 5px; margin-bottom: 5px;
           border-width: 2px; border-color: #000000; border-style:solid;
           cursor:hand;
          }

/* #bdsmdog { background-image:url(/img/clear.gif);
          background-repeat:no-repeat;
          background-position: center;
        } */
