body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	padding: 0px;
	margin: 0px;
}

#telo {
	width: 645px;
	margin: 0px auto;
	text-align: justify;
}

#hlava {
  visibility: hidden;  
}

#obsah {
  padding: 20px 0;
  height: 400px;	
  min-height: 400px;	
}

html>body #obsah {
	height: auto;
}

#pata {
  visibility: hidden;
}

#hlava #vlajky {
  position: absolute;
  right: 0;
  top: 20px;
}

#prihlaseny-uzivatel {
  position: absolute;
  right: 0;
  top: 72px;
  text-align: right;
  font-size: .8em;
}

#hlava #menu {
  position: absolute;
  right: 0;
  top: 132px;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
  list-style-type: none;
}

#menu  a { 
  display: block;
  width: 90px;
  margin-left: 1px;
  line-height: 20px;
  color: #fff;
  background-color: #00529C;
  text-align: center;
  text-decoration: none;
}

#menu a:hover {
  color: #fff;
  background-color: #006ac9;
  text-decoration: none;
}

#submenu-formulare, #submenu-zakaznici, #submenu-napoveda {
  position: absolute;
  top: 152px;
}

#submenu-formulare {
  left: 316px;
}

#submenu-zakaznici {
  left: 407px;
}

#submenu-napoveda {
  left: 589px;
}

#submenu-formulare li, #submenu-zakaznici li, #submenu-napoveda li  {
	display: inline;
}

#submenu-formulare ul, #submenu-zakaznici ul, #submenu-napoveda ul {
  visibility: hidden;
	z-index: 10;
	overflow: hidden;
	width: 215px;
	margin: 0;
	padding: 0;
}

#submenu-formulare ul {
	width: 215px;
}

#submenu-zakaznici ul {
	width: 150px;
}

#submenu-napoveda ul {
	width: 150px;
}

#submenu-formulare a, #submenu-zakaznici a, #submenu-napoveda a {
	width: 99.99%;
	display: block;
	color: #FFF; 
  background-color: #00529C;
  border-top: 1px solid #FFF;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	line-height: 20px;
}

#submenu-formulare a:hover, #submenu-zakaznici a:hover, #submenu-napoveda a:hover { 
	background-color: #006AC9; 
}

.nastred {
  text-align: center;
}

.doprava {
  text-align: right;
}

textarea, select.form-pole, input.form-pole {
  width: 98%;
}

hr {
  color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0;  
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 4px;
}

h3 {
  font-size: 1em;
  margin-bottom: 2px;
}

a {
  color: #333;
}

a:hover {
  color: #888;
}

p {
  margin: 0;
}

.sedy-text {
  color: #666;
}

.tucne {
  font-weight: bold;
}

#vlajky img {
  border: 1px solid #CCC;
}

fieldset {
  padding: 0;
  border: 0;
}

legend {
  visibility: hidden;
}

form.prihlaseni fieldset {
  margin: 0px auto;
	width: 275px;
}

input, textarea {
  border: 1px solid #999;
}

td, th {
  vertical-align: top;
}

.tlacitka {
  visibility: hidden;  
}

table h2 {
  margin: 0;
}

table.form {
  width: 100%;
  margin-top: 12px;
}

table.form td {
  background: #F5F5F5;
  height: 22px;
}

table.prehled td.bezpozadi, table.form td.bezpozadi { 
  background: #FFF;
  border: 0;
}

table.form th {
  background: #E5E5E5;
}

tr.barva1 td {
  background-color: #D3D3D3;
}

table.prehled {
  width: 100%;
  border-top: 1px solid #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
  border-left: 1px solid #2E2E2E;
}

table.prehled th {
  background: #2E2E2E;
  color: #FFF; 
}

table.prehled tr.barva0 td {
  background-color: #FFF;
  border-right: 1px solid #2E2E2E;
}

table.prehled tr.barva1 td {
  background-color: #D3D3D3;
  border-right: 1px solid #2E2E2E;
}

table.dodavatel-zakaznik {
  width: 100%;
}

table.dodavatel-zakaznik th {
  font-size: 1.2em;
}

.ram {
  border: 1px solid #000;
}

.ram-nahore {
  border-top: 1px solid #000;
}

.ram-dole {
  border-bottom: 1px solid #000;
}

.ram-vlevo {
  border-left: 1px solid #000;
}

.ram-vpravo {
  border-right: 1px solid #000;
}

.chyba {
  color: #F00;
  border-bottom: 1px solid #F00;
  padding: 10px 0;
}

.odkaz-zprava {
  border-bottom: 1px solid #666;
  padding: 10px 0;
}

.uvod-velky {
  font-size: 1.2em;
  margin: 20px 0 0 30px;
}


.uvod-velky li {
  margin-bottom: 16px;
}

.napoveda {
  line-height: 1.5em;
}

.napoveda ul {
  margin-top: 6px;
}

.napoveda li {
  margin-top: 6px;
}
