* {
  margin: 0;
  padding: 0;
  }
body{
  background: white;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.8em;
  color: #585858;
  letter-spacing: 0.03em;
  text-align: center;
  }
a{
  color: #069ccc;
  } 
a:hover{
  text-decoration: none;
  }
a img{
  border: none;
  }
p{
  margin: 0.5em 0;
  letter-spacing: 0;
  }
h1{
  font-size: 2em;
  }
#main{
  width: 746px;
  margin: auto;
  text-align: left;
  position: relative;
  }
.cleaner{
  clear: both;
}
.niceul, .finance_ul{
  margin: 1em 0;
  padding: 0 0 0 1em;
  list-style: none;
  line-height: 175%;
  }
.niceul li, .finance_ul li{
  margin: 0;
  padding: 0 0 0 17px;
  background: url(images/list.png) 0 0.5em no-repeat;
  }
  
/* ---------------------- head ---------------------------------------------- */
#head{
  width: 746px;
  height: 192px;
  background: url(images/head-background.jpg);
  }
#logo{
  position: absolute;
  right: 70px;
  }
#head h1, #head h3{
  color: #002b83;
  font-family: Times New Roman, serif;
  letter-spacing: 0;
  font-style: italic;
  }
#head h1{
  font-size: 35px;
  padding: 60px 0 0 25px;
  }
#head h3{
  font-size: 21px;
  padding: 0px 0 0 25px;
  letter-spacing: 0.03em;
  }
#head ul{
  position: absolute;
  top: 155px;
  left: 40px;
  border-right: 1px solid white;
  }
#head ul li{
  display: block;
  float: left;
  border-left: 1px solid white;
  height: 22px;  
  }
#head ul li a{
  display: block;
  padding: 0.15em 1.2em 0 1em;
  color: white;
  text-decoration: none;  
  }
#head ul li a:hover{
  text-decoration: underline;
  color: #ede4a7;
  }
#head ul li a:visited{
  color: white;
  }

/* ---------------------- half blocks --------------------------------------- */    
#content_index{
  background: url(images/halfblocks-background.jpg) no-repeat;
  padding-top: 33px;
  }
#content_indexin{
  background: url(images/content_indexin.gif);
  }
.half_block{
  width: 373px;
  float: left;
  }
.half_block a{
  text-decoration: none;
  }
#half_blockin1, #half_blockin2{
  border-left: 1px solid #ffd27a;
  border-right: 1px solid #ffd27a;
  margin-right: 14px;
  padding: 25px 1.5em 2em 38px;
  }
#half_blockin1{
  background: url(images/halfblock1.jpg) no-repeat 99% 100%;
  }
#half_blockin2{
  margin: 0 0 0 5px;
  background: url(images/halfblock2.jpg) no-repeat 99% 100%;
  }
#half_blockin1 h1, #half_blockin2 h1{
  font-size: 1.7em;
  letter-spacing: 0.06em;
  font-weight: bold;
  }
  /* definice modre barvy pro rekvalifikace */
#half_blockin1 h1 a, #half_blockin1 .more a, #content_rekvalifikace h1{
  color: #00a5db;
  }
  /* definice zelene pro poradenstvi */
#half_blockin2 h1 a, #half_blockin2 .more a, #content_poradenstvi h1, #content_poradenstvi h4{
  color: #70ae33;
  }
.more{
  text-align: center;
  padding: 30px 0 40px 0;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.06em;
  }
.more a:hover{
  text-decoration: underline;
  }
.halfblocks_end{
  height: 1px;
  overflow: hidden; 
  background: silver url(images/halfblocks_end.gif) no-repeat;
  
  }

/* ---------------------- references ---------------------------------------- */
.info_block{
  border-left: 1px solid #ffd27a;
  border-right: 1px solid #ffd27a;
  border-bottom: 1px solid #ffd27a;
  background: url(images/contact-background.jpg) no-repeat;
  margin: 18px 0 0 0;
  padding: 0 1em 1em 2em;
  position: relative;
  }
#reference{
  list-style: none; 
  }
