/* homepagina*/	
	
	body {
		font-family: Arial, Verdana, sans-serif;
		background-color: #e3d4bc;
		color: #123456;
	}
	
	a:link {
		color: #123456;
		text-decoration: none;	
	}
	
	a:visited {
		color: #123456;	
	}
	
	a:hover {
		color: purple;
		text-decoration: underline;
	}	
	
	a:active {
		color: cyan;	
	}
	
	.container_12 {
	background-color: #ffffff;	
	padding: 10px;
	}
	
        .header {
            background-color: #ffffff;
            display: flex;
        }

        .logo {
            max-width: 300px;
        }

	.main {
	   background-color: #ffffff;
	   width: 100%;
	}

	#motto {
	 	color: #654321;
	 	opacity: 0.8;
	 	color: rgba(1.1.1.0.8);
	 	font-style: italic;
	 }
	 
	 	#slogan {
	 	color: #654321;
	 	opacity: 0.8;
	 	color: rgba(1.1.1.0.8);
	 	font-style: italic;
	 	text-align: left;
	 	font-size: 0.6em;	
	 }
	 
	 	#privacy {
	 	color: #654321;
	 	opacity: 0.8;
	 	color: rgba(1.1.1.0.8);
	 	font-style: italic;
	 }

	.maincontent {
		min-height: 150px;
		max-height: 500px;
		overflow-y: scroll;
	   display: flex;
	}	
	
		.avw {
		min-height: 150px;
		max-height: 500px;
	   overflow-y: scroll;	
	   display: flex;
	}		
			.content {
		min-height: 150px;
		max-height: 500px;
	   display: flex;
	}	
	
	.bold {
	font-weight: bold;
	}	
	
	.italic {
	font-style: italic;
	}		
	
	.quote {
	font-style: italic;
	font-size: 0.9em;	
	opacity: 0.8;
	}		 	
	
	#text {
		color: #123456;
		line-height: 1.1em;
	}
	#adres {
		color: #123456;
		font-size: 0.5em;	
	}
	
	.praktijk {
		max-width: 300px;
      padding: 1px;
      float: left;	
	}	
	
	#images {
      float: left;	
	}
	.image {
        max-width: 300px;
        padding: 0px;
        float: left;	
	}	

	.image2 {
        max-width: 300px;
        padding-top: 20px;
        float: left;	
	}		
	.hoofdpunt {
		color: #654321;
		font-weight: bold;
	}

	#contextlink {
	color: #654321;
	}	

	.afsluiting {
		color: #123456;
		background-color: f2f2f2;
		box-shadow: 2px -2px 3px 5px #777777;
		text-align: center;
		max-width: 90%;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
 	.textshadow {
		text-shadow: 3px 2px 3px #abcdef;
		font-weight: bold;
 	}
 	
 	h3 {
		text-align: center; 	
		padding: 30px;
 	}
 
 		
	.footer {
	 	background-color: #ffffff;
	 	margin: 10px auto 10px auto;
	 	display: flex;
	 	text-align: center;
	}	
	
	#kolom1 {
		padding: 20px;	
	}
	
	.logo2 {
      max-width: 200px;
		padding-top: 30px;
	}
	
	.logo_ext {
      max-width: 200px;
		padding-top: 15px;       
      padding-bottom: 15px;
	}
	
		#kolom2 {
		padding: 20px;
	}

		#kolom3 {
		padding: 20px;	
	}
	
		#kolom4 {
		padding: 20px;	
	}
	
	.contactgegevens {
		font-size: 0.9em;	
	}
	
	.bedrijfsinfo {
		font-size: 0.8em;	
	}
	.envelop {
		max-width: 40px;
		position: relative;
		padding: 1px;			
      margin-left: 0px;
      margin-right: 0px;			
	}
	
	.openingstijden {
		font-size: 0.9em;	
	}
	
	#copyright {
		background-color: #e3d4bc;
		color: #000;
		text-align: center;
		font-weight: bold;
		font-size: 0.8em;
		margin: 10px auto 10px auto;
		bottom: 0px;
		padding-top: 10px;
		padding-bottom: 1px;
	}

