	/*  noblex.css / für Homepage: https://www.das-fernglashaus.de/noblex/   /  13_08_2019  */
	
	h1 {
		color: #008000;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
		font-family: helvetica, arial, sans-serif;
	   }
	   
	h2 {
		color: #007000;
		font-weight: bold;
		font-size: 1.5em;
		text-align: left;
		font-family: helvetica, arial, sans-serif;
	   }
		
	h3 {
		color: #000000;
		font-weight: bold;
		font-size: 1.2em;
		text-align: left;
		font-family: helvetica, arial, sans-serif;
	   }

	p, li { 
		font-size:13pt; 
		font-family:Arial, Helvetica; 
		padding:3px; 
		margin:0px; 
		text-align: justify;
		}
		
	.gruenbox { 
		background-color:#AAFFAA; 
		padding:3px; 
		margin:0px; 
		}
			
	.mitte {
		text-align: center;	
		}
				
	img {					/*  Bild zentriert mit Leerzeile Oben und Unten  */
		padding-top: 1em;
		padding-bottom: 1em;
		display: block;			/*  Bild zentriert: Bild gleich Block */
		margin-left: auto;		/*  Bild zentriert: Bild gleich Block und zentrieren*/
		margin-right: auto 		/*  Bild zentriert: Bild gleich Block und zentrieren*/
		}
		
	.inline{				/*  Bild nicht zentriert, nicht in neuer Zeile  */
		display: inline;
		}
					
	.old{				/*  Text ".... nicht mehr hergestellt" */
		font-family: helvetica, arial, sans-serif;
		color: #000000;
		text-align: left;
        font-size: 0.7em;
		}
		
	.rot{				/*  Überschrift hervorheben, z.B. Neu oder Sonderangebot  */
		font-family: helvetica, arial, sans-serif;
		color: #FF0000;
		font-weight: bold;
		text-align: left;
		}
			
	.rot11{				/*  Text hervorheben, z.B. Neu oder Sonderangebot - Größe 4 = 1.2em */
		font-family: helvetica, arial, sans-serif;
		color: #FF4000;
		/* font-weight: bold; */
		text-align: left;
		/* font-size: 1.1em; */
		font-size: 11pt;
		}

	.rot15{				/*  Text hervorheben, z.B. Neu oder Sonderangebot - Größe 5 = 1.5em */
		font-family: helvetica, arial, sans-serif;
		color: #FF4000;
		font-weight: bold;
		text-align: left;
		/* font-size: 1.5em; */
		font-size: 13pt;
		}
			
	.rot16{				/*  Text hervorheben, z.B. Neu oder Sonderangebot - 1.6em */
		font-family: helvetica, arial, sans-serif;
		color: #FF4000;
		font-weight: bold;
		text-align: left;
		font-size: 15pt;
		}
				
	.gpsr{				/*  Text für die GPSR-Richtlinie klein machen */
		font-family: helvetica, arial, sans-serif;
		color: #000000;
		text-align: left;
		font-size: 9pt;
		}
		
		
	section {			/*  Sonderangebote etc. absetzen - zentrieren - mit Strichen Oben und Unten versehen */
		margin-top: 1em;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 1em;
		text-align: center;	
		/* border-top-color: #FF4000;
		border-top-width: 1px;
		border-top-style: solid;  
		padding-top: 0.5em;
		border-bottom-color: #FF4000;
		border-bottom-width: 1px;
		border-bottom-style: solid;    
		padding-bottom: 0.5em; */
		}