body, p, td, input {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1,h2,h3 {
	color: #5B0B2C;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: left;
}

h1 {font-size: 150%;}
h2 {font-size: 120%;}
h3 {font-size: 100%;}

input.btnfilter {
	height: 20px;
	font-size: 11px;
	background: url("buttonbg.gif") repeat-x;
	border: 1px outset #6078a0;
	margin: 4px;
}

.tblzoznam {
	border-collapse: collapse;
}
.tblzoznam td, .tblzoznam th {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 2px 4px;
}

.tblzoznam th {
	font-weight: bold;
	color: #fff;
	background-color: #486184;
}

.tbldetail {
	border-collapse: collapse;
}

.tbldetail td, .tbldetail th {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 2px 4px;
}

.tbldetail th {
	font-weight: bold;
	text-align: right;
}

tr.f1 td, tr.f1 th {
	background-color: #F1F5FA;
}

tr.f2 td, tr.f2 th {
	background-color: #E2EAF4;
}

