
/*
input[type="file"] {
	display: block;
	
	padding: 1em;
	border: thin dotted;
	background: #fff;
}
*/
input#file-upload[type="file"] {
	display: none;
}
.file-upload {
	border: 1px solid #ccc;
	padding: 6px 12px;
	cursor: pointer;
	width: 300px;
	height: 100px;
}
#dateiListe,
#thumbnailListe {
	padding-left: 1.5em;
}

#thumbnailListe li {
	display: inline;
}

#thumbnailListe img {
	max-width: 100px;
	max-height: 100px;
	margin: 0.5em;
	border: thin solid #ccc;
}