/* CSS Document */

body {
	font-size: 14px; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
table, tr, td {
	border: none;
}
label,button {
	display: block;
	margin: 2em;
}

input {
	width: 3.5em;
}

.eingabe{
	margin: 2px;
}

.Ueberschrift{
	text-align: center;
	font: bold 18px;
}

h1 {
	font: bold 18px;
}

.ausgabe {
	font-weight: bold;
	font-size: 16px;
}

#logo {
	float: right;
}