/**********INHOUD*************/

#inhoud {
width: 960px;
margin-top: 10px;
}
 
/***INHOUD CONTENT***/
   
#inhoud_content {
background-color: white;
border: 1px solid #6B4320;
width: 900px;
margin-left: 10px;
margin-bottom: 10px;
padding: 20px;
color: #6B4320;
}

   #inhoud_content h4 {
   margin-bottom: 10px;
   }

   .link {
   clear: both;
   border-bottom: 1px dotted grey;
   margin-top: 20px;
   }
   
   .link_geen_margin {
   border-bottom: 0px;
   }
   
   .link_tekst {
   margin-left: 420px;
   padding-top: 10px;
   }
   
      .link_tekst a {
      color: #6B4320;
      text-decoration: underline;
      }
      
         .link_tekst a:hover {
         font-weight: bold;
         }
   
   .link_foto {
   float: left;
   display: inline;
   margin-right: 20px;
   margin-bottom: 20px;
   width: 400px;
   }