.headline{
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 0 0 1em 14px;
  width: 7.1em;
  height: 22px; 
  }
  .headline div{
    padding: 0.15em 1.2em 0 1em;
    color: white;
    }
  .headline div strong{
    font-weight: normal;
  }
.info_block h3{
  font-size: 1em;
  }
h3 a{
  color: #585858;
  }
p.podpis{
  margin: 1em 0 0 300px;
  font-size: 0.9em;
  text-align: center;
  }
    
/* ---------------------- contact ------------------------------------------- */
#contact_headline{
  width: 6.4em;
  }
#phones{
  position: absolute;
  top: 34px;
  left: 310px;
  text-align: center;
  }
#address{
  position: absolute;
  right: 30px;
  top: 34px;
  }
#profile{
  color: #585858;
  }
#copyright{
  color: #a0a0a0;
  font-size: 0.85em;
  text-align: right;
  letter-spacing: 0.04em;
  padding: 0.1em 1em;
  margin: 0 0 30px 0; 
  }
  #copyright div{
    float: left;
    width: 300px;
    text-align: left;
    }
  #copyright a{
    color: #a0a0a0;
    text-decoration: none;
    }
  #copyright a:hover{
    text-decoration: underline;
    }
  
    
/* ---------------------------- aktualni.html ------------------------------- */
.content{
  padding: 0.5em 2em 2em 2em;
  }
.crumbs{
  margin: 0 2.5em;
  }
  .crumbs, .crumbs a{
    color: gray;
    font-size: 0.8em;
    font-family: Verdana, sans-serif;
    }
  .crumbs a{
    font-size: 1em;
    } 
#loga{
  margin: 2em 0 0 0;
  }
  #l_barton{
    float: right;
    width: 79px;
    }
  #loga a{
    margin: 0 15px 0 0;
    }
 /* #loga div{
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    float: right;
    width: 130px;
    text-align: center;
    font-family: serif;
    margin: 0 20px;
    color: #002b83;
    }*/
#content_aktualni h2.colored, #content_aktualni h4.colored{
  margin: 0.5em 0 0.2em 0;
  font-size: 1.5em;
  color: black;
  text-align: center;
  }
#content_aktualni h4.colored{
  margin: 0 0 1em 0;
  font-size: 1em;
  }
.content h1.content_name{
  margin: 0.5em 0 0.75em 0;
  letter-spacing: 0.1em;
  font-family: Verdana, sans-serif;
  }
.tables2 img{
  margin: 0 0 0.5em 120px;  
  }

/*  ------------------------ rekvalifikace.html ----------------------------- */
#menu{
  width: 230px;
  float: left;
  }
  #menu ul li{
    list-style: none;
    }
  #menu ul li a:hover{
    color: #9f2811;
    }
#tables{
  margin: 0 0 0 230px;
  }
#tables img{
  margin: 0.5em 0;
  }
#content_rekvalifikace h2{
  margin: 0 0 1em 0;
  font-size: 1.5em;
  text-align: center; 
  }
#content_rekvalifikace h3{
  text-align: center; 
  }
#content_rekvalifikace h2.plan{
  margin: 2em 0 0.2em 0;
  text-align: center; 
  }
table{
  font-size: 1em;
  }
table.rekvalifikace th{
  color: #00a5db;
  width: 150px;
  vertical-align: top;
  text-align: left;
  }
table.rekvalifikace th, table.rekvalifikace td{
  padding: 0.2em;
  }
td ul li{ 
  list-style: none;
  }
td.right{
  text-align: right;
  }
.inner_table{
  width: 300px; 
  }
.inner_table tr td{
  padding: 0;
  }
p.center{
  text-align: center;
  }

/*  -------------------------- poradenstvi.html ----------------------------- */
#content_poradenstvi h3{
  margin: -0.5em 0 0.5em 0;
  }
.finance_ul{
  line-height: 130%;
  margin: 1em 0 2em 1.2em;
  }
.finance_ul li{
  background: url(images/list.png) 0 0.35em no-repeat;
  }

/*  ---------------------------- kontakt.html ------------------------------- */
h3.employee{
  color: #00a5db;
  font-size: 1.5em;
  margin: 0.2em 0;
  }
#content_kontakty p{
  margin: 0 0 2em 0;
  }
    
