.nnrechnerbox .headline {
	background: #3275a6;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
	border-top: 1px solid #1c5e8e;
	border-left: 1px solid #1c5e8e;
	border-right: 1px solid #1c5e8e;
	padding: 7px 0;
}
.nnrechnerbox .subline {
	background: #1c5e8e;
	text-align: center;
	color: #98bed9;
	font-size: 15px;
	line-height: 25px;
	padding: 3px 0;
}
.nnrechnerbox .dreieck {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1c5e8e;
	margin: 0 auto 10px;
}
.nnrechnerbox .formwrapper {
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding-bottom: 16px;
}

.nnrechnerbox .formwrapper label {
	font-weight: normal;
}

.nnrechnerbox .formwrapper input,
.nnrechnerbox .formwrapper select {
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
	font-family: 'titillium web';
	color: #000;
	font-size: 14px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	line-height: 24px;
	padding: 4px 8px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	border-radius: 0;
	height: 30px;
}
.nnrechnerbox .formwrapper button {
	width: 100%;
	margin-top: 10px;
}