@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	background-color: #f5fdff;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.pozadi {
	background-image: url(../data/pozadi.jpg);
	width: 309px;
	margin-left: 30px;
	padding-top: 150px;
	padding-left: 15px;
	padding-right: 15px;
}
.povinne {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.tl-dotaz {
	display: block;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
.paticka {
	text-align: center;
	padding: 10px;
	font-size: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 25px;
	border-top-color: #EFD2DF;
	color: #C58C9D;
}
a {
	color: #990033;
}
.input-pole {
	width: 140px;
	border: 1px solid #9C4F62;
}
a:hover {
text-decoration:none; background-color:#E3ADC4;
}