html, body, h1, h2, ul, div, li, img, a {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: Arial;
  background: url('../images/pozadi.png');
}

#container {
  width: 960px;
  margin: 0 auto;
}

#lang {
  width: 100%;
  text-align: right;
  margin-top: 19px;
}

#lang ul{
  list-style-type: none;
}

#lang ul li {
  display: inline;
}

#lang ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #010101;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  width: 19px;
}

#lang ul li a:hover {
  font-weight: bolder;
}

#lang ul li a.active {
  font-weight: bolder;
}

#header {
  height: 45px;
  width: 100%;
  float: left;
  margin-top: 13px;
  margin-bottom: 18px;
}

#header h1 {
  float: left;
}

#header ul {
  list-style-type: none;
  float: right;
}

#header ul li {
  display: inline-block;
  margin-left: 17px;
  text-align: right;
}

#header ul li a {
  font: 18px Arial, sans-serif;
  display: block;
  height: 33px;
  width: 179px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 21px 0 0;

}

#header ul li:nth-child(1) {
  background: url('../images/brigoska_bg.png') 13px 0 no-repeat;
  background-color: #d6394d;
}

#header ul li:nth-child(2) {
  background: url('../images/personalni_bg.png') 13px 0 no-repeat;
  background-color: #548220;
}

#header ul li:nth-child(3) {
  background: url('../images/itsluzby_bg.png') 13px 0 no-repeat;
  background-color: #ff8a00;
}

#content {
  width: 100%;
  float: left;
}

.col {
  width: 309px;
  float: left;
  border-top-width: 8px;
  border-top-style: solid;
}

.col h2 {
  text-transform: uppercase;
  font-size: 36px;
  padding: 10px;
}

#left-col{
  border-top-color: #d6394d;
  color: #d6394d;
  background: #fff url('../images/a.png') 0px 265px no-repeat;
}

#center-col{
  margin: 0 16px 0 17px;
  border-top-color: #548220;
  color: #548220;
  background: #fff url('../images/b.png') 0px 265px no-repeat;
}

#right-col{
  border-top-color: #ff8a00;
  color: #ff8a00;
  background: #fff url('../images/c.png') 0px 265px no-repeat;
}

.col address {
  margin: 0;
  color: #fff;
  padding: 10px 15px;
  font-style: normal;
}

.col address a {
  color: #fff;
  text-decoration: underline;
}

#left-col address {
  background: #d6394d url('../images/brigoska_bg.png') 235px 10px no-repeat;
}

#center-col address {
  background: #548220 url('../images/personalni_bg.png') 245px 10px no-repeat;
}
#right-col address {
  background: #ff8a00 url('../images/itsluzby_bg.png') 235px 10px no-repeat;
}

.col ul {
  list-style-type: none;
  margin-bottom: 224px;
}

.col ul li a:before {
  content:"»  "
}

.col ul li a{
  display: block;
  width: 279px;
  height: 25px;
  padding: 7px 15px 5px 15px;
  text-decoration: none;
  color: #000;
  font-size: 19px;
}

#left-col ul li a{
  color: #d6394d;
}

#left-col ul li a:hover {
  background-color: #d6394d;
  color: #fff;
}

#center-col ul li a{
  color: #548220;
}

#center-col ul li a:hover {
  background-color: #548220;
  color: #fff;
}

#right-col ul li a{
  color: #ff8a00;
}

#right-col ul li a:hover {
  background-color: #ff8a00;
  color: #fff;
}



#adverts {
  float: left;
  width: 100%;
  background: #fff url('../images/reklamy.png') 0px 11px no-repeat;
  height: 87px;
  margin: 18px 0;
}

#footer {
  width: 100%;
  font-size: 14px;
}

#footer ul {
  list-style-type: none;
}

#footer ul li {
  display: inline-block;
  margin-left: 8px;
}

#footer ul li:before {
  content: '|';
}

#footer ul li a{
  margin-left: 8px;
  color: #010101;
}

.clearfix {
  clear: both;
}