    html, body {
      margin:0;
      padding:0;
      height:100%;
      font-family: arial, helvetica, trebuchet;
      font-weight:normal;
      margin:auto;
    }

    body  {
      overflow:-moz-scrollbars-vertical;
    }

    div #container {
      min-height:100%;
    }

    * html #container {
       height:100%;
    }


    h1  {
       margin:0;
       padding:0;
       font-size:17px;
       line-height:22px;
       font-weight:normal;
       color:#fff;
    }

    li  {
      margin:0px;
      padding:0px;
    }

    a  {
      font-family: arial, helvetica, trebuchet;
    }

    p  {
      margin:0px;
      padding:0px;
    }

    .normal  {
      font-weight:normal;
      line-height:16px;
      font-size:12px;
      color:#a9a9a9;
    }

    .blau  {
      font-weight:normal;
      line-height:16px;
      font-size:12px;
      color:#00447b;
    }

    .weiss  {
      font-weight:normal;
      line-height:16px;
      font-size:12px;
      color:#ffffff;
    }

    .default  {
      position:absolute;
      z-index:1;
      background-image:url(../img/button/default.png);
      background-color:#6692be;
      background-repeat:repeat-x;
      height:26px;
      cursor:pointer;
      font-weight:normal;
      font-size:11px;
      line-height:26px;
      color:#fff;
      border-top: solid 1px #7da1c6;
      border-right: solid 1px #4277ad;
      border-left: solid 1px #4277ad;
      text-align:center;
      clear:both;
      text-decoration:none;
    }

    .default_long  {
      position:absolute;
      z-index:1;
      background-image:url(../img/button/default.png);
      background-color:#6692be;
      background-repeat:repeat-x;
      height:26px;
      min-width:230px;
      cursor:pointer;
      font-weight:normal;
      font-size:11px;
      line-height:26px;
      color:#fff;
      border-top: solid 1px #7da1c6;
      border-right: solid 1px #4277ad;
      border-left: solid 1px #4277ad;
      border-bottom:0px;
      text-align:center;
      clear:both;
      text-decoration:none;
    }


    .default_long_red  {
      position:absolute;
      z-index:1;
      background-image:url(../img/button/default.png);
      background-color:#772c2c;
      background-repeat:repeat-x;
      height:26px;
      min-width:230px;
      cursor:pointer;
      font-weight:normal;
      font-size:11px;
      line-height:26px;
      color:#fff;
      border-top: solid 1px #ab4a4a;
      border-right: solid 1px #481b1b;
      border-left: solid 1px #481b1b;
      border-bottom:0px;
      text-align:center;
      clear:both;
      text-decoration:none;
    }

    .default_short  {
      position:absolute;
      z-index:1;
      background-image:url(../img/button/default.png);
      background-color:#6692be;
      background-repeat:repeat-x;
      height:26px;
      min-width:80px;
      cursor:pointer;
      font-weight:normal;
      font-size:11px;
      line-height:26px;
      color:#fff;
      border-top: solid 1px #7da1c6;
      border-right: solid 1px #4277ad;
      border-left: solid 1px #4277ad;
      text-align:center;
      clear:both;
      text-decoration:none;
    }
	
	.default_short_red  {
      position:absolute;
      z-index:1;
      background-image:url(../img/button/default.png);
      background-color:#772c2c;
      background-repeat:repeat-x;
      height:26px;
      min-width:80px;
      cursor:pointer;
      font-weight:normal;
      font-size:11px;
      line-height:20px;
      color:#fff;
      border-top: solid 1px #7da1c6;
      border-right: solid 1px #4277ad;
      border-left: solid 1px #4277ad;
      text-align:center;
      clear:both;
      text-decoration:none;
    }