/* ------------- allgemeines --------------------------------------*/
body        {
             background-color: #8b0000;/*darkred;*/
             background-image: url(../images/album_mittel.jpg);
             background-repeat: repeat-y;
             color: #ffc;
            }
a           {
             /*text-decoration: none;*/
             color: #9cf;
             outline: none;
            }
a:visited, a:hover{ color: #ffc; }
a:active    { color: #000; }
h2          {
             text-align:center;
             font-size:150%;
             font-weight: bold;
            }
.kapital:first-letter{
             font-size: 200%;
            }
/* ------------- Kopfzeile mit Banner ------------------------------*/
#header     {
             color: #000;
             margin: 10px 0px 0px 100px;
             padding: 0px 0px 0px 0px;
            }

#bannerleft {
             margin: 0px 0px 0px 150px;
             padding: 0px 0px 0px 25px;
            }

#bannerright {
             height: 110px;
             margin: 0px 120px 0px 0px;
             padding: 0px 25px 0px 0px;
             background-color: #fff8dc;
             text-align: center;
             border: 2px solid;
             border-color: #ddd #000 #000 #ddd;
            }

#bannerright img.banner_rel {
              width:300px;
              margin-top: -80px;
              height: 80px;
             }

#bannerright img.banner_top {
              width:300px;
              height: 80px;
             }

#home        {
              position: absolute;
              left: 0;
              top: 10px; // top: 16px;
              margin-left: 100px;
              width: 150px;
              height: 110px;
              padding: 0px 0px 0px 0px;
             }
#home img    {
              height: 100%;
              width: 150px;
              border: 2px solid;
              border-color: #ddd #000 #000 #ddd;
             }

#wappen      {
              position: absolute;
              top: 10px; // top: 16px;
              right: 0;
              margin: 0px 10px 0px 0px;
              width: 90px;
              height: 110px;
              padding: 0px 0px 0px 0px;
             }
#wappen img  {
              height: 100%;
              width: 90px;
              border: 2px solid;
              border-color: #ddd #000 #000 #ddd;
            }

#banner_navigate {
            font-size: 11pt; //  margin-top: -20px;
            height : 30; z-index: 3;
            color: #000;
            }
#banner_navigate a { color: #000; }
#banner_navigate a:visited, #banner_navigate a:hover{ color: #900; }
#banner_navigate a:active { color: #000; }
/* ------------- Inhalt mit Navigation und Text -----------------*/
#bodyleft   {
             margin: 10px 10px 0px 100px;
             padding: 0px 0px 0px 0px;
            }
#bodyright  {
             margin: 0px 0px 0px 170px;
             padding: 0px 0px 0px 0px;
             text-align: left;
             font-size: 150%; // font-size: 130%;
             font-family: monotype corsiva, script;
            }
#navigation {
            position: absolute;
            left: 110px;
            top : 200px;
            width : 150px; // width: 140px;
            }
#navigation ul{
            margin: 0;              /* removes ident IE and Opera */
            padding: 0;             /* removes ident Mozialla and NN7 */
            list-style-type: none;  /* turns off display of bullets */
            font-size: 1.0em;
            }
#navigation ul li{
            margin: 5px;
            }
#navigation ul li a{
            display: block;
            padding: 0;
            border: 2px solid;
            height: 75px;
            border-color: #ddd #000 #000 #ddd;
            background-image: url(../images/Button_mittel.gif);
            background-repeat: no-repeat;
            background-position: 0% 50%;
            }
#navigation ul li a:link, #navigation ul li a:visited{
            text-decoration: none;
            }
#navigation ul li a:hover, #navigation ul li a:active {
            background-image: url(../images/Button_mittel_bl.gif);
            background-repeat: no-repeat;
            background-position: 0% 50%;
            }
#navigation ul li a.uberlink:link, #navigation ul li a.uberlink:visited,
#navigation ul li a.uberlink:hover, #navigation ul li a.uberlink:active {
            background-image: url(../images/Button_mittel_gl.gif);
            background-repeat: no-repeat;
            background-position: 0% 50%;
            }
#navigation ul img {
            border: 0;
            width: 150px; // width: 140px;
            }

#navigation ol{
            list-style-type: none;  /* turns off display of bullets */
            font-size: 1.0em;
            }
#navigation ol li{ margin: 2px; }
#navigation ol li a{
            display: block;
            padding: 0;
            border: 2px solid;
            height: 50px;
            width: 100px;
            border-color: #ddd #000 #000 #ddd;
            background-image: url(../images/Button_klein.gif);
            background-repeat: no-repeat;
            background-position: 0% 50%;
            color: #000;
            }
