@import url("/css/styles-fonts.css");
  
 /* 
   *  BRW Industrieautomation Monschau Imgenbroich
   *  Stylesheet
   *
   *  http://www.cre8ives.de
   *  M.Lutterbach, C.Wollgarten
   */
   
 #C8HV { position:absolute;display:block;top:100px;left:200px;visibility:hidden;z-index:1; } 
   
   html, body {
      background-color: #BCBEC0;
	  overflow: auto;
      height: 100%;
      width: 100%;
    }

/*
 * Positionierung zentrale Frames
 */
 
   div.backframe {
       position:absolute;
       left:0; top:0;
       width:100%; height:100%;
       border:0px none #000000;
	   overflow: hidden;
	   vertical-align: middle;
	   text-align: center;
	   background-color:#BCBEC0;
     }
   
   /* Da IE BUG mit Border */
   div.contentframeborder {
       position:relative;
	   width: 780px;     
	   height: 580px;
	   background-color:#000000;
	   overflow:hidden;
   }
   
   div.contentframe {
       position:absolute;
	   top:1px; 
	   left:1px;
	   width: 778px;     
	   height: 578px;
	   text-align: left;
	   vertical-align:top;
	   background-color: #E6E7E8;
	   overflow:hidden;
      }
	  
 /*
  *  Positionierung Inhalte
  */
     
 div.linkbox {
	 position:absolute;
	 top: 100px;
	 left: 0px;
	 height: 478px;
	 width: 179px;
	 background-image:url(../images/wire.gif);
	 background-repeat:no-repeat;
	 overflow: hidden;
    }

 div.linkboximp {
	 position:absolute;
	 top: 555px;
	 left: 0px;
	 height: 23px;
	 width: 151px;
	 padding-left: 28px;
	 overflow: hidden;

	}
	 
 div.bottombox {
     position:absolute;
	 top: 532px;
	 left: 179px;
	 width: 599px;
	 height: 29px;
	 padding-top:17px;
     background-image:url(../images/bottom.gif);
	 background-repeat:no-repeat;
	 text-align: center;
	 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 color: #000000;
 
   }
    
 div.contentbox {
     position:absolute;
	 width: 599px;
	 height: 432px;
	 
	 top: 100px;
	 left: 179px;
	 text-align: left;
	 overflow:auto;
	 
   }
	 
/*
 * Weiteres
 */
 
 input,textarea {
 padding: 1px 1px 0px 1px;
 height: 18px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000000;
 
 }
   
#co2 {
 position:absolute;
 top:287px;
 left:14px;
}

#co2 img { border:0px; }