body 
{
  background-image:url(Pics/hintergrund1.jpg);
  color:#000000;
  font-family:"Trebuchet MS";
  font-size:13px;
}
a:link {color:#FFFFFF}
a:hover {color:#99FF00}
a:active {color:#0000FF}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
background: url(wait.gif) no-repeat center;
}

.thumbnail img{
border: 10px solid white;
margin: 1px 1px 1px 1px;
}

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

.thumbnail:hover img{
border: 10px solid #FFCC33;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 0px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

.map {
background: url(Pics/wait.gif) no-repeat center;
}


