* {
 margin: 0px auto;
 padding: 0px;
}
/* Struktura */
body {
 background: url('img/contentx.jpg') repeat-x;
 font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
 font-size: 12px;
 text-align: center;
 color: #0b1b3f;
}

.all {
 text-align: center;
 width: 739px;
 height: auto;
 background: url('img/contenty.jpg') repeat-y;
 clear: both;
 overflow: hidden;
 }

.right {
 width: 87px;
 height: 800px;
 background: url('img/right.jpg') no-repeat;
 float: right;
}

.left {
 width: 87px;
 height: 800px; 
 background: url('img/left.jpg') no-repeat;
 float: left;
}

.mid {
 width: 565px;
 min-height: 300px;
 float: left;
}

.menu {
 width: 565px;
 height: 96px;
 background: url('img/menu.jpg') no-repeat;
}

.header {
 width: 565px;
 height: 144px;
 background: url('img/header.jpg') no-repeat;
}

.box {
 width: 565px;
 min-height: 300px;
 background-color: #d5d6db;
 } 

.footer {
  width: 739px;
  height: 20px;
  background: url('img/footer.jpg') no-repeat;
}



/* Formát*/
h1{
  color: #000;
  font-size: 15px;
  color: #0b1b3f;
  text-align: left;
  margin-left: 40px;
  margin-top: 5px;
  }

a:link {
  border: none;
  color: #0b1b3f;
  text-decoration: none;
}

a:visited {
  border: none;
  color: #0b1b3f;
  text-decoration: none;
}

img {
  border: none;
}

.top{
  width: 300px;
  font-size: 9px;
  color: #86a5ea;
  float: right;
  margin-top: 14px;
  margin-right: -115px;
}

.top a:link {
  border: none;
  color: #86a5ea;
  text-decoration: none;
}

.top a:visited {
  border: none;
  color: #86a5ea;
  text-decoration: none;
}

.footer p{
  padding: 3px;
}

.text{
 font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
 font-size: 12px;
 color: #0b1b3f;
 text-align: left;
}

.kontakty{
 margin-left: 10px;
 }

.kontakty p{
 font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
 font-size: 12px;
 color: #0b1b3f;
 text-align: left;
}
}

table{
 text-align: left;
}


/* UVOD */

.uvod_pic{
 width: 450px;
 height: 180px;
 text-align: center;
 }

.uvod_graf{
 width: 180px;
 height: 180px;
 background: url('img/uvod_graf.jpg') no-repeat;
 float: left;
 border: 1px solid #acacac;
 }

.uvod_www{
 width: 180px;
 height: 180px;
 background: url('img/uvod_www.jpg') no-repeat;
 float: right;
 border: 1px solid #acacac;
 }
 
 /* REFERENCE */
 
.nadpis {
 font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
 font-size: 13px;
 color: #0b1b3f;
 text-align: left;
 font-weight: bold;
 text-decoration: none;
 margin-top: 20px;
}

.reference {
  width: auto;
  height: 180px;
}

.imgref {
  width: 210px;
  height: 130px;
  float: left;
  margin-top: 10px;
  border: 1px solid #acacac;
}

.textref {
  width: 340px;
  height: 130px;
  float: right;
  margin-top: 10px;
  
}

.oddelovac {
  width: 550px;
  height: 2px;
  background-color: #acacac;
}

.toplist{
display: none;
}

.vizitka {
width: 241px;
 height: 153px;
 background: url('img/vizitka.jpg') no-repeat;
 border: 1px solid #86a5ea;
 margin-top: 30px;
}

.invisible{
 display: none;
}