
.DownloadsElement /* Kategorier Element */
{
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	overflow: hidden;
}
.DownloadsElementTitle /* Kategorier Element Titel */
{
	text-align: center;
	background-color: rgba(230, 230, 230, 0.85);
	font-size: 11pt;
	margin-top: 130px;
	height: 20px;
}
.DownloadsClear /* Kategorier clear */
{
	clear: both;
}