body {
	background-color: rgb(255,255,255);
}
a {
	text-decoration: underline;
}
td a:link, td a:visited, td a:active {
	color: rgb(47,72,144);
}
td a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}
table {
	border: 1px solid rgb(47,72,144);
	text-align: center;
	font-family: "Helvetica", Tahoma, Tahoma CE, Arial;
	color: rgb(47,72,144);
	font-size: 0.8em;
	width: 500px;
}
.neplatic {
	width: 600px;
}
tr, td {
	padding: 10px;
}
.hlavicka {
	background-color: rgb(206,222,239);
	font-size: 1.4em;
	text-align: right;
}
.paticka {
	background-color: rgb(206,222,239);
}
#chyba {
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
}
#registrator {
	width: 100%;
}
#registrator em {
	float: left;
	text-align: right;
	font-style: normal;
	margin-left: 2em;
}
#registrator img {
	float: right;
	margin-right: 2em;
	margin-left: 0.4em;
}
#upozornenie {
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}