<style type="text/css">

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

#thumbnail {
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #11303a; 
padding: 10px 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: lightyellow;
text-decoration: none;
} 
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

/* --- hover fotos oben ---*/
.thumbnailol:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -400px; /*position where enlarged image should offset horizontally */
top: 100px;
text-align:center;
}
.thumbnailom:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -575px; /*position where enlarged image should offset horizontally */
top: 100px;
text-align:center;
}
.thumbnailor:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -750px; /*position where enlarged image should offset horizontally */
top: 100px;
text-align:center;
}

/* --- hover fotos unten --- */
.thumbnailul:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -400px; /*position where enlarged image should offset horizontally */
top: -400px;
text-align:center;
}
.thumbnailum:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -575px; /*position where enlarged image should offset horizontally */
top: -400px;
text-align:center;
}
.thumbnailur:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -750px; /*position where enlarged image should offset horizontally */
top: -400px;
text-align:center;
}


#carnail {
}

.carnail{
position: relative;
z-index: 0;
color:yellow;
text-decoration: none;
cursor: default;
}
.carnail:hover{
background-color: transparent;
z-index: 50;

}
.carnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #233815; 
padding: 2px;
left: -1000px;
visibility: hidden;
color: light yellow;
text-decoration: none;
} 
.carnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

/* --- hover fotos oben ---*/
.carnailA1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -46px; /*position where enlarged image should offset horizontally */
top: 40px;
text-align:center;

}
.carnailA2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -46px; /*position where enlarged image should offset horizontally */
top: 24px;
text-align:center;
}
.carnailB1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -45px; /*position where enlarged image should offset horizontally */
top: 52px;
text-align:center;
}
.carnailB2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -40px; /*position where enlarged image should offset horizontally */
top: 44px;
text-align:center;
}
.carnailB3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -40px; /*position where enlarged image should offset horizontally */
top: 30px;
text-align:center;
}
.carnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -36px; /*position where enlarged image should offset horizontally */
top: 30px;
text-align:center;
}
.carnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -48px; /*position where enlarged image should offset horizontally */
top: 30px;
text-align:center;
}
.carnailh1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -34px; /*position where enlarged image should offset horizontally */
top: 24px;
text-align:center;
}

/* -------  note IE --------*/

/* #note {
width: 80%;
margin:60px auto 10px auto;
padding: 0;
background-color: #30ff00;
border: 1px outset #30ff00;
text-align:center;
}
.note {
position:absolute; left:50px; top:-80px; width:200px;
   border-style:solid;
   border-width:2px;
   border-color:blue;
   background-color:yellow;
   padding: 5px;
   color: red;
   font-family: Arial;
   font-weight: bold;
   font-size: 10pt;
   z-index:2;
   visibility:hidden;
}   */

</style>
