#wrapper{
		background:#FFF url(../img/header_rpt.jpg) top repeat-x ;
		padding:0 0 50px 0;
		border-bottom:15px solid #ef4035
}
#container{
	width:1022px;
	margin:0 auto;
	position:relative;
}
#sier_footer{
	width:282px;
	height:341px;
	position:absolute;
	bottom:-285px;
	right:0;
	background-image:url(../img/versiering_footer.png);
}
a#logo{
	width:250px;
	height:281px;
	display:block;
	position:absolute;
	top:40px;
	left:0px;
	background-image:url(../img/logo.png);
	z-index:25;
}
#topphoto{
	width:667px;
	height:170px;
	float:left;
	margin:20px 0 0 250px;
}
#topphoto_mask{
	width:667px;
	height:170px;
	float:left;
	background-image:url(../img/topphoto.png);
}

#menu{
	position:absolute;
	width:900px;
	height:43px;
	top:167px;
	left:207px;
	z-index:15;
}
	#menu ul{
		font-family: 'Oswald', serif;
		font-size:14px;
	}
		#menu ul li{
			float:left;
			background-image:url(../img/menu_li.png);
			background-position:left top;
			background-repeat:no-repeat;
			list-style:none;
			height:36px;
			width:111px;
			text-align:center;
			padding:7px  0 0  35px;
		}
			#menu ul li a{
				color:#fff;
				text-decoration:none;
			}
				#menu ul li a:hover, #menu ul li a.selected{
					color:#AFE0E4;
					text-decoration:underline;
				}
		#menu ul li.end{
			float:left;
			background-image:url(../img/menu_end.png);
			background-position:left bottom;
			background-repeat:no-repeat;
			list-style:none;
			height:36px;
			width:65px;
		}

#left_column{
	width:200px; 
	padding:12px 0;
	float:left;
	border-bottom:1px solid #898989;
	border-top:1px solid #898989;
	margin:175px 0 0 32px;
	}
	#left_column a.mail{
		font-family: 'Oswald', serif;
		font-size:18px;
		color:#a91e24;
		padding:5px 0;
		display:block;
		text-decoration:none;
	}
		#left_column a.mail:hover{
			text-decoration:underline;
		}
	#left_column .tel{
		font-family: 'Oswald', serif;
		font-size:24px;
		color:#a91e24;
		padding:5px 0;
		display:inline-block;
	}
	#left_column ul{
		margin:0 ;
		padding:0 0 10px 0;
		list-style:none;
		border-bottom:1px solid #898989;
}
		#left_column ul li{
			margin:1px 0 2px 0;
			padding:0;
			list-style:none;
		}
			#left_column ul li a{
				width:171px;
				height:15px;
				font-size:11px;
				background-image:url(../img/liststyle.jpg);
				background-repeat:no-repeat;
				background-position:left top;
				display:block;
				color:#fff;
				padding:1px 15px;
				text-decoration:none;
				font-weight:bold;
			}
			#left_column ul li a:hover, #left_column ul li a.selected{
				background-image:url(../img/liststyle_b.jpg);
			}
	#social_network_links ul {
		list-style:none;
		border-bottom:1px solid #898989;
		height:20px;
		margin-bottom:10px;
	}
	#social_network_links ul li {
		float:right;
	}
	#social_network_links ul li  a{
		display:inline;
		background:none;
		width:80px;
		height:60px;
	}
	#social_network_links ul li  a:hover{
		background:none;
	}
#right_column{
	width:696px; 
	float:left;
	margin:55px 0 50px 31px;
}
#bigpic{
	width:676px; 
	height:230px;
	margin:0 0 23px 0;
	padding:10px;
	background-repeat:no-repeat;
	background-position:left top;
}

/* Reacties */

.reactie_item{
	width:676px;
	padding:10px;
	border-top:1px solid #898989;
}
.reactie_item_klein{
	padding:5px 0;
	border-bottom:1px dashed #898989;
}
	.title{
		font-size:18px;
		font-family: 'Oswald', serif;
		margin-bottom:5px;
		display:inline-block;
	}	
	.date{
		font-size:10px;
		margin-bottom:5px;
		display:inline-block;
	}
	.reactielink{
		font-size:14px;
		font-family: 'Oswald', serif;
		color:#a91e24;
		display:block;
		margin:5px 0 0 0;
		text-decoration:none;
		text-align:right;
	}	
	.reactielink:hover{
		text-decoration:underline;
	}

.thumbs_algemeen{
	width:80px;	
	height:80px;	
	margin:5px 4px 5px 3px;
	display:block;
	float:left;
}