
  a { 
    color: black;
    text-decoration: none;
    } 

  body {
    margin: 0;
    padding: 0;
    }

  .article-list {
    background-color: white;
    }

  .article-list .article {
    border-bottom: 1px solid gray;
    font-size: 11px;
    padding-bottom: 0.5em;
    padding-left: 12px;
    padding-right: 12px;
    width: 264px;
    }

  .article-list .article h3 {
    font-size: 11px;
    margin: 0;
    padding-top: 0.5em;
    }

  .article-list .green {
    background-image: url('green.bmp');
    background-position: right top;
    background-repeat: no-repeat;
    }

  .article-list .letter {
    background-image: url('titel.png');
    font-size: 11px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-top: 3px;
    width: 276px;
    }

  .arrow {
    background-image: url('arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    }

  .arrow-down {
    background-image: url('arrow-down.png');
    background-position: right center;
    background-repeat: no-repeat;
    }

  .box {
    background-color: white;
    border: 1px solid gray;
    font-size: 12px;
    line-height: 1.2em;
    padding: 12px;
    width: 250px;

    -moz-border-radius: 4px; /* FireFox 1+ */
    -webkit-border-radius: 4px; /* Safari 3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */

    -moz-box-shadow: 1px 2px 4px gray; /* Firefox F3.5+ */
    -webkit-box-shadow: 1px 2px 4px gray; /* Safari3.0+, Chrome */
    box-shadow: 1px 2px 4px gray; /* Opera 10.5, IE 9.0 */
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='gray'); /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='gray')"; /* IE8 */
    }

  .box .title-13 {
    font-size: 13px;
    font-weight: bold;
    }

  .box .title-15 {
    font-size: 15px;
    font-weight: bold;
    }

  .box .title-16 {
    font-size: 16px;
    font-weight: bold;
    }

  .button {
    background-color: white;
    border: 1px solid black;
    font-family: Helvetica;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
    }

  .button-back {
    left: 10px;
    position: absolute;
    top: 6px;
    }

  .button-forward {
    left: 275px;
    position: absolute;
    top: 6px;
    }

  .button-home {
    left: 275px;
    position: absolute;
    top: 6px;
    }

  .content {
    height: 381px;
    overflow: auto;
    }

  .content-home {
    height: 379px;
    }

  .footer {
    background-color: gray;
    border-top: 1px solid black;
    color: #D1D1D1;
    font-size: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
    width: 100%;
    }

  .list {
    background-color: white;
    font-family: Arial;
    font-size: 18px;
    height: 100%;
    overflow: auto;
    padding-left: 12px;
    }

  .regel {
    background-color: white;
    border-bottom: 1px solid gray;
    color: black;
    cursor: pointer;
    height: 29px;
    padding-left: 12px;
    padding-top: 5px;
    }

  .title {
    background-image: url('titel.png');
    font-family: Arial;
    font-size: 20px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    }

  .wrapper {
    background-color: #D1D1D1;
    font-family: Arial;
    font-size: 20px;
    height: 416px;
    width: 320px;
    }
