/* CSS Document */
a {
	font-family: Tahoma, Geneva, sans-serif;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.bila {
	background-color: #FFFFFF;
}

.problem {
	color: #f40101;
}

.cervena {
	color: #FF0000
}

.povinne {
	color: #FF0000
}

.chyba {
	text-align: center;
	color: #FF0000;
	background-color: #FFC6AA;
	width: auto;
	height: auto;
	border: 1px solid #FF0000;
}

.informace {
	text-align: center;
	color: #008000;
	background-color: #c6e3d6;
	width: auto;
	height: auto;
	border: 1px solid #008000;
}

.error_textovepole {
	color: #FF0000;
	background-color: #FFC6AA;
	width: auto;
	height: auto;
	border: 1px solid #FF0000;
}