@charset "utf-8";
/* CSS Document */

BODY {
 background-color:#9a979c;
 }


#login-main{
	margin:auto;
	width:865px;
	margin-top:5%;

}

#login{
	width:865px;
	height:490px;
	background:url(../images/login-background.png) no-repeat bottom center;
}

#login tr td{
 padding:0;
}

.logo{
	height:36px;
	text-align:center;
}
.logo img{
	margin-left:8px;
}
#login-obsah{
	width:641px;
	height:241px;
	background:url(../images/login-table.png) no-repeat top center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	

}

#login-obsah table{
	margin-left:170px;
}

#login-obsah table tr td{
	padding-top:25px;
}

.spodek{
	height:158px;
	text-align:center;
}

#paticka
{
    position: fixed;
    bottom: 0px;
	padding:0px;
    background-image: url('../images/paticka.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
	left:0px;
	text-align:right;
	
}
#paticka a img
{
	margin-top:7px;
	border:0;
	
}

.chyba
{
	font-weight:bold;
	color:#FF0000;
}

