body	{
			font-family	: Comic Sans MS;
			color				: black;
			font-size		: 110%;
			margin			: 0;
			padding			: 0;
			}
.kop {
		  background-image	   : url('afbeeldingen/kop.jpg');
			background-repeat		 : no-repeat;
			background-position  : center top;
			color								 : green;
			position						 : absolute;
			top									 : 0px;
			left								 : 0px;
			right								 : 0px;
			width								 : 100%;
			height							 : 100px;
			text-align					 : center;
			margin							 : 0;
			padding							 : 0;
			}
.kop h1 {
		 		font-size					 : 130%;
				}
.kop h4 {
		 		font-size					 : 75%;
				}
				
.kop a{
		  color								 : green;
			}
.kabl {
			position			: absolute;
			left					: 0px;
			top						: 0px;
			}
.kabr {
			position			: absolute;
			right					: 0px;
			top						: 0px;
			}
.vlag {
			position					 : absolute;
				 top							 : 110px;
				 left							 : 5px;
				 width						 : 150px;
				 }	
.vlag a	 {
				 border						 	 	 : none;
				 display							 : block;
				 text-align						 : center;
				 text-decoration			 : none;
			}
	
.menu{
			 	 position					 : absolute;
				 top							 : 125px;
				 left							 : 5px;
				 width						 : 150px;
				 }
.menu a	 {
				 border						 	 	 : solid blue 1px;
				 color								 : green;
				 display							 : block;
				 text-align						 : center;
				 text-decoration			 : none;
			}
.menu a:hover {
							background-color : red;
							}
.menu a:active {
							 background-color					 : black;
							 }

.tekst {
			background-image	   : url('afbeeldingen/achtergrond.jpg');
			background-repeat		 : no-repeat;
			background-position  : center;
			background-attachment: fixed;					 
			position						 : absolute;
			width								 :80%;
			 top								 : 98px;
			 left 							 : 180px;
			 right							 : 5px;
			 text-align					 : center;
			 }
.tekst a {
			 	 color						 : green;
				 }

.huurtabel{
					 width 					 : 100%;
					 }
.huurtabel table,th
					 {
					 padding 				 : 2px;
					 font-size			 : 90%;
					 }
.huurtabel table,td
					{		
					padding	 				 : 3px;
					text-align			 : center;
					border					 : 1px solid blue;
					}	
.links		{
					border					 : solid blue 1px;
					font-size				 : 100%;
					margin					 : 5px;
					}
.fotos		{
					width						 : 70%;
					padding-left		 : 150px;
					}
.fotos td	{
			 		border					 : none;
					}
.fotos img {
			 		 border					 : none;
					 }
