* {
	font-family: 'Source Sans Pro', sans-serif;;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 20px auto;
	width: 800px;
	font-size: 16px;
	color: #000D10;
	background-color: #E5EBE6;
	text-shadow: #fff 1px 1px 2px;
}
b, strong {
	font-weight: 600;
}
h1, h2, h3 {
	font-family: 'Arvo', serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: #3B3D42;
}
h1, h2 {
	display: inline-block;
}
h1 {
	color: #5B8D96;
	margin-right: 30px;
}
input {
	font-size: 16px;
	padding: 1px 10px 3px;
	margin: 0px 0px 5px;
}
input[type=text] {
	background-color: #fff;
	border: 0px;
	border-radius: 4px;
	color: #000;
	box-shadow: inset 1px 1px 2px #3B3D42;
	width: 200px;
}
input[type=submit], input[type=button], input[type=file] {
	border: 0px;
	border-radius: 4px;
	background-color: #5B8D96;
	color: #fff;
	text-shadow: #3B3D42 1px 1px 2px;
	box-shadow: inset -1px -1px 2px #3B3D42, -1px -1px 2px #fff;
	cursor: hand;
	cursor: pointer;
}
form {
	display: block;
}
a {
	text-decoration: none;
	color: #C45A3F;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 5px 0px;
}
span {
	background-color: #fff;
	color: #5B8D96;
	border-radius: 4px;
	padding: 0px 4px;
	box-shadow: 0px 0px 1px #5B8D96;
}
span i {
	font-size: 12px;
	color: #3B3D42;
	font-style: normal;
	padding-top: 2px;
	padding-right: 2px;
}
.formel {
	cursor: help;
}
label {
	margin-right: 10px;
}
#select {
	margin: 30px 0px;
}
#select div {
	width: 400px;
}
#select div:nth-child(1) {
	float: right;
	width: 400px;
}
#result {
	clear: both;
	margin: 30px 0px;
}
#result span {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 140px;
}
table {
	background-color: #fff;
	border-collapse: collapse;
	font-size: 14px;
	float: right;
	margin-left: 10px;
}
td {
	width: 100px;
	padding: 0px 4px;
	border: 1px solid #aaa;
}
tr:nth-child(odd) td {
	background-color: #eee;
}
tr:nth-child(1) td {
	background-color: #ccc;
	text-align: center;
}
tr td:nth-child(1) {
	background-color: #ccc;
	width: 10px;
	text-align: center;
}
#anrede {
	display: none;
}
#download label {
	cursor: help;
}
.googleAd {
	background-color: #fff;
	color: #5B8D96;
	border-radius: 4px;
	padding: 2px 4px;
	box-shadow: 0px 0px 1px #5B8D96;
	margin-bottom: 14px;
}
.googleAd div {
	width: 728px;
	height: 90px;
	margin: 0px auto;
}