/* ### STRANKA ##################### */

body {
  margin: 0px;
  padding: 0px;

  /* Zakladni pismo */
  font-size: 10pt;
  font-weight: normal;
  font-family: sans-serif;

  /* Barvy */
  background-color: #95AFC9;
  color: black;
}

#page-top {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#page-middle {
  margin: 0px;
  padding: 0px;

  color: white;
}

#page-bottom {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

/* ### TOP KONTEJNERY ##################### */

/* kontejner - vsechny casti */
#container-top, #container-middle, #container-bottom {
  position: relative;

  clear: both;

  width: 90%;
  _width: 950px;  /* pro IE */
  min-width: 700px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  border-left: solid 2px white;
  border-right: solid 2px white;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}

/* kontejner - horni cast */
#container-top {
  height: 130px;

  background-color: #316795;
  background-image: url("strip-2.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: solid 1px white;
}

/* kontejner - stredni cast */
#container-middle {
  height: 25px;

  background-color: #333333;
  color: white;

  border-top: solid 1px white;
  border-bottom: solid 1px white;
}

/* kontejner - dolni cast */
#container-bottom {
  background-color: white;
  color: black;

  border-top: solid 1px white;
}

/* ### HEADER ##################### */

#clidata-logo {
  position: absolute;

  left: 20px;
  top: 20px;
  width: 78px;
  height: 90px;

  background-image: url("logo-clidata-white.gif");
  background-repeat: no-repeat;
}

#ataco-logo {
  position: absolute;

  right: 20px;
  bottom: 20px;
  width: 174px;
  height: 50px;

  background-image: url("ataco-174_50_24.png");  
  background-repeat: no-repeat;
}

#lang-menu {
  float: right;
  margin-top: 10px;
  padding-right: 10px;
}

a.lang-link {
  background-color: inherit;
  color: white;
  font-weight: bold;
}

.delimiter {
  background-color: inherit;
  color: #333333;
  font-weight: bold;
}

/* ### CONTENT ##################### */
#content {
  position: relative;
  float: left;

  width: 71%;
  _width: 740px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 10px;

  background-color: white;
  color: black;
}

#news {
  background-color: #F7F7F7;
  border: 1px solid #95AFC9;
  padding: 5px;
}

.fs-news-datum {
  font-size: 85%;
  margin: 2px 0px 0px 0px;
}

.fs-news-nadpis {
  margin: 0px 0px 2px 0px;
  font-weight: bold;
}

.fs-news-obsah {
  margin: 5px;
  padding: 8px;
  border-color: #000000;
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
}

/* ### FOOTER ##################### */

#footer {
  position: relative;

  height: 1%;

  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;

  background-color: #3A5572;
  color: white;

  border-top: solid 2px white;  /* sichr je sichr, at se nesliva s levym menu */
}

#footer a {
  background-color: inherit;
  color: white;
}

#copyright {
  float: right;
  margin: 0 0 20px 60px;
}

/* ### TOP MENU ##################### */

.top-menu {
  position: relative;
  width: 100%;
  height: 25px;
  margin: 0px;
  padding: 0px;
}

.top-menu-item {
  float: left;

  height: 25px;
  margin: 0px;

  border-right: solid 1px white;
}

.top-menu-item-text {
  margin: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  line-height: 1.0;
}

.top-menu-item-sel {
  background-color: #4b6f94;
  /* background-color: #3a5572; */
}

a.top-menu-item-link {
  background-color: inherit;
  color: white;
  text-align: center;
  font-style: italic;
}

/* ### LEFT MENU ##################### */

.left-menu {
  position: relative;
  float: left;

  width: 200px;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;

  background-color: #4b6f94;
  color: silver;
}

.left-menu-item {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.left-menu-item-sel,.left-menu-item-2-sel {
  background-color: #3a5572;
}

a.left-menu-item-link,a.left-menu-item-2-link {
  color: white;
}

.left-menu-item-2 {
  margin-left: 15px;
  margin-right: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}


/* ### OBECNE STYLY ##################### */

.blocklink a {
  display: block;

  width: 100%;
  height: 100%;

  text-decoration: none;
}
.blocklink a:hover {
  text-decoration:none;
}

.cleaner {
  width: 10px;
  height: 1%;  /* fix of IE hasLayout bug */
  background-color: white;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ### FORMULAR ### */

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  margin: 1em 0;
}

legend {
  color: #003366;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0;
  padding: 0 0.5em;
}

label {
  float: left;
  padding: 0 10px;
  text-align: right;
  width: 150px;
}

fieldset p {
  padding: 10px 50px;
}

fieldset div {
  display: block;
  margin-bottom: 0.5em;
  padding: 0;
}

fieldset div input, fieldset div textarea {
  border-color: #555555 #CCCCCC #CCCCCC #555555;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  padding: 1px;
}

fieldset div select {
  padding: 1px;
  width: 205px;
}

fieldset div.fm-opt input, fieldset div.fm-req input {
  width: 200px;
}

div.fm-multi div {
  margin: 5px 0;
}

div.fm-multi div.fm-opt input, div.fm-multi div.fm-req input {
  width: 1em;
}

div.fm-multi label {
  float: none;
  display: block;
  padding-left: 160px;
  text-align: left;
  width: 100%;
}

div.fm-multi p {
  padding: 10px 10px 0 30px;
  margin: 2px 5px;
}

div.fm-captcha {
  padding: 15px 0;
  font-weight: bold;
}

div.fm-captcha img {
  padding-left: 165px;
}

div.fm-captcha input {
    width: 200px;
}

#fm-submit {
  clear: both;
  padding-top: 1em;
  text-align: center;
}

#fm-submit input {
  background: #555555;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 2px 4px;
}

input:focus, textarea:focus {
  background: #EFEFEF;
  color: #000000;
}

fieldset div.fm-req {
  font-weight: bold;
}

fieldset div.fm-req label:before,
fieldset div.fm-captcha label:before {
  content: "* ";
}

p.error {
  text-align: center;
  color: red;
}