#navigation ol li a:link, #navigation ol li a:visited{
            text-decoration: none;
            }
#navigation ol li a:hover, #navigation ol li a:active{
            background-image: url(../images/Button_klein_bl.gif);
            background-repeat: no-repeat;
            background-position: 0% 50%;
            }
#navigation ol li a.uberlink:link, #navigation ol li a.uberlink:visited,
#navigation ol li a.uberlink:hover, #navigation ol li a.uberlink:active {
            background-image: url(../images/Button_klein_gl.gif);
            background-repeat: no-repeat;
            background-position: 0% 50%;
            }
#navigation ol li img {
            border: 0;
            width: 100px; // width: 100px;
            }

/* ------------------ toplink ----------------------------*/
#toplink    {
            margin: 25px 0px 10px 0px;
            padding: 0;
            clear: left;
            float: right;
            text-align: right;
            width : 105px; // width: 100px;
            }
#toplink a{
            display: block;
            padding: 0;
            margin: 0;
            border: 2px solid;
            height: 25px;
            border-color: #ddd #000 #000 #ddd;
            text-decoration: none;
            }
#toplink img{
            border: 0;
            }
.toplink    {
            margin: 25px 0px 10px 0px;
            padding: 0;
            clear: left;
            float: right;
            text-align: right;
            width : 105px; // width: 100px;
            }
.toplink a{
            display: block;
            padding: 0;
            margin: 0;
            border: 2px solid;
            height: 25px;
            border-color: #ddd #000 #000 #ddd;
            text-decoration: none;
            }
.toplink img{
            border: 0;
            }
/* ------------------ closelink ----------------------------*/
#closelink  {
            margin: 25px 0px 10px 70px;
            padding-left: 70px; //padding-left: 0px;
            float: left;
            text-align: left;
            width : 120px;
            }
#rcloselink  {
            margin: 0px 20px 10px 0px;
            padding-right: 20px; //padding-right: 0px;
            float: right;
            text-align: right;
            width : 120px;
            }
#closelink a, #rcloselink a{
            display: block;
            padding: 0;
            margin: 0px 20px 0px 20px;
            height: 25px;
            text-decoration: none;
            }
#closelink img, #rcloselink img{
            border: 2px solid;
            border-color: #ddd #000 #000 #ddd;
            }
/* ------------------ closelink ----------------------------*/
#backlink  {
            margin: 0px 0px 10px 150px;
            padding-left: 70px; //padding-left: 0px;
            float: left;
            text-align: left;
            width : 120px;
            }
#backlink a{
            display: block;
            padding: 0;
            margin: 0;
            height: 25px;
            text-decoration: none;
            }
#backlink img{
            border: 2px solid;
            border-color: #ddd #000 #000 #ddd;
            }
/* -------------- horinzontale Trennlinie ---------------------*/
#horizontal {
            position:relative;
            left: 50px;
            margin: 20px 10% 20px 10%;
            width: auto;
            height: auto;
/*            z-index 3;*/
            text-align: center;
            clear: both;
            }
#horizontal img {
            width: 100%;
            height: 10px;
            border: 0;
            }
.horizontal {
            position:relative;
            left: 50px;
            margin: 20px 10% 20px 10%;
            width: auto;
            height: auto;
/*            z-index 3;*/
            text-align: center;
            clear: both;
            }
.horizontal img {
            width: 100%;
            height: 10px;
            border: 0;
            }
/* ------------- Fusszeile mit allg. Links --------------------*/
#footer     {
            position : relative;
            margin: 10px 25px 0px 150px;
            padding: 0px 0px 0px 0px;
            width: auto;
            height: 40px;
            font-size: 80%;
            text-align: center;
            }
#fleft      {
            margin: 0px 0px 0px 150px;
            }
#fright     {
            margin: 0px 150px 0px 0px;
            text-align: center;
            }
#lfooter    {float: left;}
#rfooter    {float: right;}
/* -------------------- Counter --------------------------------*/
#counter    {
             margin-left:100px;
             text-align: center;
             }
#counter a  {
             text-decoration: none;
             background-color: #ffc;
             color: #000;
             font-size: 125%;
             font-weight: bold;
            }
/* --------- Thumbnails mit Links auf Fotos --------------------*/
#thumbnails {
            font-size: 0.9em;
            clear: left;
            }
#thumbnails ul{
            margin: 0;                /* removes ident IE and Opera */
            padding: 0;               /* removes ident Mozialla and NN7 */
            list-style-type: none;    /* turns off display of bullets */
            /*white-space: nowrap;*/
            }
