@charset "utf-8";
/* CSS Document */
body{
	margin:0 0 0 0;
	background-image:url(../images/achtergrond.jpg);
	background-repeat:no-repeat;
	background-size:cover;

	
}
#wrapper{
	background-color:#FFF;
	position:relative;
	width:980px;
	min-height:800px;
	margin:auto;
	padding-bottom:16px;
	-moz-box-shadow: 0px 0px 8px #ccc;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
	border-bottom:rgb(42, 195, 255) medium dotted;
}

#logo{
	background-image:url(../images/headertest.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:980px;
}

#sidepicswrapper{
	position:absolute;
	top:252px;
	left:51px;
}

.sidepic{
	border:1px #999999 solid;
	width:150px;
	height:110px;
	margin-bottom:30px;
		-moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

#tekstvak{
	width:705px;
	position:relative;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:28px;
	padding-left:60px;
	color:#006;
	top:70px;
	display:inline-block;
	}
	
	#tekstvak span{
		font-weight:bold;
	}
	
.titel{ font: italic 30px Trebuchet MS;
width:925px;
	position:relative;
	top:30px;
	border-bottom: rgb(42, 195, 255) thin dotted;
	border-top: rgb(42, 195, 255) thin dotted;
	height:42px;
	float:left;
	left:30px;
	text-shadow:2px 2px #ccc;
	text-align:center;
	padding-top:5px;
}

#headerunderpic{ float:right; position:relative; padding-top:4px;}
#tekstwrapper{ position:relative;}

#rightphoto{
	background-image:url(../images/piekobello_sidescreen.png);
background-repeat: no-repeat;
position:absolute;
height: 350px;

margin: auto;
float: right;
right:-83px;
overflow:visible;
z-index:1;
top:300px;
}


#categorielistmeteen{
	position:relative;
	cursor:pointer;
	border:#09F 2px solid;
	margin:0 20px 10px 10px;
	overflow:hidden;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	height:130px;
	padding:10px 0px 0px 10px;
	width:351px;
	float:left;
}

#reserverenmeteen{
	font-family:Zwo-Alt-LF-w-1-SC;
	position:absolute;
	display:block;
	width:82px;
	height:31px;
	margin:0 10px 10px 0;
	font-size:16px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	background-color:#CBF8FE;
	color:#000;
	line-height:32px;
	text-indent: 11px;
	top:96px;
	left:267px;
	
}

#categorielistmeteen:hover{
	border:#00F 2px solid;
	cursor:default;
}


#categorielistmeteen img{
	max-height:170px;
	max-width:150px;
	float:left;

}

#categorielistmeteen a{
	color:#000;
	width:120px;
	height:40px;
	border-bottom:none;
}

#categorielistmeteen h2{
	position:relative;
	color:#FFF;
	float:right;
	margin:0 0 0 0;
	line-height:35px;
	text-indent: 25px;
	display:block;
	background-color:#002C50;
	opacity:0.8;
	filter:alpha(opacity=80);
	width:190px;
	height:35px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	font-weight:normal;
	right:11px;
}

#categorielistmeteen h4{
	position:relative;
	color:#000;
	float:right;
	bottom:15px;
	width:125px;
	margin:20px 0 0 0;
	right:64px;
}