/*
file: style.css
website: www.dr1ger.com
contact: dr1ger(dot)roman(a)gmail(dot)com
created by Roman Belda -aka- Dr1ger
*/

* {
  margin: 0px;
  padding: 0px;  
}

body {
  font-family: Arial;
  font-size: 80%;
  margin: 20px 0px 0px 0px;
}

img {
  border: 0px;
}

.clear {
  clear: both;
}

.clear_space {
  padding-top: 70px;
  clear: both;
}

#main {
  margin-left: auto;
  margin-right: auto;
  width: 884px;
}

  #header {
    height: 221px;
  }
  
    #header img {
      float: right;
    }
    
    #heade #imageContainer {
     	position: relative;
      height: 161px;
    }
 
    #header #imageContainer img {
      display: none;
      margin-left: 118px;
      position: absolute;
    }          
  
    #header .left {
      font-weight: bold;
      float: left;
      position: absolute;
      height: 221px;
      width: 161px;
      background-image: url(http://www.webmacher.sk/users/320973/images/design/left.png);
    }
    
      #header .left ul {
        font-size: 90%;
        list-style: none;
        margin: 10px 0px 0px 20px;
      }
      
        #header .left a {
          color: #FFFFFF;
          padding-left: 5px;
          text-decoration: none;
          display: block;
          width: 80px;
        }
        
        #header .left a:hover {
          background-color: #FFFFFF;
          color: #345EAC;
          display: block;
        }
        
        #header .left li {
          padding: 4px 2px 4px 2px;
          border-bottom: 1px solid #FFFFFF;
          width: 80px;
        }
        
          #header .left li.no1 {
            margin-left: 35px;
          }
          
          #header .left li.no2 {
            margin-left: 30px;
          }

          #header .left li.no3 {
            margin-left: 25px;
          }
          
          #header .left li.no4 {
            margin-left: 20px;
          }
          
          #header .left li.no5 {
            margin-left: 15px;
          }
          
          #header .left li.no6 {
            margin-left: 10px;
          }
          
          #header .left li.no7 {
            margin-left: 5px;
          }
    
    #header .logo {
      position: absolute;
      width: 885px;
    }
      
    #header .lista {
      position: absolute;
      width: 760px;
      height: 22px;
      background-color: #3774BB;
      .background-color: #345EAC;
      margin-left: 124px;
      margin-top: 199px; 
    }
    
      #header .lista ul {
        list-style: none;
        margin-top: 2px;
      }
      
        #header .lista li {
          display: inline;
          border-right: 1px solid #FFFFFF;
          padding: 2px 5px 4px 5px;
        }  
        
          #header .lista a {
            padding: 2px;
            color: #FFFFFF;
            font-weight: bold;
            font-size: 90%;
            text-decoration: none;
            
          }

  #display {
    background-image: url(http://www.webmacher.sk/users/320973/images/design/prava_lista.png);
    width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  
    #display #leva_lista {
      background-image: url(http://www.webmacher.sk/users/320973/images/design/leva_lista.png);
      background-repeat: no-repeat;
      background-color: #E9E9E9;
      float: left;
      padding-top: 11px;
      width: 117px;
      text-align: right;
    }
    
      #display #leva_lista img {
        padding-top: 30px;
      }
      
  #display #obsah {
    margin-top: 21px;
    margin-left: 10px;
    width: 556px;
    float: left;
    text-align: justify;
    font-size: 100%;
  }
  
    #obsah .tisk {
      margin-top: 10px;
      float: right;
    }
  
    #obsah a {
      color: #003399;
      font-weight: bold;
      text-decoration: none;
      padding-left: 3px;
    }
  
    #display #obsah h1 {
      padding: 10px 0px 10px 0px;
      color: #003399;
      font-size: 120%;
    }
    
    #display #obsah ul {
      margin: 20px 0px 20px 45px;
    }
    
      #display #obsah p {
        margin-bottom: 10px;
      }
    
  #display #prava_lista {
    background-color: #E9E9E9;
    width: 186px;
    float: right;
  }
  
    #display #prava_lista .center {
      text-align: center;
      margin-top: 40px;
    }
    
    #display #prava_lista .submenu {
      width: 160px;
      margin-left: auto;
      margin-right: auto;
    }
    
      #display #prava_lista .submenu ul {
        list-style: none;
        margin-top: 35px;
      }
      
        #display #prava_lista .submenu li {                       
          width: 160px;
          margin-bottom: 7px;
        }
      
        #display #prava_lista .submenu a {
          color: #003399;        
          padding: 1px 0px 3px 3px;
          display: block;
          font-weight: bold;
          text-decoration: none;
          background: #FFFFFF;
        }
        
        #display #prava_lista .submenu a:hover {
          color: #FFFFFF;
          padding: 1px 0px 3px 3px;
          display: block;
          font-weight: bold;
          text-decoration: none;
          background: #003399;
        }        
