// RAL 7042 = RGB(141,145,145) = HEX(#8d9191)

.Formular {
            border: #550000;
            border-style: solid;
						border-top-color: #8d9191;
						border-left-color: #8d9191;
						border-right-color: #420000;
						border-bottom-color: #420000;
  
	          border-top-width: 1px;
            border-left-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
						
						color: #8d9191;
						
						background-color: #7c0000;
            font-family = Arial;
						font-weight = bold;
            font-size = 10;
          }

body {
       scrollbar-base-color: #404040;
			 scrollbar-arrow-color: #8d9191;
			 scrollbar-darkshadow-color: #000000;
			 scrollbar-highlight-color: #808080;
     }
.text_weiss_klein {
                    font-family: Arial;
										font-weight = bold;
										font-size: 8pt;
										color: #333333;
                  }
									
a.text_weiss_klein {
                     color: #333333;
										 font-weight = bold;
                   }
									 
a.text_weiss_klein:hover {
                           color: #cc0000;
													 font-weight = bold;
                         }
									 
									 
.Artikel {
           font-family: Arial;
					 font-weight = bold;
					 font-size: 10pt;
					 color: #333333;
         }

.Fehler {
           font-family: Arial;
					 font-weight = bold;
					 font-size: 8pt;
					 color: #FF0000;
         }

.Artikel_kl {
           font-family: Arial;
					 font-weight = normal;
					 font-size: 7pt;
					 color: #333333;
         }
				 
.Artikellink {
               font-family: Arial;
               font-weight = bold;
							 font-size: 10pt;
							 color: #333333;
							 text-decoration: none;
             }

.Artikellink:hover {
               font-family: Arial;
               font-weight = bold;
							 font-size: 10pt;
							 color: #cc0000;
             }
				 
.Artikelueberschrift {
                       font-family: Arial;
			      				   font-size: 10pt;
										   font-weight: bold;
						      	   color: #c0c0c0;
                     }

.Produkttabelle {
                  border-style: dashed;
									font-weight = bold;
									border-width: 1px;
									margin-top: 10px;
                }
										 
.Ueberschrift {
                font-family: Arial;
								font-weight = bold;
			      		font-size: 16pt;
						   	color: #333333;
              }

.Bildtitel {
             font-family: Arial;
			       font-size: 10pt;
						 font-weight: bold;
						 color: #ffffff;
           }


