* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  }
  
body {
  background: #ccc url('img/bg-body.jpg') repeat-x left top;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  }

h1 {
  width: 900px;
  height: 62px;
  margin: auto;
  margin-top: 27px;
  margin-bottom: 0px;
  font-style: italic;
  font-weight: bold;
  font-size: 180%;
  color: #eee;
  line-height: 30px;
  }
  
  h1 span.sub {
    font-size: 70%;
    }
  
  h1 img {
    width: 43px;
    height: 15px;
    margin: 0px 3px 0px 20px;
    }
    
  h1 a {
    color: #eee;
    text-decoration: none;
    
    }
    
#menu {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  background: url('img/bg-menu.jpg') repeat-x left top;
  position: relative;
  z-index: 1;
  }

  #menu ul {
    width: 880px;
    height: 40px;
    margin: auto;
    }
  
  #menu ul img {
    width: 23px;
    height: 8px;
    margin: 0px 7px 0px 0px;
    vertical-align: middle;
    }

  #menu ul li {
    float: left;
    list-style-type: none;
    width: 160px;
    height: 47px;
    margin-left: 2px;
    text-align: center;
    background: #ddd url('img/bg-menu-li.jpg') no-repeat left top;
    }

  #menu ul a {
    display: block;
    width: 160px;
    height: 34px;
    font-size: 110%;
    color: #111;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    padding-top: 13px;
    }

  #menu ul li.active {
    height: 50px;
    margin-top: 10px;
    margin-left: 25px;
    background: #a00 url('img/bg-menu-li-active.jpg') no-repeat left top;
    position: relative;
    z-index: 2;
    }
    
  #menu ul li.active a {
    height: 30px;
    padding-top: 20px;
    font-weight: normal;
    color: #fff;
    }

  #menu li a:hover {
    color: #fff;
    }

  #menu ul li.active a:hover {
    color: #999;
    }

#content {
  background: #fff;
  width: 956px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-left: 2px solid #222;
  border-right: 2px solid #222;
  }
  
  #content p {
    margin: 10px 25px 0px 25px;
    text-align: justify;
    text-indent: 50px;
    line-height: 20px;
    }
    
  #content a {
    color: #900;
    }
    
  #content a:hover {
    text-decoration: none;
    }

  #content h2 {
    margin-left: 50px;
    padding-top: 15px;
    color: #900;
    font-size: 120%;
    font-style: italic;
    }

  #content ul {
    margin-top: 10px;
    margin-left: 100px;
    list-style-type: circle;
    line-height: 22px;
    }
    
  #content ul h3 {
    font-size: 100%;
    font-weight: normal;
    }
    
  #content div.webdesign-reference {
    margin: 0px 25px 10px 25px;
    }
    
  #content div.webdesign-reference p {
    width: 253px;
    float: left;
    margin: 15px 24px 10px 24px;
    padding: 0px 0px 15px 0px;
    text-indent: 0px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #999;
    }
    
  #content div.webdesign-reference img {
    width: 233px;
    height: 155px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #fff;
    }
    
  #content div.webdesign-reference img:hover {
    border: 1px solid #900;
    }
    
  #content div.webdesign-reference img.off:hover {
    border: 1px solid #fff;
    }
    
  #content div.kontakt {
    width: 700px;
    margin: auto;
    margin-top: 30px;
    line-height: 35px;
    }
    
  #content div.kontakt h3 {
    font-size: 120%;
    font-style: italic;
    font-weight: normal;
    }
    
  #content p.center {
    text-align: center;
    text-indent: 0px;
    }
    
  #content p.center img {
    margin: 5px 0px 15px 0px;
    }
    
  #content p.vizualizace {
    text-indent: 0px;
    margin: 0px;
    }
    
  #content p.vizualizace img {
    width: 200px;
    height: 150px;
    margin: 20px 0px 0px 83px;
    float: left;
    padding: 3px;
    border: 1px solid #aaa;
    background: #ddf;
    }
    
  #content p.vizualizace img:hover {
    background: #aaa;
    border: 1px solid #336;
    }
    
