html, body, form
{  
  height: 100%;
  margin:0;
  padding:0;
  text-align:left;
}

body
{
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #14499C;
	font-weight: bold;
	word-spacing: 0.001px;
}

#stranka
{
  width: 886px;
  height: auto;
  min-height: 100%;
  _height: 100%; /* IE */
  background: #FFFFFF;
  text-align: left;
  margin: 0px 0px 0px 20px;
  position: relative;
}

#hlavicka
{
  padding: 0px;
  height: 230px;
}

#obsah
{
  text-align: center;
  padding: 10px;
  padding-bottom: 30px;
}

#paticka
{
  position: absolute; 
  width: 100%;   
  bottom: 0;
  left: 0;
  height:40px;
}

a:link, a:visited {
     color: #14499C;      
	  }
a:hover, a:active {  
    text-decoration: none
	}

.nadpis
{
 font-size: 28px;
}

.kapitola
{
 font-size: 15px;
}

.podnadpis
{
 font-size: 18px;
}
                    
.menu {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.linkaLP {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.linkaP {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

td.najezd {  
  background:  #14499C;
  cursor: pointer;
}

td.normal {
	background:  #000000;	
}

