/* css document */

body {
	margin:2px;
	padding:0;
	text-align: center;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
  color: black;
}
form, div {
  margin:0;
  padding:0;
}
p {
  margin-top: 5px;
  padding:0;
}
table, td {
  border: 0;
}
.mojet {
  border-spacing: 10px;
  border: 0;

}
.mojetd
{
   text-align: center;
}
ul, li {
  list-style:none;
  margin:0;
  padding:0;
}
a {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  text-decoration:none;
  color:black;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3 {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #0066CC;
  font-size: 14px;
  font-weight: bold;
}

img {
  display: block;
  border:none;
}
hr {
  padding: 0;
  color:silver;
}
form {
	display:inline;
}

form div {
  margin-top: 5px;
}

fieldset {
  border: none;
}

label {
	float: left;
	padding-top: 3px;
  width: 130px;
  cursor:pointer;
  font-weight: bold;
}

input, select, textarea {
	font: 1em arial, helvetica, sans-serif;
	width: 300px;
	border: 1px gray solid;
	padding: 1px;
}

textarea {
	line-height: 1.25;
}


#center {
  width:740px;
  margin:auto;
  text-align: left;
  position: relative;
  border: 0px solid black;
}

#navigation {
  position: absolute;
  top: 129px;
  width:740px;
}
#navigation ul {
}
#navigation ul li {
  float:left;
  font-size: 12px;
  padding: 0px 20px 0px 20px;
  height: 13px;
}
#navigation ul.menuLogin li {
  padding: 0px 15px 0px 15px;
}
#navigation ul li a {
  position:relative;
  bottom: 6px;
  font-size: 13px;
}
#navigation ul li a:hover {
  color: blue;
  text-decoration:none;
}
.current {
  font-weight:bold;
  /* background-color:white;
  border-bottom: 1px dotted black; */
}

#content {
  margin-top: 130px;
  position: relative;
  top: 0px;
  background-color:white;
  width:720px;
  border-top: #0066CC 1px solid;
  padding: 15px 10px 30px;
}

#banner {
  position: absolute;
  top: 0px;
  background-image: url(/images/titul.jpg);
  background-position: 0px 0px;
  width: 740px;
  height: 120px;
  background-repeat: no-repeat;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;padding:0;
	background:transparent;
}

label.povinnost {
  color: rgb(62,96,151);
}

span.povinnost {
  font-weight: bold;
  color: rgb(62,96,151);
}

.submit {
  margin-top: 5px;
	padding: 1px 5px;
	width: auto;
	font-weight: bold;
	border: 1px gray solid;
	background-color: silver;
}

.width-auto {
  width: auto;
}

form#login label {
  width: 50px;
}

.error {
  color: red;
}

table.seznamPolozek {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 90%;
	font-size: 100%;
}

table.seznamPolozek tbody tr th, table.seznamPolozek tbody tr td {
	vertical-align: top;
}

table.seznamPolozek tbody tr th {
	font-weight: bold;
	padding-top: 5px;
}

table.seznamPolozek tbody tr td {
	color:#000;
	padding: 5px;
	font-size: 90%;
}

table.seznamPolozek tbody tr th.kategorie {
  font-size:14px;
}

table.seznamPolozek tbody tr th.nazev {
	width: 30%;
}

table.seznamPolozek tbody tr td.popis {
	width: 50%;
}

table.seznamPolozek tbody tr td.cena {
	width: 10%;
}

table.seznamPolozek tbody tr td.objednavka {
	width: 20%;
	text-align: left;
	font-weight: bold;
}

table.seznamPolozek tbody tr td.objednavkaCislo {
	width: 20%;
}

table.seznamPolozek tbody tr td.casopis {
	width: 38%;
	font-weight: bold;
}

table.seznamPolozek tbody tr td.detail {
	width: 22%;
}

table.seznamPolozek tbody tr td.stav {
	width: 20%;
}

table.seznamPolozek tbody tr td.rocnik {
	width: 5%;
}

table.seznamPolozek tbody tr td.cislo {
	width: 5%;
}

table.seznamPolozek tbody tr td.oCasopisu {
	width: 70%;
}

table.seznamPolozek tbody tr td.download {
	width: 20%;
	text-align: right;
	font-weight: bold;
}

table.seznamPolozek tbody tr td span.red {
	font-weight: bold;
	color: red;
}

a.novaPolozka {
	font-size: 90%;
	font-weight: bold;
  color: rgb(62,96,151);
}
a.novaPolozka:hover {
	font-weight: bold;
  color: rgb(62,96,151);
  text-decoration:none;
}
