html {margin:0; padding: 0; }

body {
  margin: 0px;
  padding: 0px;
  height:100%;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
  color: #222222;
  background-color: #FFFFFF;
}

.z-label, .z-radio-content, .z-checkbox-content, .z-loading, .z-button {
  margin: 0px;
  padding: 0px;
  height:100%;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
  color: #222222;
}

img {border: 0px; height: 80px;}

a:link {text-decoration: none; color:000F}
a:visited {text-decoration: none; color:#00F}
a:active {text-decoration: none; color:#00F}
a:hover {text-decoration: none; color:#00F}

#container {
  /*position: absolute;
  z-index: 0;
  top: 0;*/
  min-height: 100%;
  height:auto !important;
  height:100%;
  /*width: 960px; 
  left: 50%;
  margin-left: -480px;*/ 
  background-color: #FFFFFF;
}

#header {
  min-height: 146px;
  padding: 4px 4px 0px 8px;
  text-align: right;
  color: #222222;
}

#loginarea {
  float: right;
  width: 390px; 
  height: 128px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #F6F6F6;
  text-align: left;
  padding: 6px 12px;
}

#menu {
  width: 100%; 
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #DDD;
  background: #F2F2F2; 
  padding: 4px;
}

#body {
  padding-top: 4px;
  padding-bottom: 46px;   /* Height of the footer + margin*/
  text-align: center;
}

.addressarea {
  width: 280px;
  border-right: 1px dotted #999;
  padding-right: 9px;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .addressarea {
    width: 220px;
    border-right: 1px dotted #999;
    padding-right: 9px;
    font-size: 9px;
  }
}

#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 46px;
  background-color: #666666; 
  border-top: 1px solid #333;
  padding-top: 6px;
  text-align: center;
  font-size: 12px;
  color: #CCC;
}

.privacy {
  font-size: 14px;
  color: #EEE;
}
.privacy:link {text-decoration: none; color:#EEE}
.privacy:visited {text-decoration: none; color:#EEE}
.privacy:active {text-decoration: none; color:#EEE}
.privacy:hover {text-decoration: none; color:#EEE}

.logo {
  float: left;
  margin-top: 0px;
}

.logintitle {
  font-weight:bold;
  color: #666;
}

.logintext {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.logininput {
  font-size: 14px;
  color: #666;
}

.loginbutton {
  padding: 2px 4px;
  font-size: 14px;
  color: #222222;
}
