/* ----- ALGEMEEN ----- */

* { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-sizing: border-box; 
	}

a {
	color: #000;
}

html,body,table {
	padding: 0;
	margin: 0;
	text-align: left;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }
.clearIt{ clear:both; }
h1{
	color : #c86428;
	font-size : 18px;
	font-family : Georgia	;
	font-weight:normal;
}
#container{
	width:800px;
	margin:0 auto;
}
#header{
	width:800px;
}
#logo{
	background-repeat:no-repeat;
	width:513px;
	height: 70px;
	float:left;
	margin:20px 0 0 20px;
	
}
#introLogo{
	width:800px;
	height: 70px;
	text-align:center;
	margin:100px 0 0 0;
	
}
#introLogo img{
border:0;
}
#search{
	background-repeat:no-repeat;
	width:192px;
	height:29px;
	margin:9px 0 0 0;
	float:right;
}
#searchInputBg{
	background-repeat:no-repeat;
	width:155px;
	height:23px;
	margin:0px 0px 0px 8px;
	float:left;
}
#searchInputBg input{
	border:0;
	margin:2px 0 0 1px;
	padding:1px 0 0 5px;
	color:#b0a8a4;
}
#searchInputButtonBg{
	background-repeat:no-repeat;
	width:17px;
	height:23px;
	margin:0px;
	float:left;
}

#menu{
	font-family:Georgia;
	font-size:18px;
	color:#4b8bc6;
	width:750px;
	padding:40px 0 0 0;
	margin:0px 0px 0px 20px;

	
}

#menuItems{
	width:750px;
	height:25px;
}
.menuItem{
	float:left;
	margin:0 15px 0 15px;
}
.menuItem a{
	display:block;
	float:left;
	font-size:18px;
	color:#4b8bc6;	
	text-decoration:none;
}
.menuItem a:hover , .actief{
	display:block;
	float:left;
	font-size:18px;
	color:#4b8bc6;	
	text-decoration:none;
	border-bottom: 2px solid #1469b9;
}

#content{
	border-top:1px solid #d6d3d0;	
	background-color:#FFF;
	width: 750px;
	min-height:500px;
	margin:-2px 0 0 20px;
}

#contentLeft
{
	float:left;
	width:490px;
	height: auto;
	padding:15px 0px 0 15px;
	margin: 0px 15px 0 0;
	line-height:18px;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
#contentRightBig{
	float:left;
	width:490px;
	height: auto;
	padding:15px 0px 0 15px;
	margin: 0px 15px 0 0;
}


#contentLeftSmall{
	float:left;
	padding:15px 0px 0 15px;
	margin: 0px 15px 0 0;
	line-height:18px;
	font-size:12px;
	color:#838383;
	font-family:Arial, Helvetica, sans-serif;
}
#contentRight{
	float:left;
	width:225px;
	height:auto;
}
#contact,
#openingstijden{
	margin:15px 0px 15px 0px;

}
.titelBlock{
	width:207px;
	height:31px;

}
.titleBlockLeft,
.titleBlockRight{
	background-repeat:no-repeat;
	height:31px;
	width:10px;
}

.titleBlockBg{
	background-repeat:repeat-x;
	width:187px;
	height:31px;
}
.titleBlockTitle{
	color:#fff;	
	height:10px;

	padding:9px 0 8px 0;
}
	
#footer{
	background-repeat:no-repeat;
	height:99px;
	width:800px;
}