body { 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica; 
    
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #b0b0b0 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b0b0b0 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b0b0b0 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	margin: 0; 
	padding: 0; 
}

html, body{	height:100%; }
#maxsize { 	
	height:100%; width: 100%; background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #b0b0b0 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b0b0b0 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b0b0b0 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ 
}

img {		vertical-align: middle; border:0px; }
td {		font-size: 9px; }

p,h1 {		margin:0px;}

#shadow {	background-color:#ffffff; padding:8px; border:1px solid #000000; box-shadow: 0px 0px 10px black; border-radius: 5px;}
#tabulka {	text-align:center; align:center; vertical-align:middle; }
#blenddiv { background-size: contain; background-image: url('./images/blank.gif'); background-repeat: no-repeat; width: 1600px; height: 1200px; border:1px #000000 solid;  }

.cara {		display: block; text-align: center; background-image: url('../images/black.gif'); background-repeat: repeat-x; background-position: left center; margin-bottom:5px;}
.nadpis {	background-color: white; padding:5px; font-weight:bold; font-size:10px;}

#webcam_div {
	width: 1600px;
	height: 1200px;
	
	background-color: #000000;
}

#webcam_loading {
	position: absolute;

	z-index: 100;

	width: 1600px;
	height: 1200px;

	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;

	background-color: #000000;

	text-align: center;
	vertical-align: middle;
	
	display: block;
}

#webcam_loading img {
	margin-top: 500px;
}

#graf {
	border:1px solid grey;
}
