/* cssidstyle.css */

 body { 
    background-image: url("http://www.geocities.com/idemdox/dox.gif");
    background-repeat: no-repeat;
    background-position: 90% 90%;
    background-attachment: fixed;
    font-family: Arial;
    overflow: auto;
    }

A:link { 
    color: black
    }
A:visited {
    color: #0000A0   }
A:active {
    color: red
    }

#center {
    position: relative; 
    top: 0px;
    bottom: 10px;
    text-align: center; 
    }
    
/* uverejnené */
#boxu {
    position: relative;
    left: 10px;
    top: 2em;
    height: 12px;
    width: 120px;
    padding: 1px; 
    background-color: white;
    border-width: thin;
    border-color: blue;
    border-style: solid;
    font-family: Arial; 
    font-size: 8pt;
    }
    
/* editované */
#boxe {
    position: relative;
    top: 2em;
    left: 10px;
    width: 120px;
    padding: 1px; 
    background-color: white;
    border-width: thin;
    border-color: blue;
    border-style: solid;
    font-family: Arial; 
    font-size: 8pt;
    }

/* spä hore vpravo */
#box2s  {                       
    position: relative;
    top: 10px;
    left: 500px;
    height: 12px;
    width:50px;
    font-size: 10pt;
    background-color: white;  
    border-color: black;
    border-width: medium;
    border-style: solid;
    }
    
/* obsah hore vpravo */
#box2o  {                       
    position: relative;
    top: -14px;
    left: 550px;
    height: 12px;
    width:50px;
    font-size: 10pt;
    background-color: cyan;  
    border-color: black;
    border-width: medium;
    border-style: solid;
    }
    
/* obsah hore vpravo */
#box2d  {                       
    position: relative;
    top: -38px;
    left: 600px;
    height: 12px;
    width:50px;
    font-size: 10pt;
    background-color: yellow;  
    border-color: black;
    border-width: medium;
    border-style: solid;
    }
    
/* spä dole vžavo */
#box3s  {                       
    position: relative;
    top: 2em;
    left: 10px;
    height: 12px;
    width:50px;
    font-size: 10pt;
    background-color: white;  
    border-color: black;
    border-width: medium;
    border-style: solid;
    }
    
/* obsah dole vžavo */
#box3o  {                       
    position: relative;
    top: 3px;
    left: 60px;
    height: 12px;
    width:50px;
    font-size: 10pt;
    background-color: cyan;  
    border-color: black;
    border-width: medium;
    border-style: solid;
    }
    
/* ďalej dole vžavo */
#box3d  {                       
    position: relative;
    top: -21px;
    left: 110px;
    height: 12px;
    width:50px;
    font-size: 10pt;
    background-color: yellow;  
    border-color: black;
    border-width: medium;
    border-style: solid;
    }
  /* e-mail */  
    
 #boxmail {                       
    position: relative;
    top: 2em;
    left: 10px;
    height: 12px;
    width: 50px;
    font-size: 10pt;
    background-color: white;  
    border-color: red;
    border-width: medium;
    border-style: solid;
    }
  

/* Dočasný koniec 25.09.2001 */
