
/*Zwischenzeitliches Ausschalten der Formatierung mit <div style="font-weight:normal">...</div> usw.*/

<!--
body {
		 		/*Scrollbar*/
      scrollbar-face-color:#FFFFFF;
      scrollbar-shadow-color:#808080;
      scrollbar-highlight-color:#808080;
      scrollbar-3dlight-color:#808080;
      scrollbar-darkshadow-color:#cc0000;
      scrollbar-track-color:#FFFFFF;
      scrollbar-arrow-color:#808080;
			
			 /*Hintergrund*/ 
			background-image:url(http://www.pdoetjen.de/ord/layout/sign_gw_1_invers.jpg); 
			background-color='white'; 
			background-attachment:fixed; 
			background-repeat:no-repeat; 
			background-position:middle;
			background-position:center;
			
			 /*TExt*/
			 
			font-weight:bold; 
			color: #333399;
			
	}
			
			
			
			
			 /*------------*/	
			 /*SPezielle Passagen*/
			 /*------------*/
			 
			 /*Überschriften*/
h1 {  font-size:18pt; 
	 		font-family:'Book Antiqua';
			font-weight:bold;
			color:#CC0000;  /*Rote Hauptüberschrift*/
			text-align:center;
			/*font:small-caps;*/}

h2 {  font-size:14pt; 
			font-weight:bold;
			color:#808080; /*Graue Eyecatcher*/
			text-align:center;}
			
			 /*Tabelleninhalte*/
td {  text-align:justify;} 


	 		 /*Klassen, mit class="..." aufrufen.*/ 
*.smallcaps  {font:small-caps;}
			
			
			
*.jqueryPopUp	{  font-size:12pt; 
			font-family:'Book Antiqua';
			font-weight:bold;
			color:#333399; /*reguläre Textfarbe*/
			text-align:justify;}
			
			
			
//-->