body  {
	background-color: #FEFEF9;
	color: black;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

#name {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 190px;
}

#head {
  position: absolute; 
  background-image: url('/img/big-hlavicka.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 190px;
}

#main {
	position: relative;
  width: 754px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#text {
  margin-left: 200px;
}

#menu {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px;
  margin: 21px 0px 0px 0px; 
  width: 175px;
  text-align: left;
}

#piktogramy {
  position: relative;
  top: -20px;
  margin-left: 200px;
  text-align: center; 
  margin-bottom: -40px;
}

#mapka  {
  margin-left: 32px;
  margin-bottom: 5px;
  border: 0;
  clear: both;
}

#foot {
  text-align: right;
  width: 754px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
  clear: left;
}

h1  {
  margin-left: 200px;
  color: #4C9099;
  border-bottom: 5px #4C9099 solid;
  font-style: italic;
  text-align: right;
  margin-top: 0;
  padding-right: 5px;
}

h2  {
  color: #4C9099;
	font-size: 1.25em;
	margin: 25px 0px 15px 0px;
	padding: 0;
	clear: both;
}

h3  {
	font-size: 1em;
	margin: 8px 0px 2px 0px;
	padding: 0;
}

p {
	margin-top: 5px;
	margin-bottom: 3px;
}

dt  {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

hr  {
  margin-left: 200px;
  color: #4C9099;
  height: 5px;
  background-color: #4C9099; 
  border: 0;
  margin-top: 0;
/*  padding-right: 5px; */
}

ul  {
  list-style-image: url(/img/zatrzeni.gif);
}

li  {
	margin-top: 3px;
	margin-bottom: 3px;
}

#foot a {
  font-size: 8pt;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

#head a {
  display: block;
  width: 99%;
  height: 190px;
  margin: 0;
  padding: 0;
}

img {
  padding: 2px;
  border: 1px #4C9099 solid;
}

img.left  {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

img.right  {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}

label {
  display: block;
  float: left;
  clear: left;
  width: 9em;
}

input[type=text]  {
  float: left;
}

form.zajem  {
  margin-top: 12px;
  width: 554px;
  text-align: center;
}

form.zajem input  {
  margin-left: auto;
  margin-right: auto;
}

.popisek {
  font-size: 90%;
  clear: left;
}

.datum  {
  font-size: 90%;
  font-style: italic;
  text-align: right;
}

.piktogram  {
  border: 0;
  padding: 0;
}

div.fotka {
  width: 275px;
  float: left;
  text-align: center;
  min-height: 220px;
}

td.cena {
  text-align: right;
}

/*******************************************************************************
    Menu 
 ******************************************************************************/

#menu ul, #menu ul li {
	display: block;
	width: 175px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
  font-weight: bold;
  margin: 0px;
  padding: 0px; 
}

#menu ul li a {
  display: block;
  color: #4C9099;
  font-weight: bold;
  text-decoration: none;
  border: 1px #FEFEF9 solid;
  padding: 4px 0px 4px 25px; 
}

#menu ul li a:hover {
  text-decoration: underline;
}

/*******************************************************************************
    Objednavkovy formular
*******************************************************************************/

.chyba  {
  color: red;
}

fieldset  {
  padding: 5px;
  margin-bottom: 8px;
  text-align: left;
}

fieldset p  {
  clear: left;
}

#pocitadla  {visibility: hidden;}

