* {
	font-family:			"ZurichCalligraphic", "Zurich Calligraphic", "Times New Roman", Times, serif;
	font-size:			12pt;
	font-style:			italic;
}
body {
	margin:				0px;
	margin-top:			20px;
	margin-bottom:			20px;

	color:				#f99;
	text-align:			center;

	background:			#000 url("obrazki/tlo.jpg") no-repeat fixed;
	background-attachment:		fixed;
}
h1 {
	font-size:			16pt;
	color:				#fff;
}
h2 {
	font-size:			14pt;
	color:				#fff;
}
h3 {
	color:				#fff;
	font-size:			12pt;
	margin-bottom:			0px;
}
.wpis {
	margin-top:			0px;
	margin-bottom:			0px;
}
h5 {
	margin-top:			0px;
	font-size:			10pt;
}
a {
	color:				#f99;
}
a:hover {
	color:				#fff;
}
.wlink {
	font-weight:			bold;
	color:				#fff;
	text-decoration:		none;
}
.wlink:hover {
	color:				#f99;
}
.nlink {
	color:				#f99;
	text-decoration:		none;
}
td {
	vertical-align:			top;
}
input,
textarea {
	background-color:		transparent;
	border-bottom:			1px solid #fff;
	border-left:			1px solid #f99;
	border-right:			0px;
	border-top:			0px;
	color:				#f99;
}
input.button {
  width:		100px;
  border:		1px solid #fff;
}
.error {
	text-align:		center;
	color:			#f00;
	font-weight:		bold;
	font-size:		10pt;
}