#thumbnails li{
             float: left;
             text-align: center;
             margin: 10px 10px 0 10px;
             padding-top: 20px;
             list-style-type: none;
             width: 175px;
             height: 215px;
             }
#thumbnails a{
             text-decoration: none;
             color: #ffc;
             width: 150px; // width: 155px;
             height: 230px;
             /* background-color: #fff; */
            }
#thumbnails a.lhori{
             float: left;
             margin: 0 40px 20px 0; // margin: 0;
            }
#thumbnails a.lvert{
             float: left;
             margin-bottom: 10px; // margin-bottom: 0;
            }
#thumbnails a.rhori{
             float: right;
             margin: 0 40px 20px 0; // margin: 0;
            }
#thumbnails a.rvert{
             float: right;
             margin-bottom: 10px; // margin-bottom: 0;
            }
#thumbnails img{
             padding:0;
             margin: 5px 22px 2px 22px;
             border:3pt;
             border-style: inset;
             border-color: #fff8dc;
            }
#thumbnails img.hori{
             margin: 42px 5px 2px 5px;
            }
#thumbnails img.quad{
             margin: 5px 5px 2px 5px;
            }
#thumbnails img.quha{
             margin: 70px 5px 2px 5px;
            }
#thumbnails img.hscan{
             margin: 54px 5px 2px 5px;
            }
#thumbnails div.heading{
             clear: left;
             font-size: 120%;
             margin-top: 10px;
             padding-top: 10px;
            }
#thumbnails div.heading:first-letter{
            font-size: 200%;
            }
#thumbnails div.titel{
             background-color: #fff8dc;
             color: #000;
             font-size: 90%;
             padding: 2px;
             margin: 0px 15px 0px 15px; // margin-right:0px; // margin-left:10px;
             border:2;
             border-style: inset;
             border-color: #fff8dc;
             text-align: center;
            }
#thumbnails span.titel{
             background-color: #fff8dc;
             color: #000;
             display: block;
             font-size: 90%;
             padding: 2px;
             margin: 0px 15px 0px 15px; // margin-right:0px; // margin-left:10px;
             border:2;
             border-style: inset;
             border-color: #fff8dc;
             text-align: center;
            }
.thumbhead{
             clear: left;
             font-size: 120%;
             margin-top: 10px;
             margin-left: 30px;
             padding-top: 10px;
            }
.thumbhead:first-letter{
             font-size: 200%;
            }
.thumbnails {
            font-size: 0.9em;
            clear: left;
            }
.thumbnails ul{
            margin: 0;                /* removes ident IE and Opera */
            padding: 0;               /* removes ident Mozialla and NN7 */
            list-style-type: none;    /* turns off display of bullets */
            /*white-space: nowrap;*/
            }
.thumbnails li{
             float: left;
             text-align: center;
             margin: 10px 10px 0 10px;
             padding-top: 20px;
             list-style-type: none;
             width: 175px;
             height: 215px;
             }
.thumbnails a{
             text-decoration: none;
             color: #ffc;
             width: 150px; // width: 155px;
             height: 230px;
             /* background-color: #fff; */
            }
.thumbnails a.lhori{
             float: left;
             margin: 0 40px 20px 0; // margin: 0;
            }
.thumbnails a.lvert{
             float: left;
             margin-bottom: 10px; // margin-bottom: 0;
            }
.thumbnails a.rhori{
             float: right;
             margin: 0 40px 20px 0; // margin: 0;
            }
.thumbnails a.rvert{
             float: right;
             margin-bottom: 10px; // margin-bottom: 0;
            }
.thumbnails img{
             padding:0;
             margin: 5px 22px 2px 22px;
             border:3pt;
             border-style: inset;
             border-color: #fff8dc;
            }
.thumbnails img.hori{
             margin: 42px 5px 2px 5px;
            }
.thumbnails img.quad{
             margin: 5px 5px 2px 5px;
            }
.thumbnails img.quha{
             margin: 70px 5px 2px 5px;
            }
.thumbnails img.hscan{
             margin: 54px 5px 2px 5px;
            }
.thumbnails span.titel{
             background-color: #fff8dc;
             color: #000;
             display: block;
             font-size: 90%;
             padding: 2px;
             margin: 0px 15px 0px 15px; // margin-right:0px; // margin-left:10px;
             border:2;
             border-style: inset;
             border-color: #fff8dc;
             text-align: center;
            }
/* --------- Tabellen für die Geschekeliste --------------------*/
#geschenke  {
            background-color:#fff8dc;
            color:#000;
            font-size: 100%;
            }
#geschenke a { color: #9cf; }
#geschenke a:visited, #geschenke a:hover{ color: #900; }
#geschenke a:active { color: #000; }
*/