body {
  background-color: #EEDBA3;
  font-family: Tahoma;
  text-align: center;
}

.header {
  width: 656;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.header th {
  font-size: 20px;
  font-family: Tahoma;
  color: #3D3D3D;
  font-weight: normal;
}

.nav-table {
  background-color: #EEDBA3;
  width: 656;
}
.nav-tr {
  height: 0px;
}
.nav-td-first, .nav-td-prev, .nav-td-next, .nav-td-last, .nav-td-text,
.nav-td-back, .nav-td-textusr
{
  font-size: 12px;
  font-family: Tahoma;
  color: #FFFFFF;
  text-align: center;
  background-color: #828071;
}
.nav-td-textusr {
  text-align: left;
}
.nav-td-text, .nav-td-textusr {
  background-color: #3D3D3D;
}
.nav-td-back {
  background-color: #0052A0;
}
.nav-td-first, .nav-td-prev, .nav-td-next, .nav-td-last {
  width: 40px;
}

.nav-td-first a, .nav-td-prev a, .nav-td-next a, .nav-td-last a, .nav-td-text a, .nav-td-back a, .nav-td-textusr a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer a {
  color: #1869BE;
  text-decoration: none;
}

.nav-td-first a:hover, .footer a:hover, .nav-td-prev a:hover, .nav-td-next a:hover, .nav-td-last a:hover, .nav-td-text a:hover,
.nav-td-back a:hover, .nav-td-textusr a:hover {
  text-decoration: underline;
}

.img {
  border: none;
}

.img1 {
  border: none;
}

.img-table {
  background-color: #EEDBA3;
  width: 656;
}

.img-desc-tr {
  height: 0px;
}
.img-desc-td, .img-desc-td-empty {
  font-size: 10px;
  font-family: Tahoma;
  color: #FFFFFF;
  background-color: #3D3D3D;
  width: 124px;
}
.img-desc-td-empty {
  background-color: #EEDBA3;
}
.img-desc-td a {
  color: #828071;
  text-decoration: none;
}
.img-desc-td a:hover {
  text-decoration: underline;
}

.img-tr {
  text-align: center;
  vertical-align: middle;
  height: 130px;
}
.img-td, .img-td-empty {
  padding: 0;
  background-color: #828071;
  width: 130px;
}
.img-td-empty {
  background-color: #EEDBA3;
}

.img-org-tr {
  height: 0px;
}
.img-org-td, .img-org-td-empty {
  font-size: 10px;
  font-family: Tahoma;
  color: #FFFFFF;
  text-align: right;
  background-color: #0052A0;
  width: 124px;
}
.img-org-td-empty {
  background-color: #EEDBA3;
}
.img-org-td a {
  color: #FFC513;
  text-decoration: none;
}
.img-org-td a:hover {
  text-decoration: underline;
}

.footer {
  font-size: 11px;
  font-family: Tahoma;
  color: #828071;
}





/*	vlozeno JL */

input {
	border: 1px solid gray;
	font-size: 12px;
}

select {
	font-size: 12px;
}

.submit {
	border: none;
	font-weight: bold;
	border: 2px outset white;
	color: white;
	cursor: hand;
	background-color: #828071;
	
}

.objfoto {
	margin: 0px;
	width: 656;
	background-color: #828071;
	font-size: 12px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-align: left;
}

.info {
	width: 100%;
	text-align: right;
}

.infothn {
  font-size: 12px;	
  color: #FFFFFF;
}

.infothn .rozmer {
	font-size: 80%;
}

.radek1 {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.aobj {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  display: block;
/*  position: absolute;
  right: 0px;
  top: 5px;*/
  background-color: #828071;
  border: 1px solid #3D3D3D;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
}

@media print {
  .img1 {
    display: none;
  }
}

