﻿/*****************************
 ** Layout *** 
 *************
 
 Společné selektory pro všechny stránky.
 Autor: Jan Kukla, Martin Dušek
 Verze: 1.0
 Datum: 15.8.2007
 
*****************************/ 


/******************************************/
/** Stylování obecných selektorů **/
/******************************************/
*{
  margin: 0;
  padding: 0;
  border: 0;
    }

a, a:visited {margin: 0;
  padding: 0;
  border: 0;
  color:#0a4989;}

body {
  behavior: url("csshover.htc");
  background: #e7e7e7 url(img/bg.gif) repeat-x top fixed;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  color:#757575;
  }

/*nadpisy a odstavce*/
h2{
  font-size: 1.5em;
  letter-spacing: 1px;
  }

h3 {
  font-size: 1.3em;
  }

h4, legend { font-size: 1.1em;
    margin:0 0 2px 0;
    color:black;
    }
   

p{
  font-size: 1em;
  line-height:1.2em;
  margin:0 0 10px 0;
  padding: 1px 0 0 0;
  text-align: justify;}
  
p img{
   margin:0 0 0px 10px;
   float:right;
   border:1px solid black;}

/**čistič**/
.clear{clear: both;
      height:0px;
  		font-size:1px;
  		border:none;
  		margin:0; padding:0;
  		background:transparent;}
  		
/*tabulky*/
table{width:100%
}

td{padding:0.1em 1.3em ;}


/*formuláře*/
input{
  border: 1px solid #c3c3c3;
  width: 140px;
  font-size: 11px;
  padding:1px;
  color: #757575;
  }
  
select{
  border: 1px solid #c3c3c3;
  width: 140px;
  padding:1px;
  font-size: 11px;
  color: #757575;}


/******************************************/
/** Definice barev, tučností, vlastností **/
/******************************************/

.nadpis1 {
  color: #a6b500;
  font-size: 14px;
  font-weight: bold;
  }

.nadpis2 {
  color: #0a4989;
  font-size: 13px;
  font-weight: bold;
  }

.nadpis3 {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  }

.blue{
  color:#0a4989;}
  
.green{
  color: #a6b500;}
  
.grey {
  color: #4c4c4c;
  }

.bold{
  font-weight: bold;}

.bold-black {
  font-weight: bold;
  color: #000;
  }
a.bold-black {
  font-weight: bold;
  color: #000;
  }
  
.bold-green {
  font-weight: bold;
  color: #a6b500;
  }
  
.green-bold{
  font-size: 1.2em;
  font-weight: bold;
  color: #769209;}
  
.bold-grey {
  font-weight: bold;
  color: #4a4a4a;
  }
  
.bold-blue {
  font-weight: bold;
  color: #0a4989;
  }

.right{
  text-align:right;}
  
.nopadding{
  padding:0;}
  
.border-bottom{
  border-bottom: 1px solid #aca9a1;
  padding-bottom: 20px; }

/*****************************/
/** Vrchní obrázek a ikonky **/
/*****************************/

#top{
  width: 830px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
    }

#top-inner {
  width: 791px;
  height: 60px;
  position: relative;
  }

/*Logo autorizovaníinspektoři.cz*/
#top img{
  margin-top: 15px;
  }

/* div obalující vyhledávací formulář*/  
#top-search {
  border: 1px solid #bebebe;
  border-width: 1px 1px 0 1px;
  height: 21px;
  position: absolute;
  bottom: 0;
  right: 119px;
  
  }

#top-search td{
  padding:0;}

/*vyhledávací políčko*/  
#top-search input{
  border: 1px solid #dddddd;
  padding:1px;
  _height:11px;
  }

/*submit vyhledávání s hooverem*/ 
#top-search #search-submit {
  background: url(img/ico-arrow.gif) no-repeat;
  width: 26px;
  height: 17px;
  border:none;
  }

#pass-submit {
  background: url(img/ico-pass-arrow.gif) no-repeat;
  width: 26px;
  height: 17px;
  border:none;
  }

