@charset "ISO-8859-1";



/********************************************************************/

/* http://www.ohne-css.gehts-gar.net/0002.php */

* {
    margin: 0;
    padding: 0;
    /*background*/
    background-color: transparent;
  }

html, body {
             height: 100%;
             width: 100%;
           }

/********************************************************************/

div#wsbg {
           position: absolute;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 100%;
           /*background*/
           background-image:url(/images/background/sitebg.gif);
         }

div#wsdistance {
                 width: 25px;
                 height: 50%;
                 margin-bottom: -307px; /*half site hight size (div#website height)*/
                 float: left;
               }

div#website {
              /* old version */
              /* margin: -308px 0 0 -433px; */
              /* position: absolute; */
              /* top: 50%; */
              /* left: 50%; */
              /* width: 865px; */
              /* height: 615px; */

              /* new version */
              margin: 0 auto;
              position: relative;
              height: 615px;
              width: 865px;
              clear: left;

              /* border: 3px solid #ECEAEC; */

              /*background*/
              background-color: #FFFFFF;
            }

div#top {
          /*position*/
          position: relative;
          top: 0px;
          left: 0px;
          height: 0px;
          width: 0px;
        }

div#bottom {
             /*position*/
             position: relative;
             top: 0px;
             left: 0px;
             height: 0px;
             width: 0px;
           }

div#left {
           /*position*/
           position: relative;
           top: 0px;
           left: 0px;
           height: 0px;
           width: 0px;
         }

div#right {
            /*position*/
            position: relative;
            top: 0px;
            left: 0px;
            height: 0px;
            width: 0px;
          }

div#navigation_main {
                      /*position*/
                      position: relative;
                      top: 0px;
                      left: 0px;
                      height: 70px;
                      width: 865px;
                      /*background*/
                      background-image:url(/images/background/topbg.gif);
                    }

div#navigation_content {
                         /*position*/
                         position: absolute;
                         top: 70px;
                         left: 0px;
                         height: 560px;
                         width: 135px;
                         /*background*/
                         background-image:url(/images/background/leftbg.gif);
                       }

div#content {
              /*position*/
              position: absolute;
              top: 70px;
              left: 135px;
              height: 496px;
              width: 729px;
              /*background*/
              background-color: #F8F8F8;
              /*background-image:url(/images/background/mainbg.gif);*/
              /*background-repeat:no-repeat;*/
              /*background-position:right top;*/
              /*background-attachment:fixed;*/
              overflow: auto;
            }

div#contentnobg {
                  /*position*/
                  position: absolute;
                  top: 70px;
                  left: 135px;
                  height: 496px;
                  width: 729px;
                  /*background*/
                  overflow: auto;
                }

div#foot {
           /*position*/
           position: absolute;
           top: 566px;
           left: 135px;
           height: 37px;
           width: 730px;
           /*background*/
           background-image:url(/images/background/footbg.gif);
         }

div#footer {
             /*position*/
             position: absolute;
             top: 604px;
             left: 0px;
             height: 40px;
             width: 864px;
         }

div#tooltip {
              height: auto;
              width: auto;
              background-color:#FFFFFF;
              overflow: auto;
            }