html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	overflow: hidden;
	background-color: #000000;
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color: #000000;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FFFFFF;
}
.style1b {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #006600;
}
.podpis {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #990000;
}
.style2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #000000;
}
.style3 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: xx-large;
	color: #990000;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #996666;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
#Layer1 {
	position:relative;
	height:100%;
	z-index:2;
	padding-left: 5%;
	padding-top: 15%;
	background-color: #000000;
	padding-right: 10%;
	text-align: right;
}
#Layer2 {
	position:relative;
	height:100%;
	z-index:2;
	padding-left: 5%;
	padding-top: 15%;
	background-color: #FFFFFF;
}
#Layer3 {
	position:absolute;
	left:2%;
	top:2%;
	width:43px;
	height:43px;
	z-index:4;
}
#Layer0 {
	position:absolute;
	top:0px;
	width:50%;
	height:100%;
	z-index:1;
	left: 0%;
	background-color: #000000;
}
#Layer00 {
	position:absolute;
	top:0px;
	width:50%;
	height:100%;
	z-index:1;
	left: 50%;
	background-color: #FFFFFF;
}
#LayerPix {
	position:relative;
	z-index: 2;
	top: 40%;
}	