/* Kerk te Oud-Zuilen, nov 2006 */

/*
  ------------------algemeen---------------*/
  body {
    color: rgb(0, 0, 0);
    
    font-family: Georgia, Palatino, Serif;
    font-size: 1em;
    line-height: 150%;
    margin-left:auto;
    margin-right:auto;
    }

/*
  -------------pagina-indeling-------------*/
div#margeb {
}

div#margel {
}

div#marger {
 float:right;
}

div#margeo {
 visibility: hidden;

}

div#zetspiegel {
 background-color: white;
 margin: 0px;
 padding: 10px;
} 
div#zetspiegel p {
/* background-image: url("paragraaf.png");
 background-repeat: no-repeat;
 background-position: bottom right;
*/ 
}

div.foto {
 float: right;
 background-color: white;
 display: block;
 clear: both;
 margin-left: 10px;
 margin-bottom: 10px;
}
div.clear { clear:  both; }
/*
  -------------weergave stijlelementen-----*/
ul {
 list-style: none;
}
.index ul{
 visibility: hidden
}
.index ul li {
 visibility: hidden
}
/*
  -------------hyperlinks------------------*/
  a:link {
    text-decoration: underline;
    color: black;
    }
  a:visited {
    font-style: italic;
    color: black;
    }
  a:hover, a:active {
    color: #9BAF87;
    background-color: white;
    }
  
/*
  -------------kopjes e.d.-----------------*/  
  p {
    text-indent: 0px;
    }
  h1 {
    color: black;
    }
  h2 {
    color: black;
    }

/*
  -------------einde-----------------------*/

