body {
	background-attachment: fixed;

	background-repeat: no-repeat;
	background-size: cover;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 87%;
	margin: 0 auto;
	padding: 0;


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E708B', endColorstr='#AACAD5');
	margin: 0px;
	overflow: hidden;
	background-color: white;
	background-image: url(../img/pozadi-elektro/pozadi5.jpg);
	background-position: center center;
}
div{
	z-index:10;
	position: relative;
}

img.motiv{
	z-index:2;
	max-height: 900px;
	width: auto;
	-webkit-box-shadow: 25px 25px 40px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    25px 25px 40px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         25px 25px 40px 0px rgba(50, 50, 50, 0.5);
	border: 3px solid white;
}

img.motiv-stin{
	transform: scaleX(1) scaleY(0.3) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(-39deg, 0deg);
	-moz-transform: scaleX(1) scaleY(0.3) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(-39deg, 0deg);
	-webkit-transform: scaleX(1) scaleY(0.3) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(-39deg, 0deg);
	-o-transform: scaleX(1) scaleY(0.3) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(-39deg, 0deg);
	-ms-transform: scaleX(1) scaleY(0.3) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(-39deg, 0deg);
	perspective: 1000px;-webkit-perspective: 1000px; perspective-origin: 50% 50%; -webkit-perspective-origin: 50% 50%;
	opacity: 0.2;
	z-index:1;
	width:90%;
	max-width: 900px;
	max-height: 900px;
}
table.box{
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:2;
}

.footer a{
	color: #666;
}
.footer{
	position: fixed;
	margin-left: 30px;	
	right:0px;
	bottom:0px;
	float:right;
	padding: 5px 10px;
	background-color: #EEE;
	opacity: 0.8;
	color: #666;
	z-index:100;
}
.footer:hover{
	opacity: 1;
}


.footer{
	position: fixed;
	margin-left: 30px;	
	right:0px;
	bottom:0px;
	float:right;
	padding: 5px 10px;
	background-color: #EEE;
	opacity: 0.8;
	color: #666;
	z-index:100;
	height: 17px;
	line-height:20px;
}


@media screen and ( max-width: 840px ) {
	.footer{
		font-size: 12px !important;
	}
}
@media screen and ( max-width: 600px ) {
	.footer{
		font-size: 10px !important;
	}
}

