/*Removing demo borders from sections*/
/*As this style sheet is applied _after_ the
 *frameSimulate.css, rules which are re-applied
 *here will take precedence over the ones in
 *the first one*/
#mastHead 

           {border-bottom: 2px solid orange;           
            text-align: right;
            background-image: url('http://www.zwkozijnen.nl/images/logo-5.gif');
            background-repeat: no-repeat;
            background-position: 2% 50%;
            text-align: left
            }
      




/* hierde afbeelding van linkerkolom */
#linkIndex{ border-right: orange solid 0px; 
            background-image: url('improvements-02.css');
            background-repeat: no-repeat;
            background-position: 50% 10%;
            background-color: white;
 }










#rechts  {border-top: orange solid 0px; border-left: orange solid 2px;}


#contentsBox{ border-right: 0px solid orange;}



#contentsBox tt { color: navy;
                  background-color: white;
                  padding: 0px;
                 }

