body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	overflow-y: scroll;
	background-image:url(../includes/bg_hg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	height: 100%;
	position: relative;
}

html {
	height: 100%;
}

#box {
	width: 100%;
	height: 100%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#box td {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	vertical-align: top;
/*	text-align: center;
	vertical-align: middle;
*/}

#steuerung {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#steuerung td, #steuerung tr {
	width: 100%;
	height: 100%;
}

#steuerung div, #steuerung a {
	height: 100%;
	width: 100%;
	display: block;
}

		form div.photos {
			overflow: hidden;
		}
			form div.photos > div {
				float: left;
				height: 100px;
				width: 100px;
			}
			form div.photos > div.uploading {
				border: 1px #ccc solid;
			}
			form div.photos > div.uploaded {
				background-repeat: no-repeat;
				background-position: center;
				background-size: cover;
			}
				form div.photos > div.uploading span.progress {
					background: white;
					border-radius: 2px;
					/* display: block; */
					height: 10px;
					margin: 40px 5px;
					overflow: hidden;
				}
					form div.photos > div.uploading span.progress span {
						background: #999;
						/* display: block; */
						height: 100%;
					}