* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  border: 0 none;
}

body {
  background: url("/img/pozadi.png") repeat-x;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  word-wrap: break-word;
}

a {
  color: #5cab07;
  padding: 1px 0;
  text-decoration: none;
}

a[href^="http://"]:after {
  content: " ››";
}

a:hover {
  border-bottom: 1px dashed #5cab07;
}

img {
  border: 0;
}

p {
  margin: 10px 0;
  text-indent: 20px;
}

.clear {
  clear: both;
}

h2 {
  color: #6cca08;
  font-size: 18px;
}

h2:first-letter {
  text-transform: uppercase;
}

h3 {
  color: #6cca08;
  font-size: 14px;
}

input::-moz-focus-inner {
  border: 0;
}

#kontas_obal {
  position: relative;
}

#kontas {
  width: 833px;
  margin: 20px auto 0 auto;
  position: relative;
}

#hlavicka {
  background: url("/img/hlavicka.png") no-repeat;
  height: 148px;
  width: 100%;
}

#kontas_menu {
  height: 76px;
  position: relative;
  z-index: 1;
}

#menu {
  background: url("/img/menu.png") no-repeat;
  position: absolute;
  height: 167px;
  padding: 60px;
  width: 100%;
  top: -45px;
  left: -44px;
  list-style: none;
}

#menu li span {
  display: none;
}

#menu li {
  display: inline;
}

#menu li a {
  position: relative;
  float: left;
  padding: 31px 65px;
  margin: 0 15px;
}

#menu li+li a {
  margin: 0 20px;
}

#menu li+li+li a {
  margin: 0 -5px;
}

#menu li+li+li+li a {
  margin: 0 5px;
}

#menu li+li+li+li+li a {
  margin: 0 -5px;
}

#menu li a span {
  background: url("/img/menu-hover.png");
  position: absolute;
  display: block;
  height: 14px;
  width: 64px;
  bottom: 0;
  left: 35px;
}

#menu li a:hover {
  border: 0 none;
}

#panel {
  background: url("/img/panel.png") no-repeat;
  width: 193px;
  height: 109px;
  margin: -2px -5px;
  padding: 70px 30px;
  position: absolute;
  z-index: 11;
}

#panel_in {
  width: 135px;
}

#panel form {
  position: absolute;
  bottom: 5px;
  left: 50px;
}

#panel form input {
  padding: 5px;
}

#panel img {
  display: block;
  margin: 10px auto;
  cursor: pointer;
}

#panel a {
  color: #000;
}

#panel p {
  margin-left: -10px;
}

#panel a:after {
  content: "";
}

#panel #reference_plus {
  margin: 0 17px;
}

#panel #reference_img_plus {
  margin: 0 19px;
}

#panel ul {
  list-style: none;
  margin-left: -10px;
  margin-top: 10px;
  text-align: center;
}

#panel ul li {
  padding: 2px 0;
  border-bottom: 1px dotted #ddd;
}

#panel ul li:last-child {
  border: 0;
}

#panel ul li a{
  line-height: 18px;
  padding: 5px 2px;
}

#panel ul li:hover {
  background: #ddd;
}

#panel ul a:hover {
  border: 0;
}

#obsah:before {
  content: url("/img/obsah-top.png");
  position: absolute;
  top: -47px;
}

#obsah {
  background: url("/img/obsah-middle.png") repeat-y;
  width: 685px;
  left: 164px;
  position: relative;
  margin: 32px 0;
}

#obsah>div {
  position: relative;
  padding: 0 25px;
  z-index: 100;
  min-height: 500px;
}

#obsah:after {
  content: url("/img/obsah-bottom.png");
  position: absolute;
  bottom: -51px;
}

#error p {
  text-indent: 0;
  text-align: center;
}

#nahledy {
  margin-left: 10px;
}

.nahled_obal {
  background: url("/img/reference-pozadi.png") no-repeat 13px;
  float: left;
  width: 219px;
  height: 219px;
  margin: 40px -10px 0 -10px;
  position: relative;
}

.nahled_obal h3 {
  text-align: center;
  position: absolute;
  width: 200px;
  left: 13px;
  top : -58px;
  color: #000;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
}

.nahled_obal:hover {
  border: none;
}

.nahled_obal img {
  display: block;
  margin: 60px auto;
  border: none;
  max-height: 100px;
}

#ref {
  margin: 5px 20px;
  padding: 10px;
}

h2:after, h3:after {
  content: url("/img/reference-cara.png");
  display: block;
  margin: 2px -20px;
}

h2, h3 {
  margin-top: 30px;
}

#ref h3:first-child {
  margin-top: 0;
}

#ref a, #rozdeleni a {
  color: #000;
}

