/**
 * Bleibe-Artig.de Wartungsseite - StyleSheets
 * 2011 - Christopher Neugebauer
 *
 */
 

/* Generic Styles
*****************************************************************************************/

/* Typography */
body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
 
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }



/* Layout Styles
*****************************************************************************************/

body {
  background: url(../images/construct/site_bg.jpg);
  position: relative;

}

  /* Site-Elements */  
  #siteElements {
    list-style: none;
  }
    .imageHolder {
      position: absolute;
      cursor: default;
    }
    .no-js .imageHolder { display: none !important; }
    .imageHolder img { width: 100%; }

    #siteLogo {
      width: 222px;
      height: 238px;
      top: -14px;
      left: 8px;
    }
    #siteContent {
      width: 609px;
      height: 468px;
      top: 0px;
      left: 125px;
    }
    #siteMaus {
      width: 246px;
      height: 480px;
      top: -30px;
      left: 655px;
    }

  #dropZoneBackground {
    background: url(../images/construct/trash_meldung.png);
    width: 807px;
    height: 274px;
    position: absolute;
    left: 33px;
    top: 480px;

    display:none;
  }
  .no-js #dropZoneBackground { display: none !important; }
  
  #dropZone {
    position: absolute;
    left: 595px;
    top: 515px;
    width: 210px;
    height: 210px;
    list-style:none;
    margin: 0;
  }
    #dropZone li {
      display: none;
    }


  /* Danke-Meldung */

  #danke {
    width: 459px;
    height: 420px;
    background: url(../images/construct/danke_meldung.png) no-repeat;
    position: relative;
  }
  .ie #danke  {
    width: 472px;
    height: 420px;
    background: url(../images/construct/danke_meldung_brown.gif) no-repeat 30px 50px;
  }
  
    #danke ul {
      margin: 0;
      padding: 0;

      position: absolute;
      left: 137px;
      top: 320px;
    }
      #danke ul li {
        margin: 0 12px 0 0;
        padding: 0;

        width: 53px;
        height: 53px;
        float: left;
      }
      #danke ul li a {
        width: 53px;
        height: 53px;
        display: block;
      }

  /* FancyBox - Overrides */
  .fancybox-bg {
    display: none !important;
  }
  #fancybox-outer,
  #fancybox-content {
    background: none !important;
    background: 0 !important;
  }
  #fancybox-overlay {
    /*background: -moz-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 1));
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.1));*/
    background: none !important;
  }