#pass-submit:hover {
  background: url(img/ico-pass-arrow-over.gif) no-repeat;
  width: 26px;
  height: 17px;
  border:none;
  }

#top-search #search-submit:hover {
  background: url(img/ico-arrow-over.gif) no-repeat;
  }
#search-form table{
  width:auto;}

#user_name {
  position: absolute;
  right: 0px;
  top: 13px;
  }

/* div - Horní ikony - homepage, sitemap, search*/  
#top-icons {
  border: 1px solid #bebebe;
  border-width: 1px 1px 0 1px;
  height: 21px;
  position: absolute;
  bottom: 0;
  right: 0;
  _right:-1px;
  }
    
#top-icons ul {
  list-style: none; }
  
#top-icons li {
  float: left; }

/*home*/
#top-icons a#home {
  background: url(img/ico-home.gif) no-repeat;
  width: 27px;
  height: 21px;
  display: block;
  }

#top-icons a#home:hover {
  background: url(img/ico-home-over.gif) no-repeat;
  }
  
/*site map*/
#top-icons a#sitemap {
  background: url(img/ico-sitemap.gif) no-repeat;
  width: 30px;
  height: 21px;
  display: block;
  }

#top-icons a#sitemap:hover {
  background: url(img/ico-sitemap-over.gif) no-repeat;
  }
  
/*search*/  
#top-icons a#search {
  background: url(img/ico-search.gif) no-repeat;
  width: 27px;
  height: 21px;
  display: block;
  }

#top-icons a#search:hover {
  background: url(img/ico-search-over.gif) no-repeat;
  }

/*admin*/
#top-icons a#admin {
  background: url(img/ico-admin.gif) no-repeat;
  width: 27px;
  height: 21px;
  display: block;
  }

#top-icons a#admin:hover {
  background: url(img/ico-admin-over.gif) no-repeat;
  }


/*****************************/
/** Hlavní divy (bez patky) **/
/*****************************/
#main{
  background-color: white;
  width: 750px;
  height: auto;/*pozn.:pak auto*/
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #808080;
  }

/*****************************/
/** Hlavní, horní menu **/
/*****************************/ 
#menu {
  margin: 5px 0 0 0;
  padding: 0;
  height: 28px;
  width: auto;
  background: url(img/bg-menu.gif) bottom left repeat-x;
  z-index:100;
  }

#menu ul {
  list-style: none;
}

#menu li {
  float: left;
  border-right: 1px solid #4d633a;
}

#menu li a {
  background: url(img/bg-menu.gif) bottom left repeat-x;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  float: left;
  display: block;
  color: #6d8412;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-decoration:none;
}



#menu li a:hover {
background: url(img/bg-menu-over.gif) bottom left repeat-x;
color: #586136;
} 


/* Ruší pravý border v poslední položce menu*/
#menu .jaca {
  border: 0;
}

/*****************************/
/** Šedivá linka pod menu **/
/*****************************/
#shadow_line{
  height: 7px;
  width: auto;
  background: #fff url(img/shadow-line.gif) no-repeat right top;
  }

/*****************************/
/** Headrový obrázek **/
/*****************************/
#main_img{
  position: relative;
  background: url(img/engineer.jpg) no-repeat;
  height: 99px;
  width: auto;
  margin: 7px;
  border: 1px solid #aca9a1}

/*****************************/
/** Krychličky ČKA a ČKAIT **/
/*****************************/
#cubes{
  position: absolute;
  top: 0;
  right: 0;
  height: 122px;
  width: 237px;
  
  }

#cubes img {
  _margin: 0 0 -4px 0;
}
  


/***********/
/** Patka **/
/***********/

#footer{
  background: url(img/footer.gif) no-repeat;
  height: 33px; 
  width: 726px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 5px 0 5px;
  color: #354429;
  text-align:left;
  }

#footer a, #footer a:visited {
  text-decoration: none;
  color: #354429; }

#footer a:hover {
  text-decoration: underline;
  color: #354429; }

  
#foot-left{
 float:left;
  }
  
#foot-right{
  float:right;
  }  