#content-top {
  background: #fff url('img/bg-content-topbottom.jpg') no-repeat left top;
  width: 960px;
  height: 30px;
  margin: auto;
  margin-top: 5px;
  }
  
#content-bottom {
  background: #fff;
  width: 960px;
  height: 30px;
  margin: auto;
  margin-top: 0px;
  background: #fff url('img/bg-content-topbottom.jpg') no-repeat left bottom;
  }

#footer {
  width: 990px;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #444;
  }
  
  #footer a {
    color: #444;
    font-style: italic;
    text-decoration: none;
    }
    
  #footer a:hover {
    text-decoration: underline;
    }
    
  #footer span.small {
    font-size: 9px;
    color: #666;
    }
    
  #footer span.small a {
    color: #666;
    text-decoration: underline;
    }
    
p.clear {
  clear: both;
  }
    
span.small {
  font-size: 80%;
  }
  
span.red {
  color: #900;
  }
  
img.prtscr-pspad {
  width: 232px;
  height: 200px;
  float: right;
  margin: 0px -14px 0px 10px;
  }
  
img.cart {
  width: 80px;
  height: 80px;
  float: left;
  margin: 12px 10px 0px 25px;
  padding: 0px;
  background: #ccc;
  }
  
img.google {
  width: 300px;
  height: 155px;
  float: left;
  margin: 20px 10px 0px 25px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #eee;
  }
  
img.typing {
  width: 133px;
  height: 100px;
  float: right;
  margin: 0px 25px 0px 10px;
  padding: 2px;
  border: 1px solid #999;
  }
  
img.grafika-netto-web, img.grafika-euphoria-web {
  width: 233px;
  height: 150px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #fff;
  }
  
img.grafika-netto-web:hover, img.grafika-euphoria-web:hover {
    border: 1px solid #900;
    }
    
img.grafika-netto-logo {
  width: 400px;
  height: 135px;
  }
  
img.grafika-netto-favicon {
  width: 215px;
  height: 31px;
  border: 1px solid #999;
  }

img.grafika-euphoria-logo {
  width: 400px;
  height: 87px;
  }

img.grafika-euphoria-favicon {
  width: 214px;
  height: 32px;
  border: 1px solid #999;
  }
  
img.grafika-euphoria-vizitka {
  width: 375px;
  height: 208px;
  border: 1px solid #999;
  }
  
img.grafika-mttmotosraz2010, img.grafika-pcslaskou {
  width: 375px;
  height: 265px;
  padding: 4px;
  border: 1px solid #aaa;
  background: #ddf;
  }
  
img.grafika-mttreklamniletak {
  width: 265px;
  height: 375px;
  padding: 4px;
  border: 1px solid #aaa;
  background: #ddf;
  }
  
img.grafika-tryonic {
  width: 350px;
  height: 248px;
  padding: 4px;
  border: 1px solid #aaa;
  background: #ddf;
  }
  
img.grafika-mttmotosraz2010:hover, img.grafika-mttreklamniletak:hover, img.grafika-pcslaskou:hover, img.grafika-tryonic:hover {
  border: 1px solid #336;
  background: #aaa;
  }

form {
  width: 550px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  background: #dde;
  border: 1px dotted #c00;
  }

  form table td {
    padding-right: 15px;
    }

  form input, form textarea {
    border: 1px solid #666;
    }
    
table.reference-seo {
  width: 600px;
  margin: auto;
  margin-top: 15px;
  padding: 10px;
  line-height: 25px;
  background: #eee;
  border: 1px dotted #c00;
  border-spacing: 0px;
  }
  
table.reference-seo td, table.reference-seo th {
  border-bottom: 1px solid #aaa;
  padding-top: 2px;
  }
