/******reset********/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
  margin: 0; 
  padding: 0; 
}

/******zakladni veci*********/

html, body {
height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Verdana', Arial, Courier, sans-serif;
  text-align: center;
  border-top: 5px solid #cecece;
}

 body>#container {
 height: auto;
}

a {
  color: #38c4e7;
}

a:hover {
  color: #454545;
}

.cleaner {
  clear: both;
}

#container {
  width: 900px;
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}

#header {
  height: 370px;
  width: 900px; 
}

#header h1 {
  height: 85px;
  width: 387px;
  float: left;
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
  font-weight: lighter; 
}

#header h1 a {
  color: #000;
  text-decoration: none;
}

#header h1 a strong {
  color: #38c4e7;
  font-size: 1.8em;
}

#header h1 a span {
  height: 85px;
  width: 387px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url('../img/logo.png') 0% 0% no-repeat;
  cursor: pointer;
}

#prihlasovani {
  width: 290px;
  height: 85px;
  float: right;
}

#header form fieldset {
  border: none; 
}

#header form fieldset label{
  position: relative;
  width: 56px;
  height: 31px;
  font-size: 0.65em;
  margin-top: 30px;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}

#header form fieldset label span{
  position: absolute;
  width: 56px;
  height: 31px;
  top: 0;
  left: 0;
  background: transparent url('../img/lupa.png') 0% 0% no-repeat;
}

#header form fieldset input {
  width: 128px;
  height: 17px;
  background: #eaeaea url('../img/pole.png') 50% 0% no-repeat;
  border: none;
  margin-top: 36px;
  line-height: 17px;
  font-size: 0.675em;
  vertical-align: middle;
  color: #979797;
  float: left;
  margin-right: 3px;
  text-indent: 5px;
}

#header form fieldset input.hled {
  width: 41px;
  height: 18px;
  background: #38c4e7 url('../img/ok.png') 0% 0% no-repeat;
  border: none;
  margin-top: 36px;
  cursor: pointer;
}

#header form fieldset input.hled:hover {
  color: #d3f9ff;
  background: #b0b0b0 url('../img/okhover.png') 0% 0% no-repeat;
}

#fotka {
  width: 900px;
  height: 285px;
  background: #eaeaea url('../img/header.jpg') 0% 0% no-repeat; 
}

#menu {
  width: 900px;
  height: 35px;
  background: #23d4f1 url('../img/menu.png') 0% 0% no-repeat;
}

#menu ul {
  width: 524px;
  height: 35px;
  margin: 0 auto;
  font-size: 0.688em;
  text-transform: uppercase;
  list-style: none;
}

#menu ul li {
  width: 131px;
  height: 33px;
  float: left;
  display: block;
  line-height: 33px;
}

#menu ul li a {
  width: 131px;
  height: 33px;
  float: left;
  display: block;
  color: #d3f9ff;
  text-decoration: none;
  font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.active {
  background: #7ee5f5 url('../img/hover.png') 0% 0% no-repeat;
  color: #fff;
  font-weight: bold;
}

#content {
  width: 850px;
  height: auto;
  overflow: hidden;
  padding: 50px 0;
  margin: 0 auto;
}

#content p {
  font-size: 0.75em;
  text-align: left;
  padding: 5px;
  line-height: 16px;
}

#content p.refs {
  padding: 20px 10px 5px 60px;   
}

#content p span {
  color: #38c4e7;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #38c4e7;
  text-align: left;
}

#content h2 {
  font-size: 1.125em;
}

#content h2.hlavni {
  position: relative;
  width: 214px;
  height: 32px;
  display: block;
  text-align: left;
  float: left;
  margin: 10px 0 30px;
}

#content h2.hlavni span {
  position: absolute;
  display: block;
  width: 214px;
  height: 32px;
  left: 0;
  top: 0;
  background: transparent url('../img/hlavni.jpg') 0% 0% no-repeat;
}

#content h2.reference, #content h2.sluzby, #content h2.kont {
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 40px;
  text-indent: 60px;
}

