
body
{
  background-color: #fff;
  text-align: center;				/* Zarovnání na střed (celé stránky, tuto blbost tu píšu kvůli IE) */
  font-family: Tahoma, Arial CE, Arial;
  margin: 0px;
  font-size: 12px;
}

/* Nadpisy */
  h1,h2
  {
    color: #ed852b;
  }

  h3,h4,h5,h6
  {
    color: black;
  }

  
  /* Jednotlivé nadpisy */
    h1
    {
      padding: 20px 0px 0px 0px;
      font-size: 32px;
    }
    
    h2
    {
      font-size: 24px;
    }

    h3
    {
      font-size: 20px;
    }

    h4
    {
      font-size: 16px;
    }

    h5
    {
      font-size: 14px;
    }

    h6
    {
      font-size: 12px;
    }

#kontejner
{
  width: 760px;
  margin: 30px auto 30px auto;
  text-align: left;				/* Zarovnání do leva (zase kvůli IE) */
  background-color: #fff;
}

#kontejner2
{
  width: 960px;
  margin: 0px auto 0px auto;
  text-align: center;
  background-color: #fff;
}

#header
{
  color: black;
  font-family: Times;
  margin: 0px 0px 0px 0px;
  font-size: 0px;				/* Další pitomost kvůli exploreru ;) */
}

menu
{
  width: 180px;
  display: block;
}

menu li#first
{
  margin: 20px 0px 0px 0px;
}

menu, menu li
{
  margin: 0px;
  padding: 0px;
}

menu li
{
  list-style-type: none;
  padding: 2px 0px 0px 30px;
  background-image: url("img_bunka.gif");
  background-repeat: no-repeat;
  background-position: 8px 2px;
  font-size: 14px;
  display: block;
  width: 100%;
/*  height: 20px;*/
  margin: 5px 0px 0px 0px;
}

#obsah
{
  float: right;
  width: 560px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 150%;
}

#obsah p
{
  font-size: 12px;
}

#feed
{
  clear: both;
  padding: 15px 0px 0px 0px;
}

#feed2
{
  border-top: 1px solid gray;
  font-size: 12px;
  color: gray;
  text-align: right;
}

div#kapkaimg
{
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 3px 0px 0px;
}

menu a
{
  display: block;
  text-decoration: none;
  width: 100%;
}

menu a:hover
{
  text-decoration: none;
  background-color: transparent;
  color: #000000;
}

a
{
  color: #000000;
  text-decoration: underline;
}

#feed a
{
  color: gray;
  text-decoration: none;
}

#feed a:hover
{
  text-decoration: underline;
  background-color: transparent;
}

a:hover
{
  background-color: #ed852b;
  text-decoration: none;
  color: #ffffff;
}

a img
{
  border: 0px;
}

table tr td
{
  font-size: 12px;
}

table tr th
{
  font-size: 14px;
  color: #ed852b;
}

img
{
  border-bottom: 4px solid #ed852b;
}

hr
{
  color: #ed852b;
}

.js-obj
{
  cursor: pointer;
  border-bottom: 1px dashed black;
}