* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
hr,h2 {
  display:none;
}
body {
  background: #002f1f url("images/vzorek.jpg");
  text-align:center;
  font-family: "Myriad Pro", Verdana, sans-serif;
  font-size: 14px;
}
#main_wrapper {
  text-align: center;
  margin: 0 auto;
  width: 790px;
  background: url("images/shadow.png") no-repeat top left;
}
#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 770px;
  background: #a0d74b url("images/vzorek.jpg");
}
#header {
  height: 145px;
  background: url("images/header.jpg") no-repeat top left;
  padding-top: 60px;
}
#header strong {
  display: none;
}
#left_column {
  min-height: 772px;
  float: left;
  width: 197px;
  text-align: center;
  color: #002f1f;
  font-size: 14px;
  padding-top: 60px;
}
#left_column em{
  font-size: 14px;
  font-style: normal;
}
#left_column em a{
  color:#002f1f;
  text-decoration: none;
}
#left_column em a:hover {
  text-decoration: underline;
}
#right_column {
  min-height: 832px;
  float: right;
  width: 573px;
}
#content_wrapper {
  min-height: 832px;
  width: 770px;
  background: url("images/left_back_alt.gif") repeat-y top left;
}
#same_height {
  min-height: 832px;
  width: 770px;
  background: url("images/left_back.jpg") no-repeat bottom left;
}
.both {
  clear: both;
}
#menu {
  width: 543px;
  height: 74px;
  background: #a0d74b url("images/menu_back.jpg") no-repeat top left;
  padding-left: 30px;
}
#menu ul {
  display: block;
  list-style:none;
  height: 69px;
}
#menu li {
  display: inline;
  list-style:none;
  height: 69px;
}
#menu li a {
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 15px;
  float: left;
  width: 100px;
  height: 54px;
  margin-right: 5px;
  font-size: 24px;
  text-decoration: none;
  color: #deffbc;
  background: url("images/menu_li.png") no-repeat top left; 
  padding-left:13px;
  padding-right:13px;
}
#menu .noaktiv a:hover {
  color: #fff;
}
#menu li .aktiv {
  color: #002f1f;
  background: url("images/menu_li_aktiv.png") no-repeat top left; 
}
#menu li .smaller {
  font-size: 14px;
  font-weight:bold;
}

#content {
  width: 522px;
  min-height: 657px;
  margin-left: 5px;
  background-color: #deffbc;
  color: #002f1f;
  font-family: "Arial CE", arial, sans-serif;
  font-size: 13px;
  padding: 25px;
  padding-right: 21px;
}
#content_ie_cenik_fix {
  width: 522px;
  min-height: 657px;
  margin-left: 5px;
  background-color: #deffbc;
  color: #002f1f;
  font-family: "Arial CE", arial, sans-serif;
  font-size: 13px;
  padding: 25px;
  padding-right: 21px;
}
#footer {
  color: #deffbc;
  width: 548px;
  height: 28px;
  background: url("images/footer_back.png") no-repeat top left;
  text-align: right;
  padding-right: 25px;
  padding-top: 28px;
}
#footer a {
  color: #deffbc;
  text-decoration: none;
  font-weight: bold;
}
#footer a:hover {
  text-decoration: underline;
}
h3 {
  text-transform: uppercase;
  font-size: 14px;
}
.table .sloupec {
  display: block;
  text-align: center;
  padding-top: 5px;
  float: left;
  width: 125px;
  margin-right: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}
.table .sloupec strong{
  display: block;
  font-size: 12px;
}
.table .sloupec div em.up {
  margin-top: 5px;
  background: url("images/table_up.gif") no-repeat top left;
  margin-bottom: 6px;
}
.table .sloupec div em.down {
  background: url("images/table_down.gif") no-repeat top left;
  margin-bottom: 20px;
}
.table .sloupec p em {
  width: 126px;
  height: 28px;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-top: 10px;
  background: url("images/table2_back.gif") no-repeat top left;
}
.table .sloupec em {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  width: 126px;
  height: 24px;
  margin-top: 0px;
  padding-top: 10px;
}
.center {
  text-align: center;
}
/* oznamovaci stavy (chyba, ok) */
.red {
  color:#d1481a;
  margin-bottom:20px;
  border-width:1px; 
  border-style:solid; 
  padding:16px 20px 16px 60px;
  border-color:#d1481a; 
  background:#fff1ec url('images/error.gif') center left no-repeat;
  display: block;
  min-height: 30px;
}

.green {
  color:#669900;
  margin-bottom:20px;
  border-width:1px; border-style:solid; padding:16px 20px 16px 60px;
  border-color:#669900; background:#f9ffec url('images/succes.gif') center left no-repeat;
  display: block;
  min-height: 30px;  
}
.input {
  width: 97%;
  height: 20px;
  padding: 3px;
  margin-top: 3px;
  border: 1px solid #002f1f;
  background: #ccfe98;
}

textarea {
  width: 97%;
  height: 120px;
  padding: 3px;
  background: #ccfe98;
  border: 1px solid #002f1f;
}
label {
  font-weight: bold;
  display: block;
}
.submit {
  padding: 5px;
  font-weight: bold;
} 
.right {
  float: right;
  margin-right: 5px;
}
.left {
  float: left;
}
#control_code {
  width: 322px;
}
.error {
  border:1px solid #DF0000;
  background:#FFB;
}
