body {
  background-color: #fffee0;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

#page {
  width: 1252px;
  margin: auto;
}

#head {
  background-image: url(img/head.png);
  background-repeat: no-repeat;
  width: 1252px;
  height: 201px;
}

#menu {
  background-image: url(img/menu_bg.png);
  background-repeat: no-repeat;
  width: 1182px;
  padding: 0px 35px 0px 35px;
  height: 64px;

}

a.menuitem,
a.menuitem:visited {
  float: left; 
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  height: 31px;
  padding: 10px 16px 0px 3px;
}

a.menuitem:hover {
  color: #000000;
  background-image: url(img/menu_bull_on.png);
  background-repeat: no-repeat;
  background-position: right top; 
}

#center_page {
  width: 1182px;
  background-image: url(img/center_bg.png);
  background-repeat: repeat-y;
  border-top: 0px solid white;
  padding: 0px;
  margin: 0px;
  padding: 0px 35px 0px 35px;
}

div.polozka {
  display: block;
  float: left;
  width: 557px;
  padding: 15px;
}

img.typ {
  float: left;
  width: 140px;
  padding: 0px;
  border: 2px solid #ffc75c;
}

img.simage {
  height: 50px;
  border: 1px solid #ffc75c;
 
}

div#image {
  float: left;
  width: 150px;
  padding: 3px;
}

div.polozka_menu {
  float: right;
  padding: 12px 0px 0px 0px;
}

div.polozka_menu a,
div.polozka_menu a:visited {
  text-decoration: none;
  color: #ffc75c;
  font-weight: bold;
}

div.polozka_menu a:hover {
  color: #000000;
}

img {
  border: 0px;
}

h1 {
  /*color: #ffc75c;*/
  color: #fa0023;
  font-size: 20px;
}

h2 {
  /*color: #ffc75c;*/
  color: #fa0023;
  font-size: 17px;
}
h3 {
  padding: 0px;
  margin: 0px;
  color: black;
  font-size: 14px;
  font-weight: bold;
}

div.popis {
  color: black;
  text-align: justify;
  padding: 3px 0px 0px 0px;
  font-size: 11px;
  width: 401px;
}
.myclear {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}

div.order {
  float: left;
  width: 344px;
  clear: both;
  height: 30px;
}

div.oorder {
  float: left;
  width: 100%;
  clear: both;
}

div.imgorder {
  float: left;
  width: 544px;
  clear: both;
}

label.order {
  clear: both;
  float: left;
  height: 24px;
  width: 100px;
  padding: 0px;
  margin: 0px;
  padding-top: 6px;
  text-align: left;
  font-weight: bold;
  
}

label.oorder {
  clear: both;
  float: left;
  height: 24px;
  width: 150px;
  padding: 0px;
  margin: 0px;
  padding-top: 6px;
  text-align: left;
  font-weight: bold;
  
}

input.order,
option.typ,
select.typ {
  float: left;
  background-color: #ffc75c;
  border: 1px solid #000000;
  margin: 4px;
  width: 200px;
  height: 20px;
  color: black;
}

select.img {
  float: left;
  background-color: #ffc75c;
  border: 1px solid #024A7C;
  margin: 4px;
  width: 200px;
  color: black;
}

div.err {
  font-size: 12px;
  padding: 5px 0px 5px 0px;
  color: #fe0000;
  font-weight: bold;
}

textarea.text_edit {
  width: 100%;
  height: 120px;
}

div.text_edit_menu {
  float: left;
  width: 100%;
}

p {
  padding: 10px 0px 0px 0px;
}

ul {
  padding: 10px 0px 0px 20px;
}

li {
  padding: 0px 0px 0px 10px;
}

div.lang {
  float: right;
  padding: 170px 40px 0px 0px;
}

a.langitem {
  padding: 0px 20px 0px 0px;
}

a.langitem img {
  border: 1px solid #000000;
}

div.admin_menu {
  float: right;
  border-left: 2px black solid;
  padding-left: 5px;
}
div.admin_menu a {
  display: block;
}
div#text {
  display: block;
  float: left;
}

textarea.text_edit {
  width: 1100px;
  height: 400px;
}
a.textitem,
a.textitem:visited {
  color: black;
  padding: 0px 10px 0px 0px;
  display: inline;
  white-space: nowrap;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

a.textitem:hover {
  color: red;
}
div.textmenu {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px;
}
textarea.order {
  width: 400px;
  height: 120px;
  background-color: #ffc75c;
  border: 1px solid #000000;
  margin: 4px;
  color: black;
  font-family: Arial, sans-serif;
}

