 /* ExhibitPlus V1.3 01.05.2004. Author: Mark Fyvie. Official site: http://www.fyvie.net/photos/info_exhibitplus.html

    This is basestyle.css -
    Even though colour information is specified here, each HTML page actually calls a second style sheet, and this style sheet contains just the colour information for the various styles. In this way the dark style is modified into other styles */





  body {
        font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
        font-size: 14px;
        color: #006600;
        font-weight: bold;
        font-style: normal;
        background-image:url(Hintergrund_Schnecke.gif);
        margin:10px 0px 0px 10px;
        }
 a:link {
        color: #af0000;
        }
 a:visited {
        color: #cc6633;
        }
 a:hover {
        color: #df3300;
        }
 p {
        margin:();
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        }
 p.indent {
        margin-left: 30px;
        }
 table,tr,td {
        padding:6px;
        margin-left:20px; margin-right:20px;
        font-size: 14px;
                border-collapse:collapse;
        vertical-align:();
        clear:left;
        }
 img {
        border: 0px;
        }

   .header,h1,h2,h3,h4 {
        font-family: Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
         font-weight: normal;
        color: #006600;
        text-align: center;
        }

   h1    {font-size:30px;
          }

   h2    {font-size:24px;
          }


        h3    {font-size:20px;
          }


        /* Used to setup the main page structure with borders on the left and right */
 #centercontent {
        margin-left: 0px;
        margin-right: 0px;
         background-image:url(Hintergrund_Schnecke.gif);
        }


 .line {text-align:center;margin:15px;
            }



        /* Styles assosicated with navframe */
 #navframe {}


/* Styles associated with index pages */
 #indexframe {
        width: 680px;
        background-image: url(../../Hintergruende/Mauerputz.jpg);
        font-size: 20px;
        font-weight: normal;
         font-family: verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
        padding: 5px;margin:15px auto;
        border: 4px ridge #efcdcd;  /* Netscape 4.x friendly */

         }
 .folderData {
        font-size: small;
        color: #006600;
        line-height: 90%;
        }

      .folderDataPos {
        font-size: 14px;
        color: #006600;
        line-height: 100%;

        }

 .folderDescription {
        color: #993333;
        font-family: Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
        font-weight:normal;
        font-size: 16px;
        line-height: 100%;
        margin-top: 5px;
        }
 .folderNavigation {
        position: relative;
        font-size:14px;
        font-weight:bold;
        top: 0px;
        }
 .float {           /* Used to allow captions under the thumbnails, while at the same time preserving the "free flow" nature of thumbs when the browser is resized */
        float: left;
       padding: 12px;
        }
 .float p {
        text-align: center;
        margin: 10px 10px 10px 10px;
        }

 .thumbName a {
        color: #006600;
                font-size: 13px;
               font-weight: bold;
                text-decoration: none;
        }
 .thumbDate {
        color: #006600;
        font-size: x-small;
        }


/* Styles associated with slide pages */
 #frame {
        background-image: url(../../Hintergruende/Mauerputz.jpg);
        position: relative;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
        border: 4px ridge #efefef;  /* Netscape 4.x friendly */
        }



 .minithumb {
        padding: 0px;
        }
 .minithumbCurrent {
      border: 2px dotted black;
        padding: 0px;
        }
 .minithumbBox {
        float: right;
        }
 .photoName {
       position: relative;
        float: center;
        font-family:Verdana,Arial,Tahoma,Helvetica,sans serif;
        font-size: x-large;
        color: #006600;
        font-weight:normal;
        }
 .photoPosition {
        position: relative;
        font-size: small;
       color: black;
        font-weight: normal;
        }
 .photoComments {
        position: relative;
        font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
        font-size: normal;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        text-align: center;
        color: #006600 ;
        }


 .keyboardDataPopup {
        width: 250px;
        position: absolute;
        top: -150px;
        left: 0;
        background-color: silver;
        color: black;
        text-align: left;
        z-index: 10;
        border: 1px solid black;
        padding: 5px;
        font-size: x-small;
        visibility: hidden;
        float: left;
         }

 .slideFrameButtons {
        width: 350px;
        position:absolute;
        right: 3px;
        }
 #buttonbox_portrait {
        position: absolute;
        z-index: 25;

        }



/* Styles assosciated with additional files, e.g. news.inc, footer.inc etc */


 .footer {
        font-size: x-small;
         font-family: Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
        color: rgb(97,97,97);
        text-align: center;
        }