html, body {
font-family: arial, sans-serif;
font-size: 100%;
min-height: 400px;
background-color: #FAF7C2;
}

#wrapper {
    text-align: left;
    width: 1024px;
    margin: 0 auto;
//   background-image: url(./images/Hintergrund.jpg);
   -pie-box-shadow: 0px 10px 10px #999577;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
        border-width: 0px;
        border-color: transparent;
//        border-left: black 1px solid;
//        border-right: black 1px solid;
   min-height: 800px;
}

.c1 {color: silver; font-family: VERDANA,ARIAL,HELVETICA; font-weight:bold; font-size: 140%; text-align: center;}
.c2 {color: #000000; font-family: VERDANA,ARIAL,HELVETICA; font-weight:bold; font-size: 100%; text-align: center;}
.c3 {color: #000000; font-family: VERDANA,ARIAL,HELVETICA; font-weight:bold; font-size: 100%; text-align: center;}
.top { text-decoration: none; font-family: ARIAL; font-size: 11px; color: red; margin-left: 0px; }
a { text-decoration: none; }
article h5{
    color: #000000;
}
#content {
        position: absolute;
//        left: 60px;
        width: 1000px;
}
td.c5  {font-family: Verdana; font-size: 14px; border: 0px; font-weight:bold}
td.c6  {font-family: Verdana; font-size: 14px; border: 0px}

#Inhalte-werden-zentriert {
        display: flex;
        align-items: center;
        justify-content: center;
}

header {
    background:url(../images/Titel-Neux.jpg) no-repeat left top;
    height: 125px;
    width: 1024px;
}

header p {
    color: #630102;
    font-style: italic;
    text-align: left;
    font-size: 0.8em;
    padding: 60px 20px 0 0;
    text-shadow: 1px 1px 1px #800000;
    opacity: 0.8;
    margin-left: 0px;
    margin-top: -8px;
}
#youarehere {
        position: absolute;
        float: left;
        top: 120px;
        width: 1024px;
        height: 30px;
        background-color: #FAF7C2;
}

#youarehere a {
        display: block;
        float: left;
        height: 30px;
        padding: 0px 10px 0px 10px;
        line-height: 30px;
        color: #777777;
        text-decoration: none;
        font-size: 11px;
        background : url(../images/pmr.gif) no-repeat;
        text-align: center;
        border: 1px solid #bbb003;
        border-radius: 10px;
        box-shadow: 0 5px 10px white inset;
        color: #800000;
        background-color: #FFFFFF;
        transition: all .25s ease-in;
        font-size:13px;
        font-family: Comic Sans MS;
        margin-top: 5px;
}
#youarehere a:hover {
        color: #FF0000;
        background : url(../images/pmra.gif) no-repeat;
        background-color: #FFFFFF;
}

#youarehere hr {
        margin-top:35px;
        border-color: #fbf7b3;
}

article {
        background:url(../images/Buch1024.png) no-repeat center top;
        height: 635px;
        width: 1024px;
//       background-color: #FAF7C2;
//        width: 1024px;
//        margin-left:60px;
//        display: flex;
//        align-items: center;
//        justify-content: center;
}

footer {
    background-color: #FBF7B3;
        text-align: center;
    clear:both;
        line-height: 2em;
//        color: silver;
//        font-size: 60%;
          color: #8000000;
          font-size: 12px;
//          margin-top: 700px;
}

footer a {
        color: silver;
        text-decoration: none;
}

footer hr {
        margin-top:35px;
        border-color: #fbf7b3;
}

#schatten {
  background:url(../images/schatten.png) repeat-x;
  height:12px;
}