#content h2.reference {
  background: url('../img/reference.png') 0% 0% no-repeat;
}

#content h2.sluzby {
  background: url('../img/sluzby.png') 0% 0% no-repeat;
}

#content h2.kont {
  background: url('../img/kontakt.png') 0% 5px no-repeat;
}

#content h3 {
  font-size: 0.85em;
  margin: 20px 0 10px;
  text-transform: uppercase;
  text-indent: 60px;
}

#content h3.singleh {
  font-size: 0.85em;
  margin: 0px 0 10px;
  text-transform: uppercase;
  text-indent: 0;
}

#content h3.normal {
  text-indent: 0;
}

#content ul {
  font-size: 0.75em;
  margin: 20px 15px 10px 20px;
  text-align: left;
  line-height: 20px;
  list-style: none;
}

#content ul li {
  background: url('../img/odrazka.gif') 0% 1px no-repeat;
  padding-left: 25px;
}

#content table {
  font-size: 0.75em;
  margin: 20px 0;
}

#content table td, #content table th{
  padding: 2px 5px;
}

#content table td {
  border: 1px solid #2bd3f0;
}

#content table th {
  background: #2bd3f0;
  color: #fff;
}

#content blockquote {
  border-left: 3px solid #2bd3f0;
  margin: 20px 0;
}

#content blockquote p {
  padding-left: 20px;
}  

#content address {
  font-size: 0.70em;
  text-align: left;
  margin: 20px 0;
} 

#left {
  width: 231px;
  float: left;
  height: auto;
}

#left h3.kontakt, #left h3.ref {
  line-height: 28px;
  font-weight: bold;
  text-indent: 90px;
  text-transform: uppercase;
}

#left h3.kontakt {
  background: url('../img/kontakt.png') 30px 0% no-repeat;
  padding-bottom: 20px;
  margin: 0;
}

#left h3.ref {
  background: url('../img/ref.png') 35px 0% no-repeat;
  padding-bottom: 10px;
  color: #fff;
  margin: 10px 0 0 0;
}

#refpozadi {
  width: 231px;
  height: auto;
  background: #2bd3f0 url('../img/okno.png') 0% 0% no-repeat;
  overflow: hidden;
  margin-bottom: 50px;
}

#ref {
  width: 231px;
  min-height: 165px;
  height: expression( this.scrollHeight < 166 ? "165px" : "auto" );
  background: transparent url('../img/oknokonec.png') 0% 100% no-repeat;
  padding-bottom: 10px;
}

#ref p {
  color: #fff;
  font-size: 0.675em;
  line-height: 16px;
  padding: 0 15px;
}

#ref ul {
  color: #fff;
  font-size: 0.675em;
  line-height: 16px;
  list-style: disc;
  margin-left: 30px;
}

#ref ul li {
  background: none;
  padding: 2px 10px 2px 0px;
}

#ref a {
  color: #fff;
  text-decoration: underline;
}

#ref a:hover {
  color: #d3f9ff;
}

#ref h4 {
  color: #fff;
  font-size: 0.688em;
  line-height: 16px;
  margin: 25px 10px 0px 10px;
  text-align: center;
  text-transform: uppercase;
}

#ref img.logo {
  border: 2px solid #5cdff4;
  margin: 5px auto;
}

#ref a:hover img.logo {
  border: 2px solid #d3f9ff;
}

#con fieldset {
  border: none;
  width: 190px;
  margin: 0 auto;
}

#con fieldset input {
  width: 128px;
  height: 17px;
  background: #eaeaea url('../img/pole.png') 50% 0% no-repeat;
  border: 0;
  line-height: 17px;
  font-size: 0.675em;
  vertical-align: middle;
  color: #979797;
  float: right;
  text-indent: 5px;
  margin: 5px 0 5px 0;
}

#con fieldset label {
  font-size: 0.65em;
  float: left;
  line-height: 28px;
}

