/*

CSS Credit: http://ssnet.cz/

*/
body {
  background: black;
  margin: 0px;
  padding: 0px;
  font: 14px arial, sans-serif; 
  height: 100%;
  text-align: center;/*center for IE*/
}

table {
  table-layout: fixed;
  width: 40%;
}

#prvniSloupec, #druhySloupec, #tretiSloupec, #ctvrtySloupec {
  width: 200px;
}

a:link, a:visited {
  color: #c0c0c0;
  text-decoration: none;
}

a:active, a:hover {
  color: #808080;
  text-decoration: none;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  color: #808080;
  height: 32px;
  padding: 0px 0px 0px 0px;
}

h2 {
  font-size: 19px;
  font-weight: normal;
  color: #808080;
  height: 32px;
  padding: 0px 0px 0px 0px;
}

h3 {
  margin-top: 7px;
  font-size: 15px;
  font-weight: normal;
  color: #B0C4DE;
  height: 27px;
  padding: 7px 0px 0px 35px;
}

h4 {
  margin-top: 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  height: 27px;
  padding: 7px 0px 0px 35px;
}

h5 {
  margin-top: 7px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  height: 27px;
  padding: 7px 0px 0px 35px;
}

#stylesheet_container {
  width: 1000px;
  margin: auto;
}