.sfForm {
	padding: 15px 0 15px 15px;
}
#regFormContainer {
	height: 650px;
}

.sfForm p.validation {
	margin-bottom: 5px;
	font-weight: bold;
	color: red;
	display: none;
}

.sfForm form {
	margin-top: 35px;
}

.sfForm .form-element { 
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sfForm .form-element div.divider {
	float: left;
}

.sfForm .form-element.last {
	margin-top: 20px;
}

.sfForm .form-element-left {
	width: 50%;
	float: left;
}

.sfForm .form-element-right {
	width: 50%;
	float: right;
	text-align: right;
}

h1 {
	color: #929292;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 26px;
	font-weight: bold;
}

.sfForm p.introduction { 
	font-weight: bold;
	font-size: 16px;
}

.sfForm .termsText {
	position: absolute;
	left: 35px;
}

.sfForm .termsText.error {
	color: red;
}

.sfForm .termsText a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}

.sfForm .termsText.error a {
	color: red;
	cursor: pointer;
}

.sfForm .termsText a:hover {
	text-decoration: none;
	cursor: pointer;
}

.sfForm label { 
	float: left;
	width: 160px;
	margin-top: 3px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sfForm label.error {
	color: red!important;
}

.sfForm input[type="text"] {
	width: calc(100% - 180px);
	margin-right: 20px;
	border: solid 1px #bfbfbf;
	padding: 2px 3px;
}

.sfForm input.codeInput {
	width: calc(50% - 180px)!important;
	margin-right: 15px;
	border: solid 1px #bfbfbf;
	padding: 2px 3px;
}

.sfForm input.txtShort[type="text"] {
	margin-left: 10px;
}

.input-text::-ms-clear {
	display: none;
}

.sfForm label.TextOrt {
	width: 35px;
}

.sfForm input.InputOrt {
	width: 350px;
}

.sfForm input.InputPLZ {
	width: 55px;
}

table a {
	color: #929292!important;
}

.sfForm input[type="submit"] {
	margin-right: 20px;
	width: 165px;
	height: 40px;
	padding-top: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border: 2px solid #000;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
}
.sfForm button {
	margin-right: 20px;
	height: 27px;
	padding-top: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border: 2px solid #929292;
	color: #929292;
	background-color: #fff;
	border-radius: 5px;
}

.xabstand {
	margin-right: 0!important;
}
.fClose {
	float: right;
	width: 16px;
	height: 17px;
	margin-right: 15px;
	background: url("/img/fancycross.jpg") no-repeat center left;
	cursor: pointer;
}
#datenschutzContainer .fClose,
#agbContainer .fClose {
	position: absolute;
	top: 0;
	right: 0;
}
span.closeButton {
	width: 165px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	border: 2px solid #929292;
	color: #929292;
	background-color: #FFF;
	border-radius: 5px;
	display: block;
	padding: 10px 0;
	margin-top: 20px;
	float: right;
	margin-right: 15px;
}

.sfForm .clear {
	clear: both;
}

#datenschutzContainer,
#agbContainer {
	display: none;
}

label.lblShort {
	width: 110px;
}

.backLink {
	margin-bottom: 15px;
}

.backLink a { 
	cursor: pointer;
	color: #978859;
	text-decoration: none;
}

.backLink a:hover { 
	cursor: pointer;
	color: #978859;
	text-decoration: underline;
}

.pricesTodayTable {
	width: 100%;
}
.pricesTodayTable tbody tr:hover {
	background-color: #f5f5f5;
}
.pricesTodayTable th {
	white-space: nowrap;
}
.pricesTodayTable th,
.pricesTodayTable td {
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.pricesTodayTable th {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.pricesTodayTable td {
	border-bottom: solid 1px #ccc;
}
.pricesTodayTable td.last {
	border-bottom: solid 1px #000;
}
.pricesTodayTable td a {
	color: #978859;
	text-decoration: none;
}
.pricesTodayTable td a:hover {
	text-decoration: underline;
}
.noCode {
	font-style: italic;
	font-size: 11px;
	color: #ccc;
}
.priceVal {
	display: block;
	font-style: italic;
}

.txtShort {
	width: 250px!important;
	font-size: 20px;
}
.lblShort {
	width: 111px!important;
	font-size: 16px!important;
	padding-top: 5px!important;
}
.btnCheck {
	height: 35px!important;
	line-height: 37px!important;
}
.lblShortCode{width: 210px;}

.codeEintrag span {
	border: 1px solid #929292;
	padding: 10px;
	color: #929292;
	margin-right: 10px;
}
.infoTextCodeContainer,
.codeEintragContainer {
	display: none;
}
.infoTextCodeContainer .infoTextCode {
	border: 2px solid red;
	padding: 4px;
	white: 100%;
	font-weight: bold;
}

.form-element .codes {
	width: calc(100% - 180px);
	margin-right: 20px;
	position: relative;
	display: inline-block;
}
.form-element .codes.row2 {
	margin-top: 15px;
}
.form-element .codes input {
	max-width: 25%;
	border: solid 2px #bfbfbf;
	display: inline-block;
}
.form-element .codes input.error {
	border-color: red;
}
.form-element.over_code {
	position: relative;
}
.form-element.over_code .add .plus {
	padding: 2px;
	border: 2px solid #bfbfbf;
	color: black;
	position: absolute;
	right: 10px;
	bottom: 2px;
	cursor: pointer;
}
.left_margin {
	margin-left: 160px;
}