
/* CSS */

html{
	overflow-x:hidden;
	/*overflow-y: hidden; */
	width:14000px;
}

*{
	outline:none;
}

body{

	font-family:Arial;
	font-size:14px;
	/*color:#5a4a42;*/
	color:#312824;
	margin-top:0px;
	margin-left:0px;
	height:750px;
}

div.content a{
color: #f29400;
text-decoration: none;
}

div.content a:hover{
color: #f29400;
text-decoration: underline;
}

.page
{
	width:1920px;
	float:left;
	border-left: 5px solid #f29400;

}

.site-container{
	width:563px;
	float:left;
	background-color: #ffffff;
}

.header{
	width:187px;
	height:146px;
	margin:auto;
	margin-top: 10px;
	margin-bottom:20px;
}

.content{
	margin-top: 20px;
	padding: 0px 26px 0px 26px;
}

.copyright{
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}

.external-wrapper{
	position: relative;
	width: 1357px;
	float: left;
	background-color: #f29400;
}
.title h1{
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 45px;
	line-height: 0px;
	color: #ffffff;
}

.openingstijden{

	font-family:Arial;
	font-size:14px;
	/*color:#5a4a42;*/
	color:#312824;
	margin-top:0px;
	margin-left:0px;
}


/* MENU */
.menu{
	text-align:center;
	width:562px;
}
.menu ul{
	margin: 0;
	padding: 0;
	text-align:center;

}
.menu ul li{
	list-style:none;
	margin-left:3px;
	display: inline;
}
.menu ul li a{
	color:#302621; /*5a4a42*/
	font-size:13px;
	text-decoration:none;
}

.menu ul li a:hover{
	text-decoration:underline;
}
.menu ul li a.selected{
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}



div.external-wrapper div{
	float:left;
	background-repeat: no-repeat;
}

/* ACHTERGROND FOTO'S */
.home{
	width:1062px;
	height:1046px;
	background:url(../images/bg/hz.jpg);	 
}
.horen{
	float:left;
	width:1062px;
	height:1046px;
	background:url(../images/bg/hz1.jpg);
}
.zien{
	float:left;
	width:1062px;
	height:1046px;
	background:url(../images/bg/hz4.jpg);
}
.kwaliteit{
	float:left;
	width:1062px;
	height:1046px;
	background:url(../images/bg/hz3.jpg);
}
.informatie{
	float:left;
	width:1062px;
	height:1046px;
	background:url(../images/bg/hz5.jpg);
}
.contact{
	float:left;
	width:1062px;
	height:1046px;
	background:url(../images/bg/hz6.jpg);
}

/* EINDE FOTO'S */


.hidden{
display:none;
}

.clear{
height:0px;
overflow:hidden;
clear:both;
}

img,img a{
border:0px;
}

