/* Anzeige großes Bild */
#bildanzeige{ position:absolute; background-color: #C5D78D;
              margin-top: 7px; margin-left: 5px; width: 550px; height:437px; border: 0px solid white; }

/* Titel des angezeigten Bildes */
#titel { position: absolute; top: 5px; left: 15px; background-color: transparent; width: 520px; height: 20px; color: #00CC00;color: black;
         font-size: 16px; text-transform: none; text-align: center; letter-spacing: 1px; font-weight :bold; border: 0px solid white; }

/* Bildanzeige und im Wechsel Information zum Bild */
#bildpad, #infopad { position:absolute; background-color: #C5D78D; z-index: 40;
                     margin-top:30px; margin-left: 10px; width:530px; height:400px; border: 0px solid #B85400; }
/* Tabelle */
#infotab { font-size:11px; text-transform: none; text-align: left; letter-spacing: 0.08em; font-weight: normal; font-style: normal;
           margin-top: 7px; margin-left: 4px; width: 510px; height: 390px; border: solid 0px blue; }
#infotab caption { height: 30px; font-size: 14px; color: black; padding-top: 0px; text-align: center; font-weight: bold; border-color: black; }
#infotab th { height: 20px; font-size: 11px;  color: black; padding-left: 10px; text-align: left; font-weight: normal; border-color: black; }
#infotab td { height: 20px; font-size: 1.0em; color: black; padding-left: 10px; text-align: left; font-weight: normal; border-color: black;}
#infotab tfoot{ height: 75px; }
#infotab tfoot td{ height: 25px; font-size: 11px; color: black; padding-top: 0px; padding-left: 10px; text-align: left; font-weight: normal;
         border-color: black;  border: solid 1px blue; vertical-align:top; }

/* Kontaktaufnahme */
#kontaktbereich { position:absolute; background-color: #C5D78D;
                 margin-top: 443px; margin-left: 0px; width:265px; height:43px; border: 0px solid #B85400; }

#ueberschrift { position: absolute; background-color: transparent; color: black; list-style: none; text-decoration: underline; font-weight: bold;
                font-size: 12px; text-transform: none; text-align: center; letter-spacing: 0px;
                margin-top: 3px; margin-left: 0px; width:253px; height:18px; border: solid 0px red; }

#mailseit{ position: absolute; background-color: transparent;
           margin-top: 22px; margin-left: 0px; padding-top: 0px; padding-left: 0px; width:125px; height:18px; border-right: solid 0px #B85400;}
#mailseit{ list-style: none; text-align: center; color: #ABC645; letter-spacing:0px;
           text-transform: none; font-size: 12px; font-weight :bold; }
#mailseit li{display:inline; }
#mailseit  a{ text-decoration: none; color: black; text-decoration: none;}
#mailseit li :hover { white-space:normal; border-color: green; color: yellow; }
#mailseit li :active{ white-space:normal; border-color:#555; color: blue; }
#mailseit li :focus { white-space:normal; border-color:#555; background: green; }

#webseit{ position: absolute; background-color: transparent;
          margin-top: 22px; margin-left: 126px; padding-top: 0px; padding-left: 0px; width:127px; height:18px; border: solid 0px red;}
#webseit{ list-style: none; text-align: center; letter-spacing:0px; font-size: 12px; font-weight: bold; }
#webseit li{ display:inline;}
#webseit a{ text-decoration: none; color: black;}
#webseit li :hover{ white-space:normal; border-color: green; color: yellow; }
#webseit li :active{ white-space:normal; border-color:#555; color: #ABC645; }
#webseit li :focus{ white-space:normal; border-color:#555; background: #87A7D7; }

/* Vollbildanzeige */
#vollbild {position: absolute; background-color: #C5D78D;
              margin-top: 443px; margin-left: 275px; width: 135px; height: 43px; border: 0px solid #B85400; }
#vollbild li{ position:absolute; list-style: none; text-align: center;
              font-weight :bold; font-size: 12px;
              margin-top: 10px; margin-left: 10px; width:100px; height: 20px; border: solid 0px red; }
#vollbild a{ display: inline-block; color: black; text-decoration: none; }
#vollbild li :hover  { white-space:normal; border-color: green; color: yellow; }
#vollbild li :active { white-space:normal; border-color: #555;  color: blue; }

/* Infobereich */
#infobereich {position: absolute; background-color: #C5D78D;
              margin-top: 443px; margin-left: 420px; width: 130px; height: 43px; border: 0px solid #B85400; }
#infobereich li{ position:absolute; background-color: transparent; list-style: none; text-align: center;
                 font-weight: bold; font-size: 12px; letter-spacing: 0.1em;
                 margin-top: 10px; margin-left: 10px; width: 100px; height: 20px; border: solid 0px red; }
#infobereich a{ display: inline-block; color: black; text-decoration: none; }
#infobereich li :hover  { white-space:normal; border-color: green; color: yellow; }
#infobereich li :active { white-space:normal; border-color: #555;  color: blue; }
