     BODY {
          color: #000000;
	  background-color: #FFFFFF;
          text-align: center;
	  margin-left: 5%;
	  margin-right: 5%;
     }

/*scrollbar*/
.sb {
	scrollbar-3dlight-color : #666666;
	scrollbar-arrow-color : #cc3300;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #666666;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color:;
}

     H1 {
          font-size: 36pt;
          color: #000000;
          text-align: center;
     }

     H1.error {
          font-size: 18pt;
          color: #FF0000;
          text-align: center;
     }

     H2 {
          font-size: 30pt;
          color: #000000;
          text-align: center;
     }

     H4 {
          font-size: 14pt;
          color: green;
          text-align: center;
     }

     H5 {
          font-size: 14pt;
          text-align: center;
     }

     H6 {
          font-size: 8pt;
          color: purple;
     }

     P {
          text-align: left;
          font-family: Times, "Times New Roman", Serif;
          font-size: 12pt;
     }

     UL {
          text-align: left;
     }

     P.sitelogo {
          text-align: center;
	  margin-left: 0%;
	  margin-top: 10px;
     }

     P.fusszeile {
          Font-Family: Times, "Times New Roman", Serif;
          Font-Size: 10pt;
          Font-Style: normal;
          Text-Align: center;
     }

     P.ausgleichzeile {
          text-align: left;
          font-family: Times, "Times New Roman", Serif;
          Font-Size: 8pt;
     }

     P.untertitel {
          font-size: 18pt;
          font-family: Times, "Times New Roman", Serif;
          Font-Weight: 600;
          color: #000000;
          text-align: center;
     }

/*neue CSS-Anweisungen fuer Layout Presseartikel*/
/*hintergrund presseartikel*/
#presse01 {
	background : #F5F5F5;
}

/*format fuer Ueberschrift presseartikel*/ 
.presseheadline01 {
	Font-Family: Arial, Helvetica, Verdana, sans-serif;
	Font-Size: 18pt;
	font : bold;
      Text-Align: center;
	margin-top : -2%;
}

/*format unterueberschrift presseartikel*/
.presseuntertitel01 {
          Font-Family: Arial, Helvetica, Verdana, sans-serif;
          Font-Size: 14pt;
          Font-Style: italic;
          Text-Align: center;
		  margin-top : -10%;
}

/*format fuer Text Presseartikel*/
 .pressetexte01 {
	Font-Family: Arial, Helvetica, Verdana, sans-serif;
	Font-Size: 12pt;
	text-align : justify;
	line-height : 1.3;
	margin-left : 1%;
	margin-top : -15%;
}

/*format fuer Text Presseartikel mit Einzug ab zweitem Absatz*/
 .ptextabs1a {
	Font-Family: Arial, Helvetica, Verdana, sans-serif;
	Font-Size: 12pt;
	text-align : justify;
	line-height : 1.3;
	text-indent: 14pt;
}

/*format quelle und autor presseartikel*/
.pressequelle01 {
          Font-Family: Arial, Helvetica, Verdana, sans-serif;
          Font-Size: 10pt;
          Text-Align: right;
}

/*CSS-Anweisungen fuer Layout Presseartikel bis 2003*/

     P.pressetexte {
          Font-Family: Times, "Times New Roman", Serif;
          Font-Size: 12pt;
          Text-Align: left;
	  margin-left: 25%;
	  margin-right: 10%;
     }

     P.presseheadline {
          Font-Family: Times, "Times New Roman", Serif;
          Font-Size: 24pt;
          Text-Align: center;
     }

     P.presseuntertitel {
          Font-Family: Times, "Times New Roman", Serif;
          Font-Size: 16pt;
          Font-Style: italic;
          Text-Align: center;
     }

     P.presseautor {
          Font-Family: Times, "Times New Roman", Serif;
          Font-Size: 10pt;
          Text-Align: right;
     }

     P.pressequelle {
          Font-Family: Times, "Times New Roman", Serif;
          Font-Size: 10pt;
          Text-Align: right;
     }

	 #neu {
	font-family : Times, "Times New Roman", serif;
	font-size: 14pt;
	font-weight : bold;
	color : Red;
}