#con fieldset textarea {
  width: 118px;
  height: 49px;
  margin: 5px 0 5px 0;
  float: right;
  border: none;
  background: #eaeaea url('../img/textarea.png') 0% 0% no-repeat;
  line-height: 17px;
  font-size: 0.90em;
  vertical-align: middle;
  padding: 5px;
  color: #979797; 
}

#con fieldset input.odeslat, #con fieldset input.reset {
  width: 64px;
  height: 18px;
  border: none;
  line-height: 17px;
  font-size: 0.675em;
  vertical-align: middle;
  color: #fff;
  text-indent: 5px;
  cursor: pointer;
  margin: 10px 0 5px 0;
}

#con fieldset input.odeslat {
  background: #1edcf4 url('../img/odeslat.png') 0% 0% no-repeat;
}

#con fieldset input.reset {
  background: #1edcf4 url('../img/reset.png') 0% 0% no-repeat;
}

#con fieldset input.reset:hover {
  background: #b7b7b7 url('../img/resethover.png') 0% 0% no-repeat;
  color: #d3f9ff;
}

#con fieldset input.odeslat:hover {
  background: #b7b7b7 url('../img/odeslathover.png') 0% 0% no-repeat;
  color: #d3f9ff;
}

#right {
  width: 650px;
}

.hlavnistrana {
  float: left;
  margin: 5px 20px 20px 5px;
}

.main {
  background: url('../img/main.jpg') 90% 90% no-repeat; 
}

#pata {
  width: 900px;
  height: 35px;
  background: #30d2ee url('../img/paticka.gif') 0% 0% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

#pata p {
  font-size: 0.688em;
  color: #fff;
  text-align: left;
}

#pata p a {
  color: #fff;
}

#pata p a:hover {
  color: #d3f9ff;
}

#pata p.levy {
  float: left;
  line-height: 35px;
  text-indent: 25px;
}

#pata p.pravy {
  float: right;
  line-height: 35px;
  padding-right: 25px;
}

.refs {
  padding: 5px 10px 5px 40px;   
}

#content ul#sluzbymenu {
  width: 650px;
  height: 35px;
  background: #1ae1f7 url('../img/sluzbymenu.png') 0% 0% no-repeat;
  list-style: none;
  margin: 20px auto 40px;
}

#content ul#sluzbymenu li {
  line-height: 35px;
  float: left;
  display: block;
  padding: 0 15px 0 14px;
  background: none;
  border-right: 1px solid #73eefa;
}

#content ul#sluzbymenu li.last {
  border-right: 0;
}

#content ul#sluzbymenu li a {
  color: #d3f9ff;
  text-decoration: none;
  font-weight: bold;
}

#content ul#sluzbymenu li a:hover, #content ul#sluzbymenu li a.active {
  color: #fff;
  text-decoration: underline;
}

#content ul#sluzbyul {
  padding-left: 110px;
  margin-left: 60px;
  min-height: 108px;
  height: expression( this.scrollHeight < 109 ? "108px" : "auto" );
}

#content p.sluzbyp {
  padding-left: 120px;
  margin-left: 60px;
  background: url('../img/upgrade.png') 0% 0% no-repeat;
  min-height: 108px;
  height: expression( this.scrollHeight < 109 ? "108px" : "auto" );
}

.supp{
  background: url('../img/support.png') 0% 0% no-repeat;
}

.instal{
  background: url('../img/instalace.png') 0% 0% no-repeat;
}

.upgrade, .tuning {
  background: url('../img/upgrade.png') 0% 0% no-repeat;
}

.zaloha{
  background: url('../img/zaloha.png') 0% 0% no-repeat;
}

.disaster{
  background: url('../img/disaster.png') 0% 0% no-repeat;
}

.singleref {
  width: 760px;
  height: auto;
  margin-left: 60px;
  background: url('../img/singleref.png') 100% 100% no-repeat;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 10px;
}

#content div.singleref img {
  float: left;
  margin-right: 20px;
  border: 1px solid #23d4f1;
}

#levy {
  width: 310px;
  height: auto;
  float: left;
  padding-left: 100px;
}

#pravy {
  width: 310px;
  height: auto;
  float: left;
}
