
/* schriftstil,abstände */

body
{ color: white;  background-color: #fff; font-family: verdana,arial; font-size: 10pt;margin-top: 20px; margin-left: 40px; margin-right: 40px;margin-bottom: 20px; padding:0px;}


table,tr,td
{margin-top: 0px; margin-left: 0px; margin-right:0px;margin-bottom:0px; color: #000 ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: white; scrollbar-base-color: #silver;
scrollbar-highlight-color : #e6e6e6; scrollbar-shadow-color : #red;
SCROLLBAR-TRACK-COLOR: #cccccc;}



.rub
{ color: #000;  background-color: #eeeeee; font-family: verdana,arial; font-size: 9pt;}

div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0; padding: 0;
    border: 1px dashed silver; background-color: #eee;
  }
  div#Info strong {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }


/* menue links */

#menu1 a {display: block;
background-color:#ffffff; color:#808080;
text-decoration:none;font-family:verdana, sans-serif; font-size: 9pt;width:210px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px;margin: 0px auto;border-top:solid 1px #bcbcbc;
}

#menu1 a:visited{
background-color:#ffffff; color:#808080;
text-decoration:none;font-family:verdana, sans-serif; font-size: 9pt;width:210px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px;margin: 0px auto;border-top:solid 1px #bcbcbc;
  }

#menu1 a:active{
background-color:#ffffff; color:#808080;
text-decoration:none;font-family:verdana, sans-serif; font-size: 9pt;width:210px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px;margin: 0px auto;border-top:solid 1px #bcbcbc;
  }

#menu1 a:hover {
background-color:#eeeeee; color:#000000;
text-decoration:none;font-family:verdana, sans-serif; font-size: 9pt;width:210px;
padding-left: 4px; padding-bottom: 4px;   padding-top: 4px;margin: 0px auto;border-top:solid 1px #bcbcbc;

}


/* allgemeine links */

a:link{ color: #808080; text-decoration:underline; ;font-family: verdana; font-size: 10pt;}

a:visited{color: #808080;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:active{ color:#808080;text-decoration:underline;font-family: verdana; font-size: 10pt;  }

a:hover{ color: #ffffff;background-color:#808080;  text-decoration:none;font-family: verdana; font-size: 10pt; }

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid gray;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 5;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 250;
}


