/* = Common
----------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

.clear {
	display: block;
}

/* = Form
----------------------------------------------- */

#tc24-form {
	border: 1px solid #d0d0d0; /* Rahmenfarbe des Formular */
	display: block;
	padding: 11px 14px 11px 14px;
	/*background-color: #ffffff; /* Hintergrund des Formular */
	font-family: "Open Sans", sans-serif;
	-webkit-text-size-adjust: none;
	color:#7f888f;
}

.tc24-form-width {
    min-width: 470px;
    max-width: 1070px; /* 30px Abziehen wegen Innenabstand, 470px = 500px Breit */
}

/* = Steps
----------------------------------------------- */

#tc24-form .tc24-steps {
	display: inline-block;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
}

#tc24-form .tc24-steps p {
	display: block;
	font-size: 11pt;
	color: #7f888f;
	text-align: center;
}

#tc24-form .tc24-first {
	display: inline-block;
	height: 27px;
	width: 33%;
	float: left;
}

#tc24-form .tc24-second {
	display: inline-block;
	height: 27px;
	width: 34%;
	float: left;
}

#tc24-form .tc24-third {
	display: inline-block;
	height: 27px;
	width: 33%;
	float: left;
}

#tc24-form .tc24-fourth {
	display: inline-block;
	height: 27px;
	width: 33%;
	float: left;
}

#tc24-form .tc24-pkv-form .tc24-first { /* 4 STEPS */
	display: inline-block;
	height: 27px;
	width: 25%;
	float: left;
}

#tc24-form .tc24-pkv-form.tc24-second { /* 4 STEPS */
	display: inline-block;
	height: 27px;
	width: 25%;
	float: left;
}

#tc24-form .tc24-pkv-form .tc24-third { /* 4 STEPS */
	display: inline-block;
	height: 27px;
	width: 25%;
	float: left;
}

#tc24-form .tc24-pkv-form .tc24-fourth { /* 4 STEPS */
	display: inline-block;
	height: 27px;
	width: 25%;
	float: left;
}

#tc24-form .tc24-border {
	display: inline-block;
	border-right: 1px solid #d5d5d5;
	height: 11px;
	float: left;
	margin: 0 0 0 0;
	margin: 1px 0 0 0\9;
}

#tc24-form .tc24-border-active {
	display: inline-block;
	border-right: 1px solid #d5d5d5;
	height: 11px;
	float: left;
	margin: -11px 0 0 0;
}

#tc24-form .tc24-border-last {
	display: inline-block;
	border-right: 1px solid #d5d5d5;
	height: 11px;
	float: right;
	margin: 0 0 0 0;
	margin: 1px 0 0 0\9;
}

#tc24-form .tc24-border-last-active {
	display: inline-block;
	border-right: 1px solid #d5d5d5;
	height: 11px;
	float: right;
	margin: -11px 0 0 0;
}

#tc24-form .tc24-step-active {
	color: #7f888f!important; /* Farbe des aktiven Schritt = Schriftfarbe */
	border-bottom: 4px solid #f58120; /* Farbe des aktiven Schritt = Leistenfarbe */
	padding: 0 0 7px 0;
	padding: 0 0 8px 0\9;
}

#tc24-form .tc24-service-header {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: -10px;
}

/* = Form Help
----------------------------------------------- */

#tc24-form .tc24-form-help {
    float: left;
    margin: 4px 0 0 12px;
}

#tc24-form .tc24-form-help img {
	cursor: help;
}

#tc24-form .tc24-form-help-left {
    display: none;
    position: absolute;
    margin-top: -24px;
    margin-left: -275px!important;
	border: 1px solid #F07E1F;
	width: 250px;
	z-index: 100;
}

#tc24-form .tc24-form-help-left .tc24-form-help-corner {
	background-image: url(/images/v4/pointer-left.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 250px;
}

