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

/*
  ------------------algemeen---------------*/
  body {
    background: url("achtergrond.png");
    background-repeat: repeat-y;
    background-color: #9BAF87;
    background-position: center; 
    color: rgb(0, 0, 0);
    
    font-family: Georgia, Palatino, Serif;
    font-size: 1em;
    line-height: 150%;
    margin-left:auto;
    margin-right:auto;
    width: 800px;
    padding: 10px;
    }

/*
  -------------pagina-indeling-------------*/
div#margeb {
 height: 120px;
 
}

div#margel {
}

div#marger {
 float:right;
}

div#margeo {
 visibility: hidden;

}

div#zetspiegel {
 background-color: white;
 margin: 0px;
 padding: 10px;
 text-align: justify;
}


div.foto {
 float: right;
 border: 10px solid #9BAF87;
 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{
 margin: 0;
 padding: 0;
 list-style: none;
 display: inline;
}
.index ul li {
 padding: 0px;
 padding-right: 10px;
 display: table-cell;
 position: relative;
 display: inline;
}
/*
  -------------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;
    }

/*
  ------------Hoverbox Code-----------------*/

.hoverbox
{
    background: url("achtergrond.png");
    background-repeat: repeat-y;
    background-color: #9BAF87;
    background-position: center; 
        list-style: none;
}
.hoverbox a
{
	
}

.hoverbox a .groter
{
	display: none;
}

.hoverbox a:hover .groter
{
	display: block;
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: 1;
}

.hoverbox a:focus .groter
{
	display: block;
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: 1;
}



.hoverbox img
{
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 3px;
	vertical-align: top;
	width: 150px;
	height: 150px;
}

.hoverbox li
{
	background-color: #9BAF87;
        border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .groter
{
	background-color: #9BAF87;
        border-color: #000;
	width: 350px;
	height: 350px;
}
/*
  -------------einde-----------------------*/

