body{
	background-image:url(../img/achtergrond-stenen.jpg);
}

h1{font-family:"Kristen ITC";
	font-size:1.5em;
	font-weight:normal;}
h2{font-family: 'Droid Sans', sans-serif;
	line-height:1.1em;
	font-size:1.01em;
	font-weight:normal;}
h3{font-family:"Kristen ITC";
	font-size:1.1em;
	font-weight:normal;}
p{font-family: 'Droid Sans';
	line-height:1.1em;
	font-size:1.01em;}
a{text-decoration:underline;
	color:#000;}
a:hover{color:#90e55b;
	text-decoration:none;}
maat{font-style: normal;
    font-size: 0.7em;}
strong{font-weight:bold}

.header{
	max-width:960px;
	margin:0 auto;
	background:rgba(255,255,255,0.5);
}

.logo{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
}

.navline{
	height:3px;
	width:100%;
	background-color:#d075d8;
	margin:auto;
}

#navsite{
	margin-left:-40px;
}

#navsite ul {
	width: 100%;
	height: 36px;
	background-color:transparent;
	margin:0 auto;
	font-family:"Kristen ITC";
}

#navsite ul li {
	line-height:36px;
	background-color:#FFF;
	width:160px;
	list-style: none;
	float: left;
	text-align:center;
}

#navsite ul li a {
	background-color:#FFF;
	text-decoration: none;
	display: block;
	color:#000;
}

#navsite ul li a:link {
	color:#000;
}

#navsite ul li a:visited {
	color: #000;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000;
	background-color: #90e55b;
	border-color: #90e55b;
}

#navsite ul li a#current {
	background-color:#d075d8;
	color: #000;
}

#navsite ul li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	float: none;
	border-bottom: none;
}

#navsite ul li ul li{
	margin-left:-40px;
}

#navsite ul li:hover ul {
	left: auto;
}

#navsite ul li ul li a {
	background: #FFF;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE6 */

* html .clearfix {
	height: 1%;
}

/* for IE7 */

*:first-child+html .clearfix {
	min-height: 1px;
}

#fotoesther{
	float:right;
	margin:0px 60px 0px 30px;
}

.middle{
	max-width:960px;
	margin:0 auto;
	background:rgba(255,255,255,0.5);
}

.text{
	max-width:880px;
	margin:0 auto;
	padding:40px;
}

.text a{
	text-decoration:none;
	color:#000;
}
	
.middle h1{
	line-height:3em;
}

#kaart{
	float:right;
}

#footer{
	height: 25px;
	background:#FFF;
	width:100%;
	margin:0 auto;
	top:0;
	font-family:"Kristen ITC";
}

#footer ul{
	max-width:960px;
	margin:0 auto;
}	

#footer ul li{
	list-style: none;
	float:left;
	line-height:25px;
	background-color:#FFF;
	text-align:center;
	margin-left:30px;
	font-family: 'Droid Sans', sans-serif;
	font-size:0.8em;
}

table{
	border:none;
}

table, th, td {
    border: none;
    border-collapse: collapse;
	width:900px;
}

/* media queries moeten altijd onderaan het css bestand en zorgen voor wijzigingen als het scherm van grootte veranderd */
@media (max-width: 960px) {
	
	#nav ul li{width:140px;}
  
}