#wechselautomat {
	width: 580px;
	height: 620px;
	padding: 10px;
	border: 2px solid #0e0eed;
	margin-left: 50px; 
	}
	
#form1 {
	margin: 10px 0 10px 0;
	}
	
table {
	border-spacing:10px;
	margin-top: 20px;
	position: relative;
	}
	
th {
	border: 1px solid #110203;
	padding: 4px;
	}

td {
	background-color: #fedfdd;
	padding: 4px;
	}
	
#table_scheine {
	position: absolute;
	}

#table_muenzen {
	position: absolute;
	left: 400px;
	}
	
