  
  /* 
   *  BRW Industrieautomation Monschau Imgenbroich
   *  Stylesheet Fonts
   *
   *  http://www.cre8ives.de
   *  M.Lutterbach, C.Wollgarten
   */
  
 h1, .header1 {
      margin: 0px;
      padding: 0px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 16px;
	  color: #000000;
	  text-decoration: none;
	  font-weight:normal;
  }
  
  h2, .header2 {
      margin: 0px;
      padding: 0px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #000000;
	  text-decoration: none;
	  font-weight: bold;
 }
 
   .text {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #000000;
	  text-decoration: none;
	  font-weight: none;
 }
 
   .menu {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #FFFFFF;
	  text-decoration: none;
	  font-weight: none;
 }
 
  .textblau {
      color: #3A3A8F;
	  }


/*
 *  Links
 */
  
 a {
      color: #3A3A8F;
	  text-decoration:none;
	 }
 
 a:link     { text-decoration: none; }
 a:visited { text-decoration: none; }
 a:hover  { text-decoration: underline; }
 a:active  { text-decoration: none; }
	  
	  
	  