body {    
		 			background-color: #a52a2a; 
                    background-color: #85bcd6; 	
		 			background-repeat: repeat-y; 
					margin-top: 0; 
					margin-left: 0; 
 					text-align: center;					 					 
					}
div, span, p, textarea, input, td	 {	 
		 			font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
					font-weight: normal; 
					color:  #a52a2a;
                    color:#14110a;
					letter-spacing: 1px; 
					}
.headertekst {  
					font-size: 14px;
					color: #f8f7c3;
					}		
.tekst {
	line-height: 120%;
	font-size: 18px;
					}		
.tekstkop {	
					font-size: x-large;
 					text-align: left;							
					}						
			
#header {
					margin:0 auto;		
					margin-top: 10px;
					width: 700px; 			
					height: 100px; 	
					text-align: left;
					}		
#pagina   {
	margin: 0 auto;
	margin-top: 3px;
	width: 1020px;
	height: auto !important;
	background-color: #f8f7c3;
	background-image: url(images/background2.gif);
	background-position: right;
	text-align: left;
	background-repeat: repeat-y;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
					}					

#menu {
	float: left;
	margin-top: 30px;
	margin-left: -50px;
	margin-right: 10px;
	width: 160px;
	height: 800px;
	background-color: #297da5;
	padding: 8px;
	text-align: center;
					}
#paginatekst {
	margin: auto;
	width: 650px;
	height: 100%;
	text-align: left;
					}

.menubutton {
          font-weight: bold;
          text-align: center;
          margin-bottom: 3px;
          margin-top: 3px;
}
.menubutton a {
	padding: 6px;
	text-decoration: none;
	border: none;
	display: block;
	color: #297da5;
	background-color: #ffffff;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
}
.menubutton a:hover {
          background-color: #99aabf;
          border-top: 2px #31557f solid;
          border-left: 2px #31557f solid;
          border-bottom: 2px #cce3ff solid;
          border-right: 2px #cce3ff solid;
					text-decoration: none; 
					}
					
div.ondermenu {
          font-size: 13px;
          text-align: left;
          color: #fff;
					}
					
textarea, input {
         	 background-color: #f8eee4; 
}
 
.groot {   font-size: large; }
.klein {   font-size: small; }
.vet   {   font-weight: bold; }
.cursief { font-style: italic; }
.grootcursief {   font-size: large; font-style: italic;}

a:link {   color: #297da5; text-decoration: none; }
a:visited {color: #297da5; text-decoration: none;  }
a:active { color: #297da5; text-decoration: none;  }
a:hover {  color: #297da5; text-decoration: underline;  }

a.subm:link, a.subm:visited, a.subm:active {
          text-decoration: none;
          color: #fff;
					}
a.subm:hover {
          text-decoration: none;
          color: #000;
					}


.afbeelding {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1565px) {
	.afbeelding {
		width: 75%;
	}
	.maps {
		max-width: 500px;
	}
}

@media screen and (max-width: 1240px) {
	.groot {
		max-width: 80%;
	}

	.grootcursief {
		max-width: 80%;
	}

	.afbeelding {
		width: 45%;
	}

	.tekst {
		max-width: 80%;
	}

}

@media screen and (max-width: 1040px) {
	.groot {
		max-width: 60%;
	}
	.grootcursief {
		max-width: 60%;
	}
	.tekst {
		max-width: 60%;
	}


}

