body, html
{
	border:  0px none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 10px!important;
	text-align: left;
	margin: 0px;
	color: #ffffff;
	background-color: #AEAEAE;
	height: 100%;
	width: 100%;
}
.flash {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}
#flashcontent {
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	z-index:10;
}
#welcome {
	text-align:center;
	padding-top:200px;
}
#welcome .vstup a {
	background-image: url(tl_vstupte.png);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 24px;
	width: 64px;
	text-decoration:none;
	display:block;
}
#welcome .vstup a:hover {
	background-position: -64px;	
}
#welcome .enter a {
	background-image: url(tl_enter.png);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 24px;
	width: 46px;
	text-decoration:none;
	display:block;
}
#welcome .enter a:hover {
	background-position: -46px;	
}
a {color:#666666;}
a:hover {color:#FFFFFF;}
.webdesign {
	display: none;
}

