div.nadpis {
  	background-color: #ffffcc;
  	border-left:1px #ccc solid;
  	border-top:1px #ccc solid;
  	border-right:1px #ccc solid;
	width: 140px;
	text-align: center;
}
div.ram{
  	background-color: #ffffcc;
  	border-top:1px #ccc solid;
  	border-left:1px #ccc solid;
  	border-right:1px #ccc solid;
  	border-bottom:1px #ccc solid;
	padding: 5px;
	margin-bottom: 10px;
}
div.linka {
  	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
div.linka2 {
  	border-bottom: 1px #ccc dashed;
	margin: 8px 0px;
}
div.odst {
	margin-top: 2px;
}
div.btn {
	text-align:center;
}
div.about {
	text-align: center;
}
input.txt2 {
  width: 30px;
}
input.txt3 {
  width: 45px;
}
input.txt4 {
  width: 60px;
}
input.txt6 {
  width: 90px;
}
input.txt-ol {
  width: 200px;
}
input.txt-hid {
  visibility: hidden;
}
select.opt {
  width: 40px;
}
table {
	width:100%;	
}
tr.tr-suda {
  background-color: #eeeeee;
}
td.td-l {
  text-align: left;
  width:160px;
}
td.td-r {
  text-align: left;
}


label.label-bold{
	font-weight:bold;
}