*{
	text-decoration:none;
	padding:0px;
	border:0px;
	margin:0px;
}
.body{
	background-color:#d8d8d8;
	margin-bottom:20px;
}
.header{
	width:900px;
	height:300px;
	background-image:url(images/header.png);
	border-radius:20px;
	margin-top:25px;
	margin-bottom:25px;
	position:relative;
}
	.logo{
		width:300px;
		background-color:rgba(255,255,255,.85);
		border-radius:20px;
		position:absolute;
		left:10px;
		top:10px;
	}
	.links{
		width:750px;
		height:50px;
		position:absolute;
		bottom:0px;
		right:0px;
	}
		.links div{
			width:150px;
			height:50px;
			float:right;
		}
		.links a{
			line-height:50px;
			font-family:Arial;
			font-size:18px;
			color:rgb(214,27,103);
		}
		#home,#boeket,#contact{
			background-color:rgba(255,255,255,.85);
		}
		#bruid,#rouw{
			background-color:rgba(255,255,255,.66);
		}
		#home{
			border-top-left-radius:20px;
		}
		#contact{
			border-bottom-right-radius:20px;
		}
.content{
	width:860px;
	background-color:#fff;
	border-radius:20px;
	padding:20px;
}
	.infotext{
		width:459px;
		min-height:360px;
		text-align:justify;
		font-family:Arial;
		font-size:13px;
		border-right:1px solid gray;
		padding-right:20px;
		margin-right:20px;
		color:#333333;
		float:left;
		position:relative;
	}
		.infotext h1{
			width:100%;
			text-align:right;
			font-family:Arial;
			font-size:20px;
		}
		.infotext a{
			color:rgb(214,27,103);
		}
		.thumbs{
			height:50px;
			position:absolute;
			bottom:0px;
		}
		.thumbs img{
			width:50px;
			height:50px;
			margin-right:1px;
		}
	.infoextra{
		width:360px;
		height:360px;
		float:right;
	}
	#images img{
		width:360px;
		height:360px;
	}
	
.infoextra-contact {
		display:none;
	}	
	