/* CSS-Datei zu www.bs-waldwinkel.de
Mit der Datei, kann man das Layout der Seite einstellen!

Ein bischen Erfahrung und Englisch, erklaert es sich von allein!!!!

Erstellt von Martin Schiftan (schifti1511@gmx.de)
Hilfe erhalten Sie unter www.selfhtml.org

Guter Crash-Kurs finden Sie unter www.schattenbaum.net/css
CSS Tut, unter http://css4you.de , http://de.selfhhtml.org
*/

body {
        font-family: Arial, Verdana, Sans-serif;
        font-weight: lighter;
        font-size: 16px;
        background-image: url(../images/gifs/back.gif);
     }




/* Standard der Links, die nicht im Menue sind (alle anderen in der Seiten) */
/* a:link alle Links (noch nicht geklickt) */
a:link  {
           color: #033EAD;
           background-color: #ffffff;
           text-decoration: none;
        }
/* a:link alle Links, die schon besucht wurden */
a:visited  {
              color: #033EAD;
              background-color: #ffffff;
              text-decoration: none;
           }
/* a:link alle Links, welche gerade angeklickt sind */
a:active  {
             color: #033EAD;
             background-color: #ffffff;
             text-decoration: none;
          }
/* a:link alle Links beim drueber fahren mit der Maus */
a:hover  {
            color: #0347C2;
            background-color: #ffffff;
            text-decoration: underline;
         }



/* INHALT DER SEITE (CONTENT) */
/* Der Content der Seite (rechts) */
.content {
            font-size: 16px;
            line-height: 25px;
            font-family: Arial, Verdana, Sans-serif;
            padding-left: 205px;
            position: static;
            margin-top: -540px;
         }
.content a {
              text-decoration: underline;
           }
.content a:hover {
                    text-decoration: none;
                    color: #0347C2;
                 }

/* CONTENT ENDE */





/* Klasse des Logos Links ueber dem Menue */
.logo {
        width: 115px;
        height: 84px;
        margin-left: -2px;
        position: relative;
        top: -10px;
        border: 0px;
      }




/* Klasse der Ueberschrift */
.ueberschrift {
                 font-size: 40px;
                 font-weight: 700;
                 margin-top: -60px;
                 margin-left: 185px;
                 color: #000099;
                 background-color: #ffffff;
                 width: 760px;
              }
/* fuer die UnterUeberschrift */
.subueberschrift {
                    font-size: 20px;
                    font-weight: bold;
                    text-align: center;
                    position: absolute;
                    top: 110px;
                    left: 39%;
                  }
.menuetable {
               position: relative;
               left: -40px;
               top: -24px;
               width: 175px;
            }






/* MENUE Start */
/* Standard, der Tabelle */
#menue a:hover {
          background-color: #ababab;
            color: #ffffff;
            height: 26px;
            margin-top: -4px;
            padding-top: 4px;
            width: 174px;
            margin-left: 0px;
       }
.menue {
           color: #0379C6;
           background-color: #ffffff;
           font-size: 16px;
           font-weight: 500;
           font-family: Arial, Verdana, Sans-serif;
           width: 175px;
           height: 26px;
           display: block;
           text-decoration: none;
           text-align: center;
           margin-left: 2px;
           margin-top: 4px;
           border-left: ridge 1px black;
           border-top: ridge 1px black;
           border-right: ridge 1px black;
           border-bottom: ridge 1px black;
           padding-top: 4px;
       }


/* LINKS IM MENUE */
/* Links, aber noch nicht besucht */
.menue a:link {
                 color: #0379C6;
                 background-color: #ffffff;
                 font-size: 16px;
                 font-weight: 500;
                 width: 170px;
                 height: 26px;
                 display: block;
                 font-family: Arial, Verdana, Sans-serif;
                 text-decoration: none;
                 text-align: center;
              }
/* Links die aber schon besucht wurden (sieht gleich aus ;-) */
.menue a:visited {
                    color: #0379C6;
                    background-color: #ffffff;
                    font-size: 16px;
                    font-weight: 500;
                    width: 172px;
                    height: 26px;
                    display: block;
                    font-family: Arial, Verdana, Sans-serif;
                    text-decoration: none;
                    text-align: center;
                    margin-left: 2px;
                          padding-left: 1px;
                 }
