
/* tohle ma udelat responsive obrazky */
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

.error {
	color: red;
}