@charset "utf-8";
body {
	margin: auto;
	padding: 0;
	font-family: "Architects Daughter";
	font-size: 14px;
	line-height: 1.4;
	background-image: url(img/page_background_wide.png);
	background-repeat: no-repeat;
	background-size: 110%;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	/* [disabled]padding-right: 15px; */
	/* [disabled]text-align: center; */
	font-size: 24px;
	/* [disabled]font-weight: bold; */
	color: #FFF;
}

a img { 
	border: none;
}/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

a:link {
	color:#414958;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #414958;
}

.container {
	margin: auto;
	width: 990px;
	/* [disabled]height: 700px; */
	padding: 0px;
	margin-top: -15px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.header {
	margin: auto;
	width: 1000px;
}

.footer {
	padding: 10px 0;
	background: #D2CDC5;
	width: 700px;
	height: 25px;
	margin-bottom: -5px;
	margin-left: auto;
	border-radius: 15px;
	margin-right: auto;
}

.buttonbar {
	height: 40px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	width: 140px;
	height: 40px;
	float: left;
	margin-left: 55px;
}

.button2 {
	width: 140px;
	height: 40px;
	float: left;
	margin-left: 50px;
}

.fbpic {
	margin-left: 40px;
	margin-top: -3px;
	height: 30px;
	width: 30px;
}
	
.owner {
	font-size: 20px;
	width: 200px;
	margin-left: 80px;
	color: #000000;
	margin-top: -27px;
	line-height: 25px;
	font-weight: 700;
}

.mailto {
	font-size: 20px;
	height: 70px;
	width: 200px;
	float: right;
	margin-right: 35px;
	color: #000000;
	margin-top: -25px;
	line-height: 25px;
	font-weight: 700;
}

.map {
	width: 450px;
	margin-right: 50px;
	margin-left: auto;
	margin-top: 50px;
	padding-bottom: 10px;
}

.contactBG {
	background-image: url(img/tijdenPrijs_background.png);
	background-repeat: no-repeat;
	background-size: 350px 500px;
	height: 500px;
	width: 350px;
	margin-top: -497px;
	margin-left: 100px;
	border-radius: 15px;
	color: #FFF;
}

.contact_txt {
	height: 150px;
	padding-top: 35px;
	padding-left: 15px;
	text-align: center;
}

.optijden {
	padding-top: 35px;
	padding-left: 15px;
	text-align: center;
}



.empty {
	height: 600px;
}
