body {
	padding: 0;
	margin: 0;
}
body, td {
	font-family: Arial,Tahoma;
	color: #333333;
	font-size: 10pt;
}
h1 {
	color:#00529b;
	font-size:23pt;
	font-weight: bold;
	margin-top:0px;
	padding-top:13px;
	margin-bottom:15px;
}
h4 {
	font-size: 16pt;
	color:#4f9920;
	font-weight:normal;
}
table.tbl {
	width: 100%;
	border-collapse: collapse;
	border:0;
	margin-top:10px;
	margin-bottom:10px;
}
table.tbl td {
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
}
input[type="text"] {
	background:#e8f4ff;
	border:1px solid #969696;
	padding:4px;
}
input[type="submit"] {
	display:block;
	background: url(https://www.bondo.cz/images/Button.jpg);
	min-width:94px;
	height:23px;
	text-align: center;
	color:#FFF;
	padding-bottom:3px;
	text-decoration: none;
	border:none;
}
input[type="submit"]:hover {
	text-decoration: underline;
}