/* css voor Cornelia Bears - Holland */

  body {
background   : #fcc url(verloop.gif) top left repeat-y;
color        : black;
margin       : 0;
padding      : 0;
  }

  #navigatie {	
background   : #fcc;  /* pink */
float        : left;
width        : 175px;
padding      : 5px;
  }


  #inhoud {
margin       : 15px 10% 15px auto;
width       : 65%;
text-align   : left;
  }

 
/* ================================ */

  #kop {
background   : red;
color        : #fcc;  /* roze */
font-size    : 1.3cm;
font-variant : small-caps;
text-align   : center;
width        : 100%;
  }

  #voet {
background   : #fcc url(verloop.gif) top left repeat-y;
clear        : both;
color        : #000;  /* black */
font-size    : 80%;
height       : 3em;
text-align   : center;
width        : 100%;
  }
 
 img {border : 0;}
  
