body {
    background: #ededed url('../images/login_pattern.jpg') center center repeat;
}

h1:before {
    display: inline-block;
    content: ' ';
    padding-right: 30px;
    width: 48px;
    height: 63px;
    background: url('../images/login-book.png') center center no-repeat;
    vertical-align: middle;
}

h1 {
    margin: 35px auto;
    font-size: 25px;
    font-family: Helvetica;
    color: #82C531;
    text-align: center;
    text-transform: uppercase;
}

h1 span {
    color: #3C6E00;
}

#main {
	position: relative;
	margin: auto;
	width: 412px;
    height: 319px;
	overflow: auto;
	background: url('../images/login-screen.png') center center no-repeat;
}

#map {
    margin: auto;
    width: 1423px;
    height: 850px;
    background: url('../images/login_back.jpg') center center no-repeat;
}

#login {
	position: relative;
	left: 32px;
    top: 38px;
    width: 370px;
	height: 277px;
	overflow: auto;
}

#login form {
    width: 350px;
}

#login .error {
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 339px;
	padding: 5px;
	font-family: Helvetica, Courier New, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #FF0000;
	background-color: #222222;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}

#login .error a, #login .error a:hover {
	color: #FF8888;
	text-decoration: none;
}

#login .labels {
	position: absolute;
	left: 0px;
	font-family: Helvetica, Courier New, Arial;
	font-size: 16px;
	color: #FFFFFF;
}

#label_jmeno {
	top: 0px;
}

#label_heslo {
	top: 85px;
}

#login input[type=text], #login input[type=password] {
	position: absolute;
	padding: 3px 5px;
    width: 337px;
    height: 32px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	text-transform: none;
}

input[name=jmeno] {
	left: 0px;
	top: 26px;
	text-transform: none;
}

input[name=heslo] {
	left: 0px;
	top: 111px;
}

#login a.link:before, #login a.link:hover:before {
    content: ' ';
    float: left;
    padding-right: 10px;
    display: block;
    width: 6px;
    height: 35px;
    background: url('../images/login-arrow.png') left 3px no-repeat;
}

#login a.link, #login a.link:hover {
    display: block;
    position: absolute;
    left: 0px;
    top: 180px;
    width: 185px;
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
}

#login a.link:hover, #login a.link:hover .bu {
    text-decoration: none;
}

input[type=submit] {
	position: absolute;
	right: 22px;
	top: 181px;
	width: 115px;
    height: 41px;
    background: url('../images/login-button.png') left top no-repeat;
    border: none;
    cursor: pointer;
}