
<style type="text/css">


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ font-family:Arial,sans-serif; }

a:link { color:#990000; text-decoration:underline  }
a:visited { color:#330000; text-decoration:underline  }
a:hover { color:#3F7A9E; text-decoration:underline }
a:active { color:#3F7A9E; text-decoration:underline }

.block { text-align:justify }
.b2cm { margin-left:2cm; text-align:justify }
.2cm { margin-left:2cm }

.bgpresse { text-align:justify; background-color:#FFFFCE; padding: 5px;  }

#navline { border-width:2px; border-style:solid; border-color:#990000; border-collapse:collapse; background-color:#FFFFCE;}




<!-- neu am 1.03.09 hinzugefügt: Picture pop up ...und  oben eingefügt style     -->


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px; 
left: -1000px;
<!--border: 1px dashed gray;-->
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 on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */

}

</style>

