/* CSS Document */
.oneColFixCtr #container #header a{
  text-decoration: none;
  color: #ffffff;
}

.oneColFixCtr #container #header a:visited{
  text-decoration: none;
  color: #660a0a;
}
.oneColFixCtr #container #header a:hover{
  text-decoration: underline;
  color: #ffffff;
}
.oneColFixCtr #content a.button:hover{
  background-image: url(design/buttonBGhover.png);
  background-repeat: repeat-x;
}
#content .linky {
  margin-left: 30%;
}
#content .linky a{
  display:block;
  text-decoration: none;
  font-family: Georgia;
  font-size: 24px;
  width: 250px;
  color: #3e3e3e;
}
#content .linky a:visited{
  text-decoration: none;
  font-family: Georgia;
  font-size: 24px;
  color: #3e3e3e;
}
#content .linky a:hover{
  background-color: #e5e5e5;
  text-decoration: none;
  font-family: Georgia;
  font-size: 24px;
  color: #3a3a3a;
}
#content .linky a.uctovnictvo{
  line-height: 50px;
  padding-left: 100px;
  background-image: url(design/ikonky/uctovnictvo.png);
  background-repeat: no-repeat;
  height: 50px;
}
#content .linky a.evidencia{
  line-height: 50px;
  padding-left: 100px;
  background-image: url(design/ikonky/evidencia.png);
  background-repeat: no-repeat;
  height: 50px;
}
#content .linky a.hospodarstvo{
  line-height: 50px;
  padding-left: 100px;
  background-image: url(design/ikonky/hospodarstvo.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 250px;
}
#content .linky a.mzdy{
  line-height: 50px;
  padding-left: 100px;
  background-image: url(design/ikonky/mzdy.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 250px;
}
#content .linky a.statistika{
  line-height: 50px;
  padding-left: 100px;
  background-image: url(design/ikonky/statistika.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 250px;
}
#content .linky a.dane{
  line-height: 50px;
  padding-left: 100px;
  background-image: url(design/ikonky/dane.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 250px;
}
#content a.skype{
  display: block;
  background-image: url(design/skype2.png);
  background-repeat: no-repeat;
  width: 173px;
  height: 63px;
}
#content a.skype:hover{
  display: block;
  background-image: url(design/skypeHover2.png);
  background-repeat: no-repeat;
  width: 173px;
  height: 63px;
}
