/* Übernahme des Layouts aus format.css*/
body {font-family: verdana, tahoma, arial;
      background-color:#FCFCC7;
      color:#603913; font-size:14px;}

div.inhalt {background-color:#FCFCC7; width:700px; height:420px;
            border-right:2px solid #7CC576;
            border-bottom:2px solid #7CC576;
            margin:0 auto 0 auto; padding:10px; }

h1   {font-size:20px; border-bottom:2px;}


/* Diashow Gesamtgröße */
#album {width:420px; height:300px;
        background:#FCFCC7;
        border-top:0px
        margin:-10px auto 0 auto;
       }

/* Basis-Listenformate */
.gallery {padding:0 0 0 10px;
          width:410px; height:32px;
          margin:10px auto 0 auto;
          list-style-type:none;
          position:relative;
          border-top:1px solid #7CC576; border-bottom:1px solid #7CC576;
          }
/* keien Rahmen um Bilder */
.gallery img {border:0;}

/* Liste horizontal */
.gallery li {float:left;}

/* a:link, a:visited, a:focus, a:hover, a:active {color:#000; } */
/* Stil für active/focus für IE) */
.gallery li a:link, .gallery li a:visited,
 .gallery li a:focus, .gallery li a:hover,
  .gallery li a:active {background-color:#7CC576;}

/* Stil für Links */
.gallery li a, .gallery li a:visited {font-size:11px;
                                      float:left;
                                      text-decoration:none;
                                      color:#603913;
                                      text-align:center;
                                      width:26px;
                                      height:26px;
                                      line-height:24px;
                                      border:1px solid #603913;
                                      margin:2px 3px 0 3px;
                                     }
/* Bildposition und unsichtbar */
.gallery li a img {position:absolute; top:-310px; left:10px; visibility:hidden; }
/* Bildposition für class landscape */
.gallery li a img.landscape {top:50px; width:400px; height:300px;}
/* Bildposition für class portrait */
/*.gallery li a img.portrait {left:0; border-left:40px solid #eee; border-right:40px solid #eee;} */


/* Stil für Hover Link */
.gallery li a:hover {background:#7CC576; border:1px solid #603913;
                     padding:0px; width:34px; height:34px;
                     margin:-2px 0 0 -2px;
                    }

/* Bild sichtbar machen */
.gallery li a:focus img,
 .gallery li a:hover img,
  .gallery li a:active img {visibility:visible;}