body {
	font-size: 76%;
	font-family: Arial, Helvetiva, sans-serif;

	margin: 0;
	padding: 0;
}

#base {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	padding-right: 1em;
	height: 4em;

	border-top: solid 2px #cfcfcf;
	background-color: #fdf5e6;
}

#result, #info {
	padding-bottom: 4em;
}

#info {
	padding-bottom: 4em;
	padding: 1em;

}

/* Ausrichtung des Formulars */
form {
	text-align: center;
}

	form p {
		text-align: left;
		width: 20em;
		margin: auto;
	}

	input {
		margin: 0.25em;
	}

input {
	margin: 0.8em;
}

/* Ende */

/* Positionierung für den IE */
* html #base {
	position: static;
	border-top: 0;
	border-bottom: solid 2px #cfcfcf;
	padding: 0.5em;
}

* html #result, * html #info {
	padding-bottom: 0;
}
/* Ende */

/* Formatiereung der Ergebnistabelle */
table {
	width: 100%;
}

th {
	background-color: #dcb830;
}

td {
	background-color: #dfdfdf;
	vertical-align: top;
}
	.summary {
		text-align: right;
		background-color: #d09c10;
	}

	.exact {
		background-color: #c9c9c9;
	}
/* Ende */

/* Sonstige Formatierungen */
i {
	color: #474747;
}

.copy {
	font-size: 0.8em;
	text-align: right;
}

#base > p {
	text-align: right;
}
