* {margin:0; padding:0;}

body {
  background-color: #fff;
  background-image:url(../images/bgContent.gif);
  background-repeat: repeat-x;
	font-size:10pt;
	font-family: tahoma,verdana,sans-serif;
	margin:0px;
	}	

#header{
	width:970px;  
  margin-left:auto; 
  margin-right:auto;
  height:100px;
	}

#logo {
  float:left;
  margin-left: 3px;
}
#loga {
  float:right;
  margin-top: 25px;
}
#loga img {
  margin-top:3px; 
  }

#menu{
  background-image:url('../images/menu3.gif');
  background-repeat: repeat-x;
  color: #fff;
  height: 34px;
  text-transform: uppercase;
	}
	
#menu ul {
  margin:0 auto;
  width:970px;
}
#menu ul li {
  float:left;
  list-style-type:none;
  display:block;
  padding:6px 4.6px 0px 4.6px;
  text-transform:uppercase;
  font-size:11pt;
  height:24px;
}

#menu ul li a {
  color:#fff;
  text-decoration:none;
}
#menu ul li a:hover {
  color:#000;
}

#all{ 
  width:970px;  
  margin-left:auto; 
  margin-right:auto;
	}

#content{
  padding-top: 5px;
  width:100%;
  clear: both;
}

#content p{
  /*border: 0.1px solid #ccc;*/
  padding: 8px;
}

#content ul{
  margin-left: 15px;
}

.center{
  width: 75%;
  margin: 0 auto 2em auto;
}

.clearFloat{
  clear:both; 
}

#content_left{
    float:left; 
    width:48%; 
    padding-top:10px;
}
    
#content_right{
    /*margin: 0 0 0 5px;*/
    float:right; 
    width:48%; 
    padding-top:10px;
}

#content_left8{
    float:left; 
    width:49%; 
    padding-top:10px;
}
    
#content_right8{
    /*margin: 0 0 0 5px;*/
    float:right; 
    width:49%; 
    padding-top:10px;
}

#content_lavy{
    float:left; 
    width:32%; 
    padding-top:10px;
}
 
#content_stredny{
    margin: 0 0 0 15px;
    float:left; 
    width:32%; 
    padding-top:10px;
}
    
#content_pravy{
    margin: 0 0 0 15px;    
    float:left; 
    width:32%; 
    padding-top:10px;
}



#content_bottom{
    margin-top: 1em;
    float:left;
    width: 100%;
}

#content li{
    padding: 5px 0 0 0px;
}

#content table td{
    vertical-align: top;
    padding: 5px;
} 

.kanalyImages img{
    width: 55px;
    height: 31px;
}

.camera img{
    width: 200px;
    height: 150px;
    margin: 0 10px 0 0px;
}

a{
	color: #ff0000;;
}
	
a:hover{
	color: #000;
	cursor: pointer;
	}

a img{
  border: 0px;
}

#footer {
  clear: both;
  background-color:#585858;
  background-image:url('../images/bgFoot.gif');
  background-position:left top;
  background-repeat:repeat-x;
  text-align:center;
  font-size:8pt;
  padding: 20px 0 10px 0;
  color:#fff;
}

#footer a{
  text-decoration: underline;
  color: #fff;
}

#footer a:hover{
	color: #ccc;
	text-decoration:none;
	cursor: pointer;
	}

#contact{
  margin-top: 10px;
}

#maps{
  margin-top: 20px;
}

#docs{
  display: block;
  line-height: 2em;
}

#docs a{
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  /*color: #ff0000;
  text-decoration: underline;*/  
}

/*#docs a:hover{
  color: #000;
  text-decoration: none;   
} */


.tableDesc{
  width: 150px;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
}

h3{
  color: #6e6e6e;
  font-weight: normal;
  text-transform: uppercase;
} 

.emph{
  font-weight: bold;
}

.emphRed{
  color: red;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 0.5px solid #ddd;
}

.text_req{
  border: 2px solid red;
}

.text_ok{
  border: 1px solid #9e9e9e;
}

.errMessage{
  color: red;
}

a img.info{
  float: right;
  width: 105px;
  height: 25px;
}

.cenTop{
    background-color: #ddd;
    color: #000;
    font-weight: bold;
}

.cenCont{
    text-align: center;
}

#searchresult{
    margin-top: 10px;
    padding: 0px;
    font-size: 0.9em;
}

#searchresult td{
    border-bottom: 1px solid #eee;
} 

#schema{
    margin: 10px 0 10px 0;
}