#tc24-form .tc24-form-help-left .tc24-form-help-inner {
	/*background-color: #ffffff;*/
	padding: 5px 5px 5px 25px;
	font-size: 11px;
}

#tc24-form .tc24-form-help-left .tc24-form-help-close {
	background-image: url(/images/v4/close.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: 10px;
	cursor: pointer;
}

#tc24-form .tc24-form-help-content {
    display: none;
    position: absolute;
    margin-top: -24px;
    margin-left: 35px;
	border: 1px solid #F07E1F;
	width: 250px;
	z-index: 100;
}

#tc24-form .tc24-form-help-inner {
	background-color: #ffffff;
	padding: 5px 25px 5px 5px;
	font-size: 11px;
}

#tc24-form .tc24-form-help-corner {
	background-image: url(/images/v4/pointer.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: -20px;
}

#tc24-form .tc24-form-help-close {
	background-image: url(/images/v4/close.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

#tc24-form .tc24-form-help-maximize-zindex {

}

/* = Form Inner
----------------------------------------------- */

#tc24-form  .tc24-form-headline {
	margin: 18px 0 12px 0;
}

#tc24-form  .tc24-form-h1 {
	color: #3d4449;
    display: inline-block;
    float: left;
    font-size: 13pt;
    font-weight: bold;
}

#tc24-form .tc24-form-line {
	border-bottom: 1px solid #d5d5d5!important;
    margin: 5px 0 0 0;
}

#tc24-form .tc24-form-row {
	display: block;
	text-align: center;
	margin: 0 0 8px 0;
}

#tc24-form .tc24-form-row .tc24-form-row-left {
	display: inline-block;
	font-size: 11pt;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 43%;
	text-align: right;
	float: left;
	padding: 3px 0 0 0;
}

#tc24-form .tc24-form-row .tc24-form-row-left small {
	font-size: 11px;
	color: #7f888f;
	line-height: 10pt;
	display: inline-block;
	text-align: left;
	margin: 7px 0 0 0;
	margin: 5px 0 0 0\9;
}

#tc24-form .tc24-form-row .tc24-form-row-right {
	display: inline-block;
	font-size: 11pt;
	margin: 0 0 0 10px;
	vertical-align: middle;
	text-align: left;
	float: left;
}

#tc24-form .tc24-form-row .tc24-form-row-right small {
	font-size: 10pt;
	color: #7f888f;
	margin: 0 0 0 7px;
}

#tc24-form .tc24-form-row .tc24-form-row-right span {
	font-size: 11px;
	color: #7f888f;
	margin: 0 0 0 0;
	display: inline-block;
	margin: 5px 0 0 0;
}

#tc24-form .tc24-form-row .tc24-form-row-right table {
	margin: 5px 0 0 0;
}

#tc24-form .tc24-form-row .tc24-form-row-right table label {
	width: auto;
	margin: 0 0 0 6px;
	float: none;
}

#tc24-form .tc24-form-row .tc24-form-row-right table input {
	margin: 2px 0 12px 0;
	margin: -2px 0 12px 0\9;
	border: 0px;
}

#tc24-form .tc24-form-row-full {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}

#tc24-form .tc24-form-row-full a {
	color: #7f888f;
	text-decoration: none;
}

#tc24-form .tc24-form-row-full a:hover {
	text-decoration: underline;
}

#tc24-form .tc24-form-row select {
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333;
	width: 235px;
	padding: 2px 2px 2px 1px;
}

#tc24-form .tc24-form-row input {
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333;
	padding: 3px 2px 3px 1px;
}

#tc24-form .tc24-form-row textarea {
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333;
	padding: 3px 2px 3px 1px;
	width: 230px;
	height: 39px;
	font-family: "Open Sans", sans-serif;
}

#tc24-form .tc24-form-row label {
	float: left;
	margin: 3px 0 0 7px;
	width: 55px;
}

