/* rozvrhnutie stranky */
body {
  margin-top: 0px;
  padding: 0px;
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 90%;
}

#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: 1000px;
  margin: 0px auto;
}

#hlavicka {
  text-align: left;
  height: 270px;
  background-image: url("str_vrch.png");
  background-repeat: no-repeat;
}

#kruh {
  text-align: left;
  height: 88px;
  background-image: url("kruh.png");
  position: relative;
  top: 195px;
}

#stranka {
  text-align: left;
  display: block;
}

#pata {
  text-align: left;
  height: 35px;
}

#lava {
  float: left;
  text-align: left;
  width: 180px;
}

#panel{
  background-image: url("bok_sred.png");
}
#panel_podlazie{
  background: url("bok_dole.png") bottom left no-repeat;
}

#panel_obrazok_podlazie{
  height: 220px;
  background: url("obrazok_dole.png") bottom left no-repeat;
}

#lava_stred {
  float: left;
  text-align: left;
  width: 640px;
}

#panel_stred{
  background-image: url("panel_stred.png");
}
#panel_stred_podlazie{
  background: url("panel_dole.png") bottom left no-repeat;
}

#prava {
  float: right;
  width:625px;
  padding: 10px 10px 0px 0px;
}

#text{
  margin: 0px 0px 5px 8px;
  padding: 10px 0px 15px 0px;
}

#text_stred{
  margin: 0px 0px 5px 8px;
  padding: 10px 30px 15px 30px;
}
#text_obrazok{
  margin: 0px 0px 5px 15px;
  padding: 10px 0px 15px 0px;
}
#title {
  float: left;
  padding: 40px 0px 0px 250px;
  font-size: 2em;
}

.nadpis {
  text-align: center;
  font-size: 1.5em;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

/* odkazy v menu */
a.menu{
  text-decoration: none;
  color: #ffffff;
  display:block;
  width: 170px;
}

a.menu:hover{
  text-decoration: underline;
  color: #ffffff;
  width: 170px;
}

/* nijak nedefinovane odkazy */
a{
  text-decoration: none;
  color: #0000ff;
}

a:hover{
  text-decoration: none;
  color: #006699;
}


