#wrapper {
	background			: url("/images/bg-wrapper-fullwidth.png") no-repeat center 24px;
}

#content-container {
	width						: 852px;
	margin					: 0px auto 0px auto;
	padding					: 20px 74px 40px 74px;
	height					: 475px;
	min-height			: 475px;
}

#content {
	width						: 852px;
}


/* ----- fotoalbums ----- */
.fotoalbumdetail {
display: table;
margin-bottom: 15px;
width:100%;
}
	
	.text {
	margin-bottom: 5px;
	}
	
	#content ul.fotolist {
	margin-left: 0px;
	list-style: none;	
	display: table;		
	}

	.fotoalbumfoto {
	float: left;
	display: table;
	margin-right: 5px;	
	}
	
	.fotoalbumfoto .text {
	display: block;
	height: 18px;
	width: 132px;	
	}
	
		#column-right .fotoalbumfoto .text {
		margin-top: 0px;
		}
	
