@charset "UTF-8";
.album {
	color: #FFFFFF;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}
.album a {
	color: #FFFFFF;
	text-decoration: underline;
}
.album a:hover {
	text-decoration: none;
}
.album .albumcontrols {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
}
.albumhoes {
	background-repeat: repeat;
	background-position: center center;
	background-color: #FFFFFF;
	float: left;
	margin-right: 15px;
	cursor: pointer;
	height: 100px;
	width: 100px;
}
.album .albumtekst {
	float: left;
}
.album .albumtitel {
	float: left;
	font-size: x-large;
	clear: both;
	width: 100%;
}
.album .albumdatum {
	float: left;
	margin-top: 5px;
	clear: left;
	width: 300px;
}
.imageupload {
	float: left;
	width: 100%;
	font-size: smaller;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.imageupload .uploadtekst {
	clear: both;
	float: left;
	padding: 5px;
}
.imageupload .uploadvak {
	float: left;
	clear: both;
	padding: 5px;
}
.album .image {
	float: left;
	clear: both;
	width: 100%;
	margin-top: -40px;
	margin-bottom: 10px;
}
.album .image .imagecontent {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background-color: #913D1E;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.album .image .imagecontrols {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	width: 200px;
	margin-bottom: 5px;
	text-align: right;
}
.album .image .imagecontent .imagetekst {
	font-size: smaller;
	float: right;
	width: 210px;
	text-align: left;
}
.album .image .imagecontent .imageimage {
	float: left;
	width: 300px;
	margin-right: 5px;
	overflow: hidden;
}

