/* rozvrhnutie stranky */
body {
  margin-top: 0px;
  padding: 0px;
  background-color: #e4e3e2;
  text-align: center; 
  line-height: 1.7em; font-style:normal; font-variant:normal; font-weight:normal; font-size:85%; font-family:Arial, Sans-Serif;
}

#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#telo {
  text-align: center;
  width: 798px;
  margin: 0px auto;
  background-image: url('images/str_stred.png');
}

#hlavicka {
  text-align: left;
  height: 123px;
  background-image: url('images/str_vrch.png');
}

#stranka {
  text-align: left;
  display: block;
}

#pata {
  text-align: left;
  height: 40px;
  background-image: url('images/titlebar.png');

  }

#lava {
  float: left;
  text-align: left;
  width: 150px;
  margin: 0px 0px 5px 1px;
  padding: 10px 0px 0px 0px;
}

#prava {
  float: right;
  width:625px;
  padding: 10px 10px 0px 0px;
}

#text {
  text-align: left;
  margin: 50px 10px 5px 0px;
  padding: 50px 0px 0px 0px; 
}

#title {
  float: left;
  padding: 35px 0px 0px 250px;
  font-size: 2.5em;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}






/* odkazy v menu */

#lava{
width: 150px; /*width of menu*/
}

#lava ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#lava ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#lava ul li a{
color: #FFFFFF;
background: url('images/arrowbullet.gif') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%; padding-right:0; padding-top:2px; padding-bottom:2px
}

#lava ul li a:visited{
color: #FFFFFF;
}

#lava ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
}





a.tabulka{
  text-decoration: none;
  color: #0033cc;
}

a.tabulka:hover {
  text-decoration: none;
  color: #ffffff;
}

/* nijak nedefinovane odkazy */
a{
  text-decoration: underline;
  color: #000066;
}

a:hover{
  text-decoration: none;
  color: #00000ff;
}

.help {
  cursor: pointer; 
  cursor: hand; 
  text-decoration: underline
}

.skryvany {
  display: none
}

.nadpis {
  text-align: center;
  font-size: 1.5em;
}