*
  {
  margin: 0;
  padding: 0;
  }
html, body
  {
	height: 100%;
  }
body
  {
	font-family: tahoma, arial, "Trebuchet MS", verdana, sans-serif;
  background: url('../pic/pozadie.png') repeat-y top center;
	color: #000;
	text-align: center;
	min-width: 680px;
	line-height: 1.5;
  }
/* v tomto je vsetko */
#hlavny
  {
 	width: 680px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
  }
/* hlavicka */
h1
  {
  width: 680px;
  height: 300px;
  color: #E13D3D;
  background: #fff;
  font-size: .8em;
  }
  h1 a
    {
    color: #e13d3d;
    }
  h1 a:hover
    {
    color: #e13d3d;
    text-decoration: none;
    }
    h1 a span
      {
      position: absolute;
      display: block;
      background: url('../pic/hlavicka.png') no-repeat top left;
      top: 0;
      left: 0;
      width: 680px;
      height: 300px;
      z-index: 1;
      cursor: pointer; /* MSIE nevie */
      /*cursor: hand; \*//* pre MSIE, debila */
      }
/* preskakovaci odkaz */
a#skok
  {
  position: absolute;
  color: #ddd;
  top: 200px;
  left: 100px;
  z-index: 0;
  }
/* pozadie */
#pozadie
  {
  background: url('../pic/pozadie.png') repeat-y top center;
  }
/* navigacia */
.nav h3
  {
  display: none;
  }
  .nav ul
    {
    list-style-type: none;
    font-size: .8em;
    margin: 0 0 0 23px;
    }
    .nav ul li
      {
      width: 90px;
      float: left;
      text-align: center;
      _border-left: 1px solid #fff;
      }
    .nav ul li+li
      {
      border-left: 1px solid #fff;
      }
    .nav ul li#non_bord
      {
      _border-left: 0px;
      }
      .nav li a, .nav li a:hover
        {
        display: block;
        text-decoration: underline;
        padding: 4px;
        color: #000;
        background: url('../pic/menu.png') no-repeat top left;
        font-weight: bold;
        }
        .nav li a:hover
          {
          text-decoration: none;
          background: url('../pic/menu.png') no-repeat top right;
          }
/* ciara */
hr.ciara
  {
  width: 100%;
  clear: both;
  display: none;
  }
/* obsah */
.obsah
  {
  width: 448px;
  float: left;
  margin: 0 0 0 48px;
  _margin: 0 0 0 25px;
  }
  .obsah h2
    {
    font-size: .9em;
    margin: 8px 44px 0 1px;
    _margin: 8px 45px 0 -1px;
    background: #E7DBCF;
    padding: 0 0 0 8px;
    }
  .obsah p
    {
    font-size: .8em;
    margin: 8px 40px 4px 0px;
    padding: 8px;
    }
  .obsah a, .obsah a:hover
    {
    color: #000;
    }
    .obsah a:hover
      {
      text-decoration: none;
      }
  .obsah a img
    {
    border: 1px solid #E7DBCF;
    }
  .obsah a:hover img
    {
    border: 1px solid #000;
    }
/* vpravo */
#vpravo
  {
  width: 180px;
  float: right;
  }
  #vpravo h3
    {
    font-size: .9em;
    color: #fff;
    background: #A5835B;
    padding: 2px;
    text-align: center;
    }
  #vpravo p
    {
    font-size: .8em;
    padding: 4px;
    }
  #vpravo a, #vpravo a:hover
    {
    color: #000;
    }
    #vpravo a:hover
      {
      text-decoration: none;
      }
/* paticka */
#pata
  {
	width: 680px;
 	height: 100px;
	background: url('../pic/paticka.png') no-repeat top left;
	text-align: center;
	color: #000;
	text-align: left;
	font-size: 0.8em;
	clear: both;
  }
  #pata span
    {
    border-top: 1px solid #E7DBCF;
    position: relative;
    left: 80px;
    top: 10px;
    }
  #pata a, #pata a:hover
    {
    color: #000;
    }
    #pata a:hover
      {
      text-decoration: none;
      }