#ref a:hover, #rozdeleni a:hover {
  border-bottom: 1px dashed black;
}

#ref img {
  margin: 5px;
  cursor: pointer;
}

#blend {
  background: url("/img/blend.png") repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

#obal_galerie {
  margin: 0 auto;
  background: url("/img/white.png") repeat;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#obal_galerie img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#obal_galerie #left {
  border: none;
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
}

#obal_galerie #right {
  border: none;
  float: right;
  margin: 0 0 0 10px;
  cursor: pointer;
}

#admin, #kontakt {
  margin-left: 30px;
  margin-right: 30px;
}

#admin p {
  text-indent: 0;
}

#admin table {
  margin: 20px auto;
  font-size: 14px;
  border: 1px solid #bbb;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#admin td {
  padding: 5px 5px;
}

#admin input {
  padding: 3px;
}

#admin .e {
  color: red;
}

#kontakt {
  margin: 0;
  text-align: center;
}

#kontakt>div {
  width: 280px;
  height: 190px;
  float: left;
  margin: 30px -15px 0 30px;
}

#kontakt div>ul {
  margin: 0 15px;
}

#kontakt div ul li:first-child {
  padding-top: 10px;
  -moz-border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
}

#kontakt div ul li {
  background: #6cca08;
  list-style: none;
  padding: 2px 5px;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-variant: small-caps;
}

#kontakt div ul .a+li {
  background: none;
  list-style: none;
  padding: 0;
  font-weight: normal;
  letter-spacing: normal ;
  font-variant: normal;
}

#kontakt .a {
  padding-bottom: 10px;
}

#kontakt div>ul ul {
  list-style: none;
  margin: 10px;
}

#kontakt .clear {
  clear: both;
  width: 100%;
  height: 0;
  margin: 0;
}

#kontakt div>ul ul li {
  font-style: italic;
  margin-left: 10px;
  line-height: 25px;
}

#kontakt div>ul ul li:first-child {
  font-style: normal;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  line-height: 10px;
}

#kontakt .fakt, #kontakt .spol {
  width: 440px;
}

#kontakt div>ul li li{
  background: none;
  list-style: none;
  padding: 0;
  font-weight: normal;
  letter-spacing: normal ;
  font-variant: normal;
}

#rozdeleni {
  margin: 20px auto;
  background: #ddd;
  padding: 10px;
  width: 230px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}

#rozdeleni div {
  margin: 3px 0;
}

#okno {
  position: absolute;
  height: 30px;
  right: 0;
  top: 0;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0 !important;
  width: 50px;
  background: rgba(0, 0, 0, 0.2);
  cursor: move;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#pridani_obal {
  position: fixed;
  z-index: 1000;
  min-width: 100px;
  overflow: auto;
  top: 50px;
  left: 250px;
  padding: 30px;
  background: rgba(108, 202, 8, 0.95);
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#pridani_obal textarea {
  display: block;
}

#pridani_obal h4 {
  margin-top: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}

#pridani_obal input {
  padding: 3px 5px;
  margin: 10px 0;
  display: block;
}

#pridani_obal div {
  margin: 10px 0;
}

#pridani_obal table input {
  margin: 0;
}

#pridani_obal input[type~="button"] {
  padding: 5px;
  margin: 5px 0;
  display: block;
}

#pridani_obal input[type~="text"], #pridani_obal input[type~="password"]{
  padding: 3px;
}

#pridani_obal #zavreni_pridani {
  position: absolute;
  right: 0;
  float: right;
  width: 24px;
  height: 24px;
  margin: 3px 3px 0 0;
  background: url("/img/x.png");
  border: 0 none;
}

#pridani_obal #zavreni_pridani:active {
  background: url("/img/x.png") 0 24px ;
}

.round {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#imgBlend {
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  background: url("/img/green.png") repeat;
  cursor: pointer;
}

#paticka_obal {
  background: url("/img/pozadi-bottom.png") repeat-x;
  margin-top: -370px;
  height: 500px;
  width: 100%;
  z-index: -1;
  position: absolute;
}

#paticka_obal div {
  height: 65px;
  width: 833px;
  margin: 430px auto -20px auto;
}

#paticka_obal div+div {
  height: 20px;
  width: 833px;
  margin: 0 auto;
}

#paticka_obal p {
  margin: 0;
  text-indent: 0;
  color: #fff;
}

#paticka_obal a {
  color: #fff;
  font-weight: bold;
}

#sluzby {
  margin: 5px 20px;
  text-align: center;
}

#sluzby ul {
  padding-top: 30px;
  list-style: none;
  width: 185px;
  margin: 0 auto;
}

#sluzby h3 {
  margin-top: 5px;
}

#sluzby ul li:last-child h3:after{
  content: "";
}