p, ul, ol, li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    line-height: 14pt;
  }


body {
    background-color : #ffff99;
    margin-left : 20pt;
    margin-right : 20pt;
  }


p {
    margin-bottom : 4pt;
    margin-top : 4pt;
  }


p.zitat {
    margin-left: 36pt;
    margin-right: 36pt;
    font-style: italic;
  }


h1 {
    color : #051001;
    font-family : Arial;
    font-size : 24pt;
    font-weight : bold;
    text-align : center;
  }


h2 {
    font-family : Arial, 'Sans Serif';
    font-size : 16pt;
    margin-bottom : 0pt;
    margin-left : 0pt;
    margin-top : 12pt;
  }


h3 {
    color : rgb(0, 0, 0);
    font-family : Arial, 'Sans Serif';
    font-size : 14pt;
    font-weight : bold;
    margin-bottom : 0pt;
    text-align : center;
  }


h4 {
    background-color : rgb(255, 255, 224);
    color : rgb(0, 0, 0);
    font-family : Arial, 'Sans Serif';
    font-size : 12pt;
    font-weight : bold;
    margin-bottom : 0pt;
    margin-left : 0cm;
    margin-top : 6pt;
    text-align : center;
  }


h5 {
    background: rgb(255, 255, 198) none repeat scroll 0%;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
  }


p.quelle {
    font-family: Arial,Helvetica,sanserif;
    font-size: 9pt;
  }


p.titel {
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    color: rgb(0, 0, 255);
    padding:10px;
  }


table.titel {
    width:100%;
    background-color:#dfdfdf;
    height:40pt;
    padding:50px;
  }


td.titel2 {
    width:1%;
    padding:10px;
    text-align:center;
  }


p.small {
    font-family: Arial;
    font-size: smaller;
    text-align: left;
  }

p.fett {
    font-weight : bold;
  }

p.courier {
    font-family: Courier New;
  }


td.zitat {
    background: rgb(255, 255, 224) none repeat scroll 0%;
  }


td {
    font-family: Arial;
  }


a:link {
    color: #3333ff;
    text-decoration: none;
  }


a:visited {
    text-decoration: none;
  }


a:hover {
    color: rgb(0, 0, 255);
    text-decoration: none;
    background-color: rgb(255, 255, 153);
    opacity: 1;
  }


a:active {
    color: rgb(0, 0, 255);
    background-color: rgb(255, 255, 153);
  }

/* Text für Zeitungsartikel */
.zeitung-text {
    font-family:"Times New Roman";
    text-align:justify;
    margin-left:24pt;
    margin-right:24pt;
  }

/* Titelzeile für Zeitungsartikel */
.zeitung1 {
    font-family:"Times New Roman";
    font-size:20pt;
    font-weight:bold;
    text-align:center;
    Margin-left:24pt;
    margin-right:24pt;
    color: #000000;
    background: #F5F5F5;
    margin-top:12pt;
  }

/* Untertitel für Zeitungsartikel */
.zeitung2 {
    font-family:"Times New Roman";
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    margin-left:24pt;
    margin-right:24pt;
    color: #000000;
    background: #F5F5F5;
  }


table.zeitung {
    border:2px;
    border-style:solid;
    width:90%;
    background-color:#f5f5f5;
  }


td.zeitung {
    background-color:#f5f5f5;
    margin-left:24pt;
    margin-right:24pt;
  }




