/* CSS Document */
body{
  background-color: #F5DEB3;  
  padding: 0 10px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: black;
}
h1, h2{
  text-align: center;
}
h1{
  color: rgb(69,69,69);
  margin-bottom: 30px;
}
hr{
  text-align: center;
}
/* ........ formatovani seznamu rozhleden ......*/
ul{
  padding-left: 0;
  margin-left: 20px;
  list-style-type: disc;
  
}

a:link {text-decoration: none; color: rgb(153,0,0); font-weight: bolder;}
a:visited {text-decoration: none; color: rgb(255,102,0); font-weight: bolder;}
a:hover {text-decoration: underline; color: rgb(255,102,0); font-weight: bolder; }

iframe {overflow: auto;
width: 210px;
height: 740px;


}

.kurziva{
  font-family: Georgia;
  font-style: italic;
  font-size: 11px;
}
.popisek{
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 7px;
}

#seznam_vezi{
  background-color: #F5DEB3;
  padding-left: 0px;
  padding-top: 5px;
  position: absolute;
  float: left;
  margin-right: 0px;
}

#seznam{
  font-family: Arial;
  font-size: 12px;
  color: black;
  width: 180px;
  margin-left: -5px;
    /*height: 700px;
  
  overflow: scroll;*/
  /*scrollbar-face-color: rgb(153,0,0);
  scrollbar-shadow-color: black;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: grey;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: #F5DED6;
  scrollbar-arrow-color: white;*/
  z-index: 1;
 
}
#seznam a:visited{
 color:rgb(255,102,0) ;
}

/* ..... tridy pro styl ....*/
.vpravo{
  text-align: right;
}

.nastred{
  text-align: center;
}
.nahoru{
  vertical-align: top;
}

.dolu{
  vertical-align: bottom;
}

.tucne{
  font-weight: bolder;
}

.pod{
   text-decoration: underline;
}

#prvniSloupec {width: 120px;}
#druhySloupec {width: 590px;}

 #celastranka{
  width: 950px; 
  padding: 10 0;
  font-family: Arial;
  
}

.ram{
  border: 1px rgb(0,0,0) solid
}
/*  .... hlavicka ... */
#hlavicka{
  background-color: rgb(153,0,0);
  height: 20px;
}
#hlavicka a:link, #hlavicka a:visited{
  font-size: 14px;
  font-weight: bolder;
  color: #F5DEB3;
  text-decoration: none;
  margin-left: 30px;
  margin-right: 30px;
 
}

/* ... formatovani hlavni stranky - byv index2 ...*/
#hlavni{
  margin-top: 10px;
  float: right;
  width: 700px;
  
}


/* .... formatovani udaju o rozhlednach ... */
#udaje h1 {
  color: white;
  text-decoration: underline;
}
#udaje{
  margin-top: 10px;
  float: right;
  width: 700px;
 /* padding-left: 220px;
   border: 1px #FFFFFF solid; */
   
}
#udajes h1 {
  color: black;
  text-decoration: underline;
}
#udajes{
  margin-top: 10px;
  float: right;
  width: 700px;
}

table{
  color: white;
  width: 700px;
  
}
.mezera{
  padding: 5px; 
}
.svetla_varianta{
  color: black;
}

#dole{
  text-align: right;
}


/* .............formatovani literatury a odkazu ........*/
#litod{
  background-color: white;
}
#obsah{
  font-size: 14px;
  font-weight: 600;
  width: 750px;
  background-image: url(litpoz.jpg);
  /*background-attachment: fixed;
  background-repeat: repeat-x;*/
  margin: 30px;
  padding: 25px;
  line-height: 25px; 
}

#obsaha{
  font-size: 12px;
  font-weight: 600;
  width: 700px;
   
  background-image: url(litpoz.jpg);
  background-attachment: fixed;
  background-repeat: repeat-x;
  margin: 30px;
  padding: 25px;
  line-height: 18px; 
  /*border: 1px solid black;*/
}

#pohyb{
  position: absolute;
  margin-left: 450px;
  margin-top: 100px;
}
/* .............úvodní stránka...................*/
#uvod{
  background-image: url(rozhledny.JPG);
  position: absolute;
  top: 10px;
  left: 50%; 
  width: 829px;
  height: 581px;
  margin: 0 0 0 -414px;
}
#uvodni_odkazy{
 
  position: absolute;
  top: 380px;
  left: 50%; 
  width: 770px;
  margin: 0 0 0 -385px;
}
.rozcestnik a:link, .rozcestnik  a:visited{
  
  font-size: 18px;
  font-weight: bolder;
  color: #F5DEB3; 
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
  
}
#kontakt{
  color: white;
  font-weight: bold;
  position: absolute;
  top: 450px;
  left: 50%; 
  width: 770px;
  margin: 0 0 0 -385px;
}

#statistika{
  position: absolute;
  top: 620px;
  left: 50%; 
  width: 770px;
  margin: 0 0 0 -385px;
  
}
/*...odkaz v udajich o rozhlednach ...*/
.oficodkaz a:link {text-decoration: none; color: rgb(207,150,89); font-weight: bolder;}
.oficodkaz a:hover {text-decoration: underline; color: rgb(207,150,89); font-weight: bolder;}

#skript {
position: absolute;
 margin-top: 20px;
}