/* CSS Document */

/* BESTÄTIGUNGSBOXEN */

.box_ok {	
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	background-color: #197535;
	color: white;
	text-align: center;
	margin-top: 16px;
}

.box_aktiv {	
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	background-color: orange;
	text-align: center;
	margin-top: 16px;
}