body,html {
	color: #FFF;
	background: url(../img/background.jpg) repeat #ebebeb;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img {border:none;}

#all {
	width: 100%;
	position: relative;
	text-align: center;
	display:blaock;
	overflow:hidden;
}
#divRoot {
	margin: 185px auto 20px;
	position: relative;
	text-align: center;
	color: #002a3c;
}
#divRoot p{
	text-align: center;
}

#language {font-weight: bold; padding: 10px;}
#chyba {font-weight: bold; width: 250px; font-size: 16px;color:red;margin: 0 auto;}

#form {
	text-align: center;
	width: 352px;
	height: 144px;
	background: #f2f2f2;
	border:1px solid #b1cf00;
	margin: 10px auto 0;
	border-radius: 3px;
	padding: 30px 48px 0;
}
#form div{
	height:38px;
	width: 272px;
	float: left;
	margin-bottom: 4px;
}
#form div label{
	float: left;
	margin-top:12px;
}
#form div input{
	float: right;
}
#form div + div{
	margin-bottom: 0;
}
#form .submitbox{
	float: right;
	height: 79px;
	width: 79px;
	position:relative;
	top: -42px;
	left: 4px;
}
#form .staylogged{
	margin-top:15px;
	text-align: left;
	margin-left: 65px;
	width: 200px;
}
    p {font-size: 18px; margin: 0px 0px 0px 0px; padding: 0px;text-align: left;}
    table {margin-top: 0px;}
    table td {text-align: left;}
    table td label {margin-right: 10px;}
form input.text {
	border: 1px solid #afafaf;
	width: 178px;
	height: 17px;
	border-radius: 3px;
	padding: 9px 13px;
}
form input#submit {
	border: 1px solid #b1cf00;
	padding: 5px 5px 5px 5px;
	color: #002a3c;
	width: 79px;
	height: 79px;
	border-radius: 3px;
	cursor: pointer;
}
form input[type=checkbox]{
	display:none;
}
form #checkbox-div{
	border:2px solid #002a3c;
	width: 5px;
	height: 5px;
	background: none;
	display: inline-block;
	margin: 3px 5px 0 66px;
}
form #checkbox-div.active{
	background: #b1cf00;
}

#logo_nadpis {
    margin: 40px 0 0 40px;
    background: transparent;    
	float: left;
}
#logo_nadpis a{
	width: 238px;
	height: 74px;
	background: url(../img/logo.png) no-repeat;
	display: block;
	overflow: hidden;
}

#bottom_text {position: absolute; left: 25px; top: 225px; width: 338px; font-size: 12px; text-align: justify;}

#vlajky {
	float: right;
	margin: 40px 40px 0 0;
	color:#8e8e8e;
}
#vlajky a{
	color:#8e8e8e;
}
#vlajky a.active,#vlajky a:hover{
	color:#000;
}

#vlajky img{
    padding:4px 4px 4px 4px;
}

#demo {
    position: absolute; left: 264px; top: 27px;width: 184px;color: #D30217; font-size: 14px;
}
p.error {
    color: #cc0000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}