table.stab {
	margin-left: 20px;
	margin-right: 20px;
	/*width: 500px;*/
	border-collapse: collapse;
}
table.stab td {
	padding-right: 5pt;
	vertical-align: top;
	border-bottom: 1px solid #ddf7ff;
}
table.stab tr.first td {
	border-bottom: 1px solid #ddf7ff;
}
table.stab tr td {
	border-bottom: 1px dashed #ddf7ff;
}
table.stab th {
	text-align: left;
	vertical-align: top;
	padding-right: 5pt;
}
table.stats {
	border-collapse: collapse;
	margin-right: 30px;
}
table.stats td {
	border: none;
	color: #ddf7ff;
}
table.stats th {
	border: none;
	color: #ddf7ff;
}
table.stats td.top {
	background: url('images/stats-top.png');
	background-repeat: no-repeat;
	width: 669px; 
	height: 40px; 
	padding-top: 10px;
	text-align: center; 
	font-weight: bold;
}
table.stats td.bottom {
	background: url('images/stats-bottom.png');
	background-repeat: no-repeat;
	width: 669px; 
	height: 54px;
}
table.stats td.contents {
	background: url('images/stats-middle.png');
	background-repeat: repeat-y;
	width: 669px
}
table.stats p {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
table.stats h1 {
	font-size: 18px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
table.stats h2 {
	font-size: 16px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
table.stats li {
	list-style: none;
}
div.prispevek {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddf7ff;
	border-top: 1px solid #ddf7ff;
	padding-bottom: 15px;
}
div.prispevek p {
	margin-left: 0px;
	margin-right: 0px;
}
div.prispevek p.hlavicka {
	margin-bottom: 4px;
}
table.stats div.prispevek div.cite {
	font-size: 8pt;
	border: 1px solid #ddf7ff;
	background-color: gray;
	padding: 4px;
	width: 90%;
	margin: 0px;
}
table.stats input {
	width: 250px;
}

