body {
font-family: arial, verdana, helvetica;
background-image: url(../img-interface/bg-login.jpg);
padding-top: 40px;
font-size: 13px;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #395668;
}

A:link {
	color: black;

	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: black;
}
A:active {
	text-decoration: none;
	color: black;
}
A:hover {
	color: blue;
	text-decoration: underline;
}

input.button{
background-image: url(../img-interface/tlacitko_uloz1.jpg);
font-size : 15px;
color : black; 

border-bottom : 0px solid #2a4e85;
border-right : 0px solid #2a4e85;
border-top : 0px solid #2a4e85;
border-left : 0px solid #2a4e85;
background-repeat: no-repeat;
padding-left: 20px;
height: 30px;
width: 106px;
}



