body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	background-color: #FFFFFF;		
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#animace {
	position: absolute;
	left: 0px;
	top: 25px;
	z-index: 10;
	width: 100%;
	height: 470px;
	visibility: visible;
}

#menu {
	position: absolute;
	left: 0px;
	top: 180px;
	z-index: 11;
	width: 100%;
	height: 30px;
	visibility: hidden;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #21609D;
	font-weight: bold;
	text-decoration: none;

}
#menu a:hover {
	color: #A5CBF1;
	font-weight: bold;
	text-decoration: none;
}
#menucz {
  position: relative;
  width:840px;
  bottom: 5px;
  text-align:right;
  z-index: 20;
  
}
#menueng {
  position: relative;
  width:840px;
  bottom: 5px;
  text-align:right;
  z-index: 21;
 
}
#menuesp {
  position: relative;
  width:840px;
  bottom: 5px;
  text-align:right;
  z-index: 22;
  
}
#line01{
	position: absolute;
	left: 0px;
	top: 206px;
	z-index: 5;
	width: 100%;
	height: 10px;
	background-color: #E3E3E3;
	visibility: hidden;
	font-size: 5px;

}
#line02{
	position: absolute;
	left: 0px;
	top: 218px;
	z-index: 6;
	width: 100%;
	height: 180px;
	background-color: #BEBEBE;
	visibility: hidden;
}
#line03{
	position: absolute;
	left: 0px;
	top: 399px;
	z-index: 7;
	width: 100%;
	height: 100px;
	background-color: #E3E3E3;
	visibility: hidden;

}

#copyright {
	position: absolute;
	
	top: 535px;
	z-index: 8;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	visibility: hidden;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
	
	
}
#copyright a:link, copyright a:active, copyright a:visited, copyright a:hover {
	color: #959595;
}

.skip{margin-top:15px;display:block;}
.skip a{color:#959595; text-decoration:none; outline:none;}

