html {
  display: block;
  background: #eef4ff url(/fileadmin/images/default/popup_bg.png) repeat-x;
  width: 100%;
  height: 100%;
}

  body {
    display: block;
    width: 100%;
    background: url(/fileadmin/images/default/popup_bg_image.jpg) no-repeat center top;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    height: 100%;
  }
  
  a:link, a:visited {
    text-decoration: none;
    color: #0079ad;
  }
  
    a:hover, a:focus, a:active {
      color: #c40000;
    }

  #page_container {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
    
    #page {
      margin: 0 auto;
      text-align: center;
      width: 560px;
    }
  
    #logo_container {
      text-align: left;
      height: 65px;
      position: relative;
      padding: 12px 0 9px 0;
      background: #fff url(/fileadmin/images/default/popup_logo_bg.gif) repeat-x 0 bottom;
    }
    
      #logo {
        display: block;
        width: 170px;
        height: 62px;
        background: url(/fileadmin/images/default/popup_logo.gif) no-repeat 0 0;
        float: right;
        margin-right: 29px;
      }
      
    #gradient_top {
      height: 25px;
      background: url(/fileadmin/images/default/popup_box_top.png) no-repeat 0 bottom;
    }
    
    #body_container {
      padding: 0 25px 0px 25px;
      background: #fff;
      width: 510px;
      text-align: left;
      background: none;
    }
    
    #body {
      padding: 1px 0 0 0;
    }
    
      h1 {
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.35em;
        padding: 0.625em 7px 0.775em 7px;
        color: #153847;
        
      }
      
      #body .image {
        padding: 4px;
        border: 1px solid #d5dfe8;
        background: #fff;
      }
      
        #body .image img {
          display: block;
        }
      
      #body p {
        font-size: 0.75em;
        line-height: 1.325em;
        padding: 1.2em 5px 1.7em 5px;
        color: #333;
      }
    
    #foot_container {
      text-align: left;
      height: 40px;
      padding: 25px 10px 0 10px;
      font-size: 0.75em;
      
    }
    
      #footer {
        background: #324954;
        border-top: 5px solid #c9e5f5;
        padding: 0;
        height: 59px;
      }
    
        #servicenav {
          text-align: right;
          padding: 12px 0 0 0;
          margin: 0;
        }
        
          #servicenav li {
            display: inline;
            line-height: 1.3em;
          }
          
          #servicenav li.print {
            float: left;
            padding: 0 0 0 28px;
          }
          
          #servicenav li.close {
            padding: 0 20px 0 0;
          }
          
            #servicenav li a {
              padding: 3px 10px 3px 21px;
              color: #f2efda;
            }
        
            #servicenav li.print a:link, #servicenav li.print a:visited {
              background: url(/fileadmin/images/default/icons/all_icons.gif) no-repeat 0 -5400px;
            }
            
            #servicenav li.close a:link, #servicenav li.close a:visited {
              background: url(/fileadmin/images/default/icons/all_icons.gif) no-repeat 0 -5600px;
              padding-left: 18px;
            }
            
              #servicenav li.print a:hover, #servicenav li.print a:focus, #servicenav li.print a:active {
                background-position: 0 -5500px;
                color: #43b1e0;
              }

              #servicenav li.close a:hover, #servicenav li.close a:focus, #servicenav li.close a:active {
                background-position: 0 -5700px;
                color: #43b1e0;
              }
            
/*--------------- Flexible Footer Layout -------------------------------------*/
html {
  display: block;
  background: #d8e6f2 url(/fileadmin/images/default/page_bg.gif) repeat-x 0 0;
  width: 100%;
  min-height: 100%;
  height: auto;
}

  body {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background: transparent url(/fileadmin/images/default/page_bg_image.jpg) no-repeat 50% bottom;
    background: none;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
  }


html, #page_container, #page {
  min-height: 100%;
  height: 100% !important;
}

#footer_container {
  margin: -64px 0 0 0;
  z-index: 11;
  position: relative;
  text-transform: uppercase;
  font-family: "Century Gothic", Arial, Verdana, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
}

#body_container {
  height: auto !important;
  min-height: 100%;
  position: relative;
  background: url(/fileadmin/images/default/popup_body_border.png) repeat-y 50% 0;
  min-width: 510px;
  padding: 0 0 0 0;
  width: 100%;
}

#body {
  padding: 87px 20px 70px 20px;
  margin: 0 auto 0 auto;
  position: relative;
  background: #f7f7f7 url(/fileadmin/images/default/popup_body_content_bg.gif) repeat-x 0 86px;
  min-height: 200px;
  height: auto !important;
  height: 300px;
  width: 520px;
}

#page_container {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  min-height: 100%;
}

  #page {
    width: auto;
    text-align: left;
    min-height: 100%;
  }

  #header_container,
  #footer_container {
    width: 100%;
    padding: 0;
  }

    #logo_container,
    #footer {
      width: 560px;
      margin: 0 auto;
    }

#logo_container {
  position: relative;
  z-index: 10;
  margin-bottom: -87px;
  border-bottom: 1px solid #d5dfe8;
}
  
  #body_container {
    height: auto !important;
  }

  * html #body_container {
    height: 100% !important; 
  }


