/*Style mit Textleiste für die Startseite */
body {
  background: #6b6855 url('../allgem_bilder/1903_factory.jpg') center center no-repeat fixed;
  font:bold italic 15px georgia,times,serif;
  color: #fff;
  margin:10px 20px 20px 40px;
  padding:0px;
  text-align:center;
  width: 90%;
  height: 100%;
  }
td {
font:bold italic 15px georgia,times,serif;
color:#fff;
text-align:center
 }

.left {float:left;} /*Element wird links ausgerichtet, Folgeelemente fließen um dieses Element */
.right {float:right;} /*Element wird rechts ausgerichtet, Folgeelemente fließen um dieses Element */
/*Grundlegene Elemente zur Positionierung von Bildern im Text mit nötigen Abständen zum Text*/
.img-left {
        float:left;
        margin-right:20px;
        margin-bottom:10px;
         margin-top:20px;
}
.img-right {
        float:right;
        margin-left: 20px;
        margin-bottom: 10px;
         margin-top:20px;
}
/*Clear Element, welches Float-Formatierungen wieder entfernt,
um nach einem Float, wieder eine neue Zeile zu beginnen*/
.clear {clear:both;}

  h1 {
color:#f60;
    margin:10px auto;
    letter-spacing:1px;
    display:block;
    font-variant:small-caps;
    text-align:center;
}
  h2 {
color:#f60;
    margin:10px auto;
    letter-spacing:1px;
    display:block;
    font-variant:small-caps;
    text-align:left;
}
 h3 {
color:#f60;
    margin:10px auto;
    letter-spacing:1px;
    display:block;
    font-variant:small-caps;
    text-align:right;
}
  h5 {
    font:bold italic 17px georgia,times,serif;;
    color:#fff;
    display:block;
    margin:20px ;
    letter-spacing:1px;
    display:block;
    font-variant:small-caps;
    text-align:center;
    }


  a {
    color:#f60;
    font-size: 10px;
    text-decoration:none;
    }
  a:hover {
    color:#c0c0c0
    }