/* Wenn mit der Maus ueber einem Link */
.menue a:hover {
                  color: #ffffff;
                  background-color: #ABABAB;
                  font-size: 16px;
                  font-weight: 500;
                  width: 170px;
                  height: 26px;
                  display: block;
                  font-family: Arial, Verdana, Sans-serif;
                  text-decoration: underline;
                  text-align: center;
               }
/* MENUE ENDE (standard) */





/* MENUEHOME START */
/* Menuepunkt, auf der Seite man grad ist (Grau hinterlegt) */

.menuehome {
              color: #ffffff;
              background-color: #ABABAB;
              font-size: 16px;
              font-weight: 500;
              width: 175px;
              display: block;
              height: 26px;
              font-family: Arial, Verdana, Sans-serif;
              text-decoration: none;
              text-align: center;
              margin-left: 2px;
              margin-top: 4px;
              border-left: ridge 1px black;
              border-top: ridge 1px black;
              border-right: ridge 1px black;
              border-bottom: ridge 1px black;
              padding-top: 4px;
       }
/* Wenn Link schon besucht hat (sieht gleich aus) ;-) */
.menuehome a:visited {
                        color: #ffffff;
                        background-color: #ABABAB;
                        font-size: 16px;
                        font-weight: 500;
                        width: 174px;
                        display: block;
                        height: 26px;
                        font-family: Arial, Verdana, Sans-serif;
                        text-decoration: none;
                        text-align: center;
                     }
/* Die Links (Weiss mit dem Hintergrund) */
.menuehome a:link {
                     color: #ffffff;
                     background-color: #ABABAB;
                     font-size: 16px;
                     font-weight: 500;
                     width: 174px;
                     display: block;
                     height: 26px;
                     font-family: Arial, Verdana, Sans-serif;
                     text-decoration: none;
                     text-align: center;
                  }
/* Die geraden angeklickten Links (sieht gleich aus) ;-) */
.menuehome a:active {
                       color: #ffffff;
                       background-color: #ABABAB;
                       font-size: 16px;
                       font-weight: 500;
                       width: 174px;
                       display: block;
                       height: 26px;
                       font-family: Arial, Verdana, Sans-serif;
                       text-decoration: none;
                       text-align: center;
                    }
/* Wenn mit der Maus ueber einem Link */
.menuehome a:hover {
                      color: #ffffff;
                      background-color: #a9a9a9;
                      font-size: 16px;
                      font-weight: 500;
                      width: 174px;
                      display: block;
                      height: 26px;
                      font-family: Arial, Verdana, Sans-serif;
                      text-decoration: underline;
                      text-align: center;
                   }
/* MENUEHOME ENDE */






/* ALLGEMEINE EINSTELLUNGEN */
/* Einstellung der Zeile ueber dem Menue (Sie befinden.....) */
.navi {
         font-size: 12px;
         font-weight: lighter;
         position: relative;
         top: -12px;
         left: 5px;
      }
/* groesse des Platzhalters */
.platz {
         height: 15px;
       }
/* das auch im FF alle dick geschriebenen Sachen Dick sind */
strong {
         font-weight: bold;
       }
/* wenn bei Listen (<ul><li>) keine Aufzaehlungspunkte sein sollen */
.none {
         list-style-type: none;
      }
/* zum unterstreichen */
#u {
      text-decoration: underline;
      /* darf nur EINMAL im QT vorkommen (wegen validen HTML..) */
   }
.u {
       text-decoration: underline;
       /* darf oefters vorkommen */
   }
/* unterstichen und Dick */
#ub {
      text-decoration: underline;
      font-weight: bold;
      /* darf nur EINMAL im QT vorkommen (wegen validen HTML..) */
    }
.ub {
       text-decoration: underline;
       font-weight: bold;
       /* darf oefters vorkommen */
    }
/* nur Dick */
#b {
     font-weight: bold;
     /* darf nur EINMAL im QT vorkommen (wegen validen HTML..) */
   }
.b {
     font-weight: bold;
     /* darf oefters vorkommen */
   }
/* Alle Bilder ohne Rahmen */
img {
       border: 0px;
    }
/* Kleien Schrift (9px) */
.klein {
          font-size: 9px;
       }

/* ALLGEMIEINE ENSTELLUNGEN ENDE */





/* Formatierung des Copyrights und den W3C Auszeichnungen */
.copy {
        font-size: 12px;
        font-weight: lighter;
        position: relative;
        top: -36px;
        left: 5px;
        display: block;
      }


.copy2 {
        font-size: 11px;
        font-weight: lighter;
        position: relative;
        top: -40px;
        left: 5px;
        width: 160px;
      }

