* {
	margin-left:auto;
	margin-right:auto;	
}

html, body {
	height:auto;
	min-height:100%;
}

 body{
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size:1em;
	letter-spacing:0,01em;
	overflow-y: none;
	margin: 0px 0px 0px 0px;
	
	
		
	color:#000000;
}

h1, h2, h3{
	font-size:1.5em;
	color:#000000;	padding:0p;
	margin:0px;
}

a, a:link , a:visited, a:hover, a:active  {
	text-decoration:none;
	color:#000000;}

img, a.img{
	border:0px;
}

	.container{
		width:950px;
		
		background-color:#;
		
		padding:10px;
		min-height:100%;
		height:100%;
	}

	
		.header{
			text-align:center;
			margin-bottom:20px;
		}
			.header img{width:100%; max-width: 350px; margin-left: auto; margin-right: auto;}
		
		
		.social{
			text-align:center;
		}
		
		.content{
			width:100%;
		}
		
			.content-left{
				width:250px;
				float:left;
				margin-right:10px;
			}
			
				.content-left img{
					max-width:250px;
					clear:both;
				}
				
				.youtube, .bedrijfsnaam, .contact{
					padding-top:10px;
				}
			
			.content-right{
				width:690px;
				float:left;
			}
			
				.content-right img{
					max-width:100%;
				}
			
	.footer{
		text-align:center;
	}

.clear{
	clear:both;
}

.menubuttn{
	padding:10px;
	margin:10px;
	border:1px solid #000;
	float:left;
}

