body 
{
  background-image:url(Pics/hintergrund2.jpg);
  background-color:#D9D9D9;
  color:#000000;
  font-family:"Trebuchet MS";
  font-size:13px;
}
a:link {color:#CB4418}
a:hover {color:#DCE3DF}
a:active {color:#CB4418}
a:visited {color:#006699}


/*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;
}

