     body {
        background-color :  black;
        background-image :  url(/grafiken/PCT_Kachel_Kreise_50x50.png);
        background-repeat :  repeat;
        margin : 0px;
        padding : 0px;
        font-family :  "Source Sans Pro", sans-serif;
         }

         .kopfgrafik {
            width : 1170px;
            height : 146px;
            text-align : center;
          }

          .logografik {
            padding-left : 1.58em;
            padding-top : 0.7em; 
            padding-bottom : 0.9em;
            width : 98px;
            text-align : left;
            float: left;
          }
          
           .ueberschrift_3D {
            width : 1170px;
            text-align : center;
          }   
     
         .seiteninhalt {
            position : relative;
            margin-top : 0px;
            padding-top : 0px;
            margin-left : auto;
            margin-right : auto;
            background-color :  white;
            width: 1170px;
         }
         
        .absatzinhalt {
            margin-top : 0px;
            padding-top : 0px;
            padding-left : 4em;
            width : 70%;
            padding-right : 4em;
            text-align : justify;
            font-size : 14px;
            color: #333333;
            margin-left : auto;
            margin-right : auto;
            line-height : 150%;
         }
  
        .ueberschrift_2 {
            padding-left : 4em;
            padding-right : 4em;
            text-align : center;
            font-size : 22px;
            color: #333333;
            margin-left : auto;
            margin-right : auto;
         }

        .ueberschrift_3 {
            padding-left : 4em;
            padding-right : 4em;
            text-align : center;
            font-size : 20px;
            color: #333333;
            margin-left : auto;
            margin-right : auto;
         }
         
        .ueberschrift_2_impressum {
            padding-left : 8em;
            padding-right : 4em;
            text-align : left;
            font-size : 22px;
            color: #333333;
            margin-left : auto;
            margin-right : auto;
	    font-weight : normal;
         }

        .ueberschrift_3_impressum {
            padding-left : 8.8em;
            padding-right : 4em;
            text-align : left;
            font-size : 20px;
            color : #333333;
            margin-left : auto;
            margin-right : auto;
	    font-weight : normal;
         }
         
        .ueberschrift_3_ds-erklaerung {
            padding-left : 8.8em;
            padding-right : 4em;
            text-align : left;
            font-size : 20px;
            color : #333333;
            margin-left : auto;
            margin-right : auto;
	    font-weight : normal;
         }

         .ul_liste {
            padding-left : 13.5em;
            padding-right : 4em;
            text-align : left;
            font-size : 14px;
            color: #333333;
            margin-left : auto;
            margin-right : auto;
         }

        .ul_zeile {
            text-align : left;
            font-size : 14px;
            color: #333333;
            line-height : 180%;
         }
         
         .impressum_ueberschrift {
            padding-left : 1em;
            padding-top : 1em;
            padding-bottom : 0em;
            margin-bottom : 0em;
            background-color : #2e2e2e;
            font-size : 18px;
            color : #dddddd;
            line-height : 250%;
            border-top-width :  0.5em;
            border-top-style :  solid;
            border-top-color :   #d33d33;
            }
         
         .impressum {
            padding-top : 0em;
            padding-left : 1em;
            margin-top : 0em;
            background-color : #2e2e2e;
            font-size : 13px;
            color : #aaaaaa;
            line-height : 160%;
            border-top-width :  2px;
            border-top-style : groove;
            border-top-color:   #111111;
           }

   .PCT_Hauptmenue {
	display : inline-block; 
	position : relative;
	margin-top :  0px;
	padding-top  : 1.8em;
	padding-bottom  :  0.85em;
        font-size : 16px;
        font-weight : bold;
        color :  black;
	text-decoration : none;
    }

    .PCT_Hauptmenue:hover {
          position : relative;
          margin-top :  0px;
          border-top-width :  0.2em;
          border-top-style : solid;
          border-top-color:   #d33d33;
	  color : #d33d33;
	  padding-top  : 1.6em;
	  transition :  border-top ease-in-out 0.15s;
       }

    .PCT_Quellenlink {
        font-size : 14px;
        color :  black;
	text-decoration : none;
    }
    
  .PCT_Quellenlink:hover {
	  color : #d33d33;
    }     
