 /**Dies ist die CSS Datei für das Falkentagebuch **/

figure,figcaption
         {
         margin: 0;
         padding: 0;
         }
figure.eins
         {
         position: relative;
         display: inline-block;
         border: 0px yellow solid;
         width: 900px;
         }
figure.zwei
         {
         position: relative;
         display: inline-block;
         border:0px black solid;
         width: 40%;
         }

figure.drei
         {
         position: relative;
         display: inline-block;
         border:0px black solid;
         width: 32%;
         }
figure.vier
         {
         position:relative;
         display:inline-block;
         border:0px yellow solid;
         width: 24.5%;
         }
figure img
         {
         width: 95%;
         display: block;   margin:auto;
         }
figcaption
         {
         position: absolute;
         bottom: -40px;
         width: 100%;
         text-align: center;
         line-height: 3.0em;
         color: #ffe;                            /*  */
         back ground: rgba(94, 94, 94, 0.3);}
.gesamt
         {
         position: relative;
         font-size:1.1em;
         color: #ffe;
         background: #5c5c5c;
         border:0px solid red;
         }
.top     {
         width:80%;
         font-size:1.1em;
         color:#ffe;
         background: #5c5c5c;
         position: relative;
         text-align: center;
         margin:auto;
         }
.mitte   {
         display:inline-block;
         position:relative;
         width:100%;


         text-align:center;
         margin:auto;
         border:1px blue solid;
         }