/*html {height: 100%; width: 100%;}
body {height: 100%; width: 100%;}
table {height: 100%; width: 100%;}*/


/* Hover CSS Konstrukt */
.popup-img {position: relative;display: inline-block;}
.popup-img .thumb {position: relative;z-index: 1;}
.popup-img .fullimg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	height: 100%;
	width: 100%;
}
.popup-img .fullimg img {
	position: relative;
	top: -50%;
	left: -50%;
	max-width: 300px;
	
}
.popup-img:hover .fullimg {display: inline-block;}