*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
body {
	background: url("images/_bg-uvod.jpg") no-repeat top center;
}
img 
{ 
	border-style: none; 
}
html>body .all {
	height:auto;
	min-height:700px;
}
.logo {
	background: url("images/logo-uvod.png") no-repeat;
	width:267px;
	height:122px;
	display:block;
	margin:80px 0 0 60px;
}
.logo-admin {
	background: url("images/logo-admin.png") no-repeat;
	width:267px;
	height:122px;
	display:block;
	margin:80px 0 0 60px;
}
/* uvod */
.uvod{
	margin:auto;
	padding:10px 0 20px 0;
	width:880px;
}
.uvod input{
	width:210px;
	height:30px;
	padding:10px 10px 10px 50px;
	margin:10px;
	border: 0px solid #fff;
	font-size:15px;
}
.uvod input.uzivatel{
	background: url("images/uvod-user.png") no-repeat !important;
}
.uvod input.heslo{
	background: url("images/uvod-heslo.png") no-repeat !important;
}
.uvod input.user_num{
	background: url("images/uvod-user_num.png") no-repeat !important;
}
.uvod input.dotaznik{
	background: url("images/uvod-dotaznik.png") no-repeat !important;
}
.uvod .lang form{
	text-align:left;
	padding:0 0 0 0;
}
.uvodform{
	width:220px;
	padding:80px 0 0 420px;
}
input.prihlaseni{
	width:130px;
	height:35px;
	padding:0 0 0 35px;
	margin:10px;
	display:block;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:35px;
	text-align:center;
	color:#1c7796;
	background: url("images/prihlasit.png") no-repeat;
	border:0;
	cursor: pointer;
}
.copyuvod{
	width:880px;
	margin:auto;
	padding:170px 0 30px 0;
	font-size:13px;
	
}
.uvoderror{
	color: #FFDF5E;
	padding: 11px 0 0 10px;
	font-size: 13px;
	width:250px;
}
/* zbytek */
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	line-height:0;
}
.nolcd{
	display:none;
}