#tc24-form .tc24-form-row-break {
	padding-top: 0px!important;
	margin-top: -3px!important;
	line-height: 1.65!important;
	display: inline-block!important;
}

#tc24-form input.tc24-form-button {
	border: 2px solid #ed7523; /* Rahmenfarbe des Button */
	background-color: #f07e1f; /* Hintergrund des Button (FÃŒr alte Browser)  */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -ms-linear-gradient(top, #f08f27, #ed7423); /* Verlauf des Button fÃŒr IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08f27', endColorstr='#ed7423'); /* Verlauf des Button fÃŒr IE9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f08f27), to(#ed7423)); /* Verlauf des Button fÃŒr Webkit Browser (Safari, Chrome, etc) */
	background: -moz-linear-gradient(top,  #f08f27,  #ed7423); /* Verlauf des Button fÃŒr Firefox 3.6+ */
	-webkit-box-shadow: 1px 1px 2px rgba(111, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(111, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(111, 0, 0, 0.3);
	font-size: 16px;
	font-weight: bold; /* SchriftgrÃ¶Ãe des Button */
	color: #ffffff; /* Schriftfarbe des Button */
	width: 180px;
	cursor: pointer;
	padding: 4px 0 4px 0;
	margin: 8px 0 0 0;
}

#tc24-form input.tc24-form-button:hover {
	background: -ms-linear-gradient(top, #ed7423, #f08f27); /* Verlauf des Button fÃŒr IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7423', endColorstr='#ed7423'); /* Verlauf des Button fÃŒr IE9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ed7423), to(#f08f27)); /* Verlauf des Button fÃŒr Webkit Browser (Safari, Chrome, etc) */
	background: -moz-linear-gradient(top,  #ed7423,  #f08f27); /* Verlauf des Button fÃŒr Firefox 3.6+ */
}

#tc24-form .tc24-form-radio {
	float: left;
	margin: 4px 0 0 0;
	margin: 1px 0 0 0\9;
	border: 0px!important;
}

#tc24-form .tc24-form-datasecurity {
	float: left;
	margin: 3px 0 0 0;
	border: 0px!important;
}

#tc24-form .tc24-form-datasecurity-text {
	font-size: 12px;
	float: left;
	margin: 2px 0 0 6px;
	margin: 6px 0 0 6px\9;
}

#tc24-form .tc24-form-datasecurity-text a {
	color: #004179;
	text-decoration: none;
}

#tc24-form .tc24-form-datasecurity-text a:hover {
	text-decoration: underline;
}

#tc24-form a.tc24-form-back {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	float: left;
	margin: 4px 0 0 0;
}

#tc24-form a.tc24-form-back:hover {
	text-decoration: underline;
}

#tc24-form .tc24-form-error {
	color: #ff0000!important;

}

#tc24-form .tc24-logo {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	display: block;
	width: 85px;
	height: 14px;
	position: relative;
	bottom: 21px;
	left: 0px;
	float: left;
}

/* = Footer
----------------------------------------------- */

#tc24-form-footer {
	text-align: center;
	padding: 7px 14px 0 14px;
	font-size: 11px;
	color: #999999;
	font-family: "Open Sans", sans-serif;
	-webkit-text-size-adjust: none;
}

#tc24-form-footer a {
	color: #999999;
	text-decoration: none;
}

#tc24-form-footer a:hover {
	text-decoration: underline;
}

/* = Validation
----------------------------------------------- */

#tc24-form .tc24-form-row .tc24-form-validation {
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 10px;
    margin: 6px 0 0 7px;
    padding: 0;
    vertical-align: middle;
    width: 10px;
	position: absolute;
}

#tc24-form .tc24-form-row .tc24-form-js-ok {
    background-image: url(/images/v4/validate_ok.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#tc24-form .tc24-form-row .tc24-form-js-error {
    background-image: url(/images/v4/validate_error.png);
    background-position: 0 2px;
	background-position: 0 1px\9;
    background-repeat: no-repeat;
}
