/**
 * Screen & projection stylesheet
 *
 * @version SVN:$Id: screen.css 51 2009-09-17 06:46:01Z mishal $
 * @author mishal
 *
 */

@import url("common.css");
@import url("menu.css");
@import url("sitemap.css");
@import url("typo.css");
@import url("breadcrumbs.css");
@import url("prettyPhoto.css");

body {
  background: #00adef url("images/body_bg.gif") top left repeat-x;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  margin-top: 9px;
}

#header {
  position: relative;
  background: url("images/header_bg.gif") top right no-repeat;
}

#content-wrapper {
  float: left;
  width: 742px;  
}

#content {
  padding: 0.75em;
  background: #fff;
  min-height: 600px;
}

body.uvod #content {
  width: 960px;
  min-height: 0;
  padding: 0.75em;
}

#content-wrapper.wide {
  width: 100%;
}

#content-wrapper.wide #content {
  padding: 2em;
  padding-top: 1em;
}

#main {
  background: url("images/sidebar_bg.gif") top left repeat-y;

  min-height: 100px;
}

#sidebar-wrapper {
  float: left;
  width: 238px;
  border-top: 2px solid #fff;
}

#sidebar {
  padding: 0 10px;
  padding-top: 0.5em;
}

#intro-text {
  float: left;
  width: 570px;
  line-height: 150%;
  padding: 0.5em;
}

#shortcuts {
  float: right;
}

h1 {
  width: 347px;
  height: 141px;
}

h1 a {
  width: 325px;
  height: 131px;
  display: block;
  outline: none;
  background: url("images/logo_stavebni_poradna.gif") top left no-repeat;
}

h1 a span {
  display: none;
}

#intro {
  background: url("images/intro_bg.jpg") top left no-repeat;
  height: 288px;
}

#motto {
  position: relative;
  height: 288px;
  width: 596px;
  float: left;
}

#motto h2 {
  display: none;
}

#motto p {
  display: none;
}

a.profil {
  position: absolute;
  bottom: 15px;
  left: 425px;
  display: block;
  background: url("images/button_profil.gif") top left no-repeat;
  width: 159px;
  height: 34px;
}

a.profil:hover {
  background-position: bottom left;
}

a.profil span {
  display: none;
}

a.sluzby {
  float: right;
  margin-top: 1em;
  display: block;
  width: 259px;
  height: 34px;
  background: url("images/button_sluzby.gif") top left no-repeat;
}

a.sluzby span {
  display: none;
}

a.sluzby:hover {
  background-position: bottom left;
}

a.more {
  float: right;
  margin: 1em 0;
  display: block;
  width: 138px;
  height: 34px;
  background: url("images/button_vice.gif") top left no-repeat;
}

a.more span {
  display: none;
}

a.more:hover {
  background-position: bottom left;
}

#reference {
  width: 384px;
  height: 288px;
  float: right;
  position: relative;
  background: url("images/reference_bg.gif") top left no-repeat;
}

#reference h2 {
  display: none;
}

#reference ul {
  margin: 0;
  paddding: 0;
  list-style-type: none;
  position: absolute;
  top: 36px;
  left: 36px;
  width: 306px;
  height: 225px;
  overflow-y: auto;
}

#reference ul li {
  background: none;
  padding: 0;
  margin: 0;
  width: 306px;
  height: 225px;
}

html.js #reference ul li {
  padding: 0;
  margin: 0;
  width: 306px;
  height: 230px;
}

html.js #reference ul {
  overflow: hidden;
}

#footer {
  background: url("images/footer_bg.png") top left no-repeat;
  padding: 0.5em;  
  padding-bottom: 30px;
  clear: both;
  text-align: right;
  margin-bottom: 2em;
}

#footer p {
  line-height: 2em;
}

#footer a {
  color: #000;
  text-decoration: underline;
  font-size: 10pt;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

a#site-by {
  display: inline-block;
  width: 148px;
  height: 23px;
  vertical-align: middle;
  background: url("images/mishal_cz.gif") center left no-repeat;
}

a#site-by span {
  display: none;
}


#tabs {
  
}

#tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#tabs ul li {
  margin: 0 0 0 0.2em !important;
  padding: 0 !important;
  float: left;
  background: none;
}

#tabs ul li a {
  margin: 0;
  display: inline-block;
  text-decoration: none;
  padding: 0.3em 0.6em;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

#tabs ul li span {
  margin: 0;
  display: inline-block;
  text-decoration: none;
  padding: 0.3em 0.6em;
  font-weight: bold;
  border: 1px solid transparent;
  border-top: 0;
}

#tabs ul li a:hover {
  text-decoration: underline;
}

p.certifikaty a img {
  border: 1px solid #ccc;
  padding: 0.2em;
}

p.certifikaty a img.over {
  border-color: #00A650;
}

p.fotky {
  padding: 0 1em;
}

p.fotky a img {
  border: 1px solid #ccc;
  padding: 0.2em;
}