/* ---------------------------------- upload -------------------------------- */

  .hilite
  {
    color: #805E32;
  }
  
  .upload-table img.preview
  {
    border: 1px solid #C5C4B4;
    vertical-align: middle;
  }
  
  .upload-table
  {
    border-collapse: collapse;
    border: 1px solid #C5C4B4;
    width: 510px;
    font-size: 90%;
  }
  
  .upload-table td
  {
    border-collapse: collapse;
    border: 1px solid #C5C4B4;
    padding: 2px 3px;
    vertical-align: middle;
  }

  .upload-table th
  {
    border-collapse: collapse;
    border: 1px solid #C5C4B4;
    padding: 2px 5px;
  }

  .upload-table tr
  {
    border-collapse: collapse;
    border: 1px solid #C5C4B4;
  }


  
  
/* --------------------------------- buttons -------------------------------- */

  #webpage-buttons
  {
    width: 557px;
    height: 35px;
    background: url(img/webpage-btn-bg.png) no-repeat top left;
  }

  #webpage-buttons-left
  {
    float: left;
    padding-left: 2px;

  }

  #webpage-buttons-left img
  {
    margin-right: 1px;
    float: left;
  }

  #webpage-buttons-right
  {
    float: right;
    padding-top: 15px;
    padding-right: 2px;
  }

  #webpage-buttons-right img
  {
    float: left;
    margin-left: 1px;
  }


/* content */

  .colum-2-webpage-padding
  {
    overflow-x: hidden;
    background: url(img/content-top-bg-gradient.png) repeat-x left top;
    margin-left: 2px;
    padding: 20px;
  }

  .colum-2-webpage-text-padding
  {
    padding: 0px 20px 20px 20px;
  }

/* ------------------------------- subpage I -------------------------------- */

  .webpage-ilu-img
  {
    border: 7px solid #FFFFFF;
    background: #FFFFFF;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  
  .webpage-ilu-img div
  {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 0px;
  }
  
  .webpage-ilu-img div img
  {
    position: relative;
    top: 2px;
    margin-left: 3px;
  }
  

  .webpage-ilu-img a         { color: #606060; text-decoration: none;}
  .webpage-ilu-img a:link    { color: #606060; text-decoration: none;}
  .webpage-ilu-img a:visited { color: #606060; text-decoration: none;}
  .webpage-ilu-img a:active  { color: #606060; text-decoration: none;}
  .webpage-ilu-img a:hover   { color: #000000; text-decoration: none;}


/* --------------------------- subpage GALLERIES ---------------------------- */

  .webpage-gallery-item
  {
    width: 254px;
    min-height: 250px;
    ^height: 250px;
    float: left;
    background: #FFFFFF;
    margin-bottom: 10px;
  }

  .webpage-clear
  {
    clear: both;
    height: 1px;
  }
  
  .webpage-gallery-item-1
  {
    margin-right: 6px;
  }
  
  .webpage-gallery-item-img-box
  {
    /*height: 200px;*/
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .webpage-gallery-item-img
  {

  }
  
  .webpage-gallery-item h3
  {
    margin: 0px;
    padding-right: 10px;
    text-align: right;
    font-weight: normal;
    font-size: 90%;
  }
  

