/*Linnkseite*/
/* =======================================================
Allgemeine Styles

Datei: Tabelle_fuer_Links.css
Datum: 02.09.2014
Autor: JÃƒÆ’Ã‚Â¼rgen Frank Wendekamm
========================================================== */
body {

        background-image: url('../Grafik/hinter1.gif');
        background-attachment:fixed;
        }
h1 { font-size: 220%; font-family: "Times New Roman", Times, serif; font-style:italic;
         text-shadow: 0.2em 0.2em 0.2em #999; margin-top:4px; padding-top:40px
}

html>body #fixiertoben {  /* nur fuer moderne Browser! background-color:transparent; */
   position: fixed;
  }
#fixiertoben {
    position: absolute;
   border: 0px solid silver;
     width: 3000px;
      margin-left: -1500px;
 height: 30px; margin-top: -20px;
 top: -1px ;
 left: 50%;
}

#kopf {
 text-decoration: none; border-bottom: 2px solid #8c8c8c;
text-align: center;
        white-space: nowrap;
          background-image: url('../Bilder-img/cdbkgnd.jpg'); height:350px
        }
/*table {
   margin: 2px 2px 100px 2px;
   border-collapse: separate;
   border-spacing: 0 0;
   text-align:center;
   width:808px;
   border-color:blue;
   border-style: solid;
   border-width: 1px; background-color:#ffffF0
         }
th {
   border-color:blue;
   border-width: 1px;
   border-style: solid;
   border-top: none;
   border-left: none;
   text-align: center;
   font-style:italic
}

td {
   border-color:blue;
   border-width: 1px;
   border-style: solid;
   border-top: none;
   border-left: none;
   white-space:nowrap;
   text-align: left;
} */





html>body #fixiertunten {  /* nur fuer moderne Browser! */
   position: fixed;
  }

/* Feste Fussbereich unten */
#fixiertunten {
    position: absolute;
     bottom: 0;
    background-color: white;
    border: 0px solid silver;
    width: 2000px;
    margin-left: -1000px;
    height: 80px;
    left: 50%;
}
div#fussbereich {
  padding: 0px 2px 0px 2px;
  border-top: 2px solid #8c8c8c;
  margin-top: 0px;
  height:0px;
}

      .linksbuendig {text-align: left;}
      .rechtsbuendig {text-align: right;}
      .zentriert {text-align: center;}
      .blocksatz {text-align: justify;}
          .breite_Zelle {width:160px}


a: { color:#000000; }
a:link {  color:#000000; text-decoration:none; font-style: italic }
a:visited { color: black; text-decoration:underline; }
a:focus { color:red; text-decoration:underline; }
a:hover {  color:green; text-decoration:none; }
a:active {  color:lime; text-decoration:underline; }


address {
  text-align: center;
   color:gray;
  font-size: 60%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}
.clearing { clear: both; }


img#img01 {
        vertical-align: text-bottom;
        border-style: solid;
        border-width: 0px;
        margin-bottom : 1px; height: auto
        }
img#img-Pferd {
              margin: 1px 10px -2px 10px  ;height: 30px; width: 26px
        }