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

#inhoud {
width: 960px;
}

/***INHOUD MENU***/

#inhoud_menu {
margin-top: 20px;
margin-left: 20px;
height: 34px;
}

   #inhoud_menu ul li {
   float: left;
   display: inline;
   margin-right: 5px;
   }
   
         #inhoud_menu ul li a {
         display: block;
         width: 138px;
         height: 24px;
         background: url('/images/tab-kleur.png') no-repeat;
         color: #6B4320;
         text-align: center;
         padding-top: 10px;
         }
         
            #inhoud_menu ul li a:hover, #inhoud_menu ul li a.actief {
            background: url('/images/tab-wit.png') no-repeat;
            font-weight: bold;
            }      

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

#inhoud_content h1 {
width: 100%;
margin-left: 0px;
border-bottom: 0px;
text-align: left;
margin-bottom: 20px;
}

#inhoud_content h2 {
width: 100%;
margin-left: 0px;
border-bottom: 0px;
text-align: left;
margin-bottom: 20px;
}

#inhoud_content h3 {
width: 100%;
margin-left: 0px;
border-bottom: 0px;
text-align: left;
margin-bottom: 20px;
}

   #inhoud_content img {
   
   }
   
   #inhoud_content p {
   margin-top: 10px;
   }
   
   #inhoud_content .geen_button {
   list-style-type: none;
   }
   
   #inhoud_content .foto_adoptie {
   float: left;
   margin-left: 15px;
   display: inline;
   height: 230px;
   width: 205px;
   overflow: hidden;
   }
      
   #inhoud_content .foto_adoptie img {
   border: 1px solid #6B4320;
   margin-right: 5px;
   }
   
   #inhoud_content .foto_adoptie p {
   font-size: 11px;
   }
   
      #inhoud_content .foto_adoptie p a {
      font-size: 14px;
      }      
   
   #inhoud_content .klein_lettertype {
   font-size: 12px;
   }
   
   #inhoud_content .foto_adoptie a {
   color: #6B4320;
   }  
      
      #inhoud_content .foto_adoptie a:hover {
      color: #6B4320;
      font-weight: bold;
      }             

/****************ADOPTIE ENKEL********************
 ************************************************/
 
#inhoud_adoptie_enkel {
width: 860px;
background-color: white;
border: 1px solid #6B4320;
margin-top: 15px;
margin-left: 30px;
padding: 10px 20px 0px 20px;
margin-bottom: 15px;
}

   

   .adoptie_enkel {
   margin-bottom: 10px;
   margin-top: 10px;
   clear: both;
   }

   .inhoud_adoptie_enkel_foto {
   float: left;
   display: inline;
   width: 230px;  
   }
   
      .inhoud_adoptie_enkel_foto a:hover {
      text-decoration: underline;
      }

      .inhoud_adoptie_enkel_foto img{
      border: 3px solid #704926;
      }
   
   .inhoud_adoptie_enkel_tekst {
   color: #6B4320;
   margin-left: 240px;
   }
   
   .inhoud_adoptie_enkel_tekst p {
   margin-bottom: 15px;
   }
   
      .inhoud_adoptie_enkel_tekst a {
      color: #6B4320;
      font-weight: bold;
      }
      
         .inhoud_adoptie_enkel_tekst a:hover {
         text-decoration: underline;
         }     
         
/****************ADOPTIE GEPLAATST********************
 ************************************************/    

.geplaatst_tekst {
padding-top: 5px;
}

.geplaatst_foto {
float: left;
display: inline;
}      

.einde  {
width: 100%;
height: 90px;
background: url('/images/einde.png') no-repeat;
background-position: top center;
clear: both;
}

.subknop {
float: left;
text-align: center;
color: #6C632B;
display: block;
padding-top: 8px;
font-size: 14px;
font-weight: bold;
margin-right: 10px;
width: 158px;
height: 25px;
background: url('/images/sub_out.png');
}

   .subknop:hover, .subknop.actief {
   color: white;
   background: url('/images/sub_over.png');   
   }
