/* 
--------------Stylesheet-----------------

-------------Villa Kalkan----------------

-----------© VANBESELAERE----------------

*/

body { /* de stijlen voor het hele document */
	background-color: #E8ECF8;
	font-family: "Trebuchet MS", "arial narrow", "Arial";
	font-size: 15px;
	padding-top: 10px;
	margin: 0px;
			}
	
#container { /* de stijlen voor het omvattende deel van de navigatie, inhoud  */
	width: 750px;
	height: 550px;
	margin: auto;
	padding: 10px;
	text-align: left;
	background-color: #F3F1DF;
}

#header{ /* de stijlen van  header */
	width: 750px;
	height: 100px;
	background-image:url(fotos/banner.jpg);
	}


table { 
	margin:auto;
 }

table.contact{
	margin: 0px;
	}

#nav{ /* de stijlen van de navigation  */
	width: 750px;
	height: 20px;
	margin-top: -22px;
	}
	
#nav a{/* de stijlen voor de links in de navigation */
	float: right;
	margin-left: 10px;
	font-variant: small-caps;
	font-weight: bold;	
	padding-left: 10px;
	text-decoration: none;
	}
	
#nav a:hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: black;
	background: #F3F1DF;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-right: 7px;
		
}
	
#taal{
	margin-top: -20px;
	
	}
	
#taal a {
	margin-right: 10px;
	}
#taal img{
	border: 0px;
	}

#side { /* de stijlen van de side bar */
	float: left;
	border: 1px solid white;
	margin-top: 10px;
	}

#side a { /* de stijlen voor de links in de side bar */
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-botom: 5px;
	width: 150px;
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	background:#AFBFB4;
}

#side a:hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: black;
	background: white;
}

#content { /* de stijlen voor de inhoud, de tekst */
	float:right;
	width: 550px;
	height: 400px;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	overflow:auto;
	padding-left: 15px;
}

#content h1{
	text-align: center;
	}
#content h3{
	text-align: center;
	}
	
	
#content p {
	text-align: center;
}
#content p.contact{
	display: block;
	text-align: left;
	}
	
#div.content img{
	border: 1px solid #ffffff;
	}
h4.titelsuitrusting{
	text-decoration: underline;
	font-size: 20px;
	
	}
	
	
#huis{
	width: 530px;

	}	
#omgeving{
	width: 530px;
	}
#inside{
	width: 530px;
	}

	
#footer { /* de stijlen voor de voet, de copyright */
	width: 790px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	height: 20px;
	
}



#footer p { /* de stijlen voor de alinea's in de voet */
	margin: 0;
	padding: 0;
}

a { /* de stijlen voor de links */
	color: #3c7796;
}

a:hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: black;
	
}

a:visited { /* de stijlen voor de bezochte links */
	color: #324455;
	font-weight: bold;
}