/*******************************************************************************

	Element container layout definition

	All elements are shown in a container which uses one of the following
	classes. Please read the specific container description for more
	Information.

*******************************************************************************/

/**
 * This class represents the outer mailform table. In this table
 * all fields and elements are shown in cells
 */
.mailform-table-outer {}

.mailform-table-outer td {
	padding:	0px;
	margin:		0px;
}

/**
 * If you like to access every single cell, please use the form wizard
 * You may input here a class which is used for every cell, but you must
 */

/**
 * td-no-style represents every single defined cell. But you can change the
 * class of every cell in the field wizard
 */
.td-no-style { background-color: #FFF; }
/**
 * This class is used for the outer container of a Form-Element
 * IF the current form content is valid
 * In the current version not used, for later purposes
 */
.tx_mailform_valid {}

/**
 * This class is used for the outer container of a Form-Element
 * IF the current form content is not valid.
 */
.tx_mailform_invalid {}

/**
 * This class is used for the outer container of a Form-Element
 * IF the current content is required, and the user has not yet input
 * the required data
 */
.tx_mailform_required {}

/**
 * This class is used for the outer container of a Form-Element
 * The class is used, if the form has not yet sent, and is not corrected.
 * Actually this is the class, the user will see the most (if he inputs correct
 * data)
 */
.tx_mailform_none {}

/**
 * If the user inputs invalid data, the error will be displayed with
 * this text formation
 */
.tx_mailform_FieldErrorMessage {
	color: #FF0000;
	font-weight: bold;
}

/**
 * This is the class which will be the outer container class for Layout
 * elements.
 * That excludes all form elements.
 * It Includes eg title-element, html-element, separator-element
 */
.tx_layout_element_container {
	color: #F00;
}

/*******************************************************************************

 Formular required star

 All existing possibilities for a required star are listed below

*******************************************************************************/
.tx_mailform_required_star {
	color:#FF0000;
}
.tx_mailform_required_star-ok {
	color:#FF0000;
}
.tx_mailform_required_star-required {
	color:#FF0000;
}
.tx_mailform_required_star-error {
	color:#FF0000;
}

/*******************************************************************************

 Formular element label definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/

.tx_mailform_label_global {}

.tx_mailform_label_textarea {}

.tx_mailform_label_title {}

.tx_mailform_label_text {}

.tx_mailform_label_textwdesc {}

.tx_mailform_label_default {
	width:200px;
}

.tx_mailform_label_submit {}

.tx_mailform_label_file {}

.tx_mailform_label_password {}

.tx_mailform_label_radio {}

.tx_mailform_label_select {}

.tx_mailform_label_layout_default {}

.tx_mailform_label_navi_nextpage {}

.tx_mailform_label_navi_previouspage {}

.tx_mailform_label_navi_pagenavi {}

.tx_mailform_label_navi_reset {}

.tx_mailform_label_submit {
}

/*******************************************************************************

 Formular element layout definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/

 /**
  * Normal Text element
  */

.tx_mailform_text {}

/**
 * Select (Dropdown / Multiselect)
 */
.tx_mailform_select {}

.tx_mailform_option {}

/**
 * Textarea
 */
.tx_mailform_textarea {}

/**
 * Hidden Field
 * (Actually it does not make sense to design a invisible element)
 */
.tx_mailform_hidden {}

/**
 * Password field
 */
.tx_mailform_password {}

/**
 * File Upload
 * Currently not functional
 */
.tx_mailform_file {}

/**
 * Captcha
 */
.tx_mailform_captcha {}

/**
 * Checkboxes
 */
input.tx_mailform_checkbox_box {}

div.tx_mailform_checkbox_wrap {
	overflow:hidden;
	float:left;
}

html div.tx_mailform_checkbox_wrap {
	overflow:visible;
	height:1%;
}

div.tx_mailform_checkbox_element {
	float:left;
}

td.tx_mailform_checkbox_text {}

label.tx_mailform_cb_label {}

/**
 * Radio Buttons
 */
input.tx_mailform_radio_button {}

td.tx_mailform_radio_text {}

label.tx_mailform_rb_label {}

tx_mailform_radio_element {}

/*******************************************************************************

 Layout-element layout definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/

/**
 * Popular HR Separator
 */
.tx_mailform_hrSeparator {
  width: 100%;
  height: 2px;
}

/**
 * Text Title
 */
.mailform-table-outer h3 {
  display: block;
}

/**
 * HTML - Element
 *
 * - The HTML Element is not accessable over CSS.
 * - Please Include your CSS Definition in your specified HTML Element
 * - In the Wizard
 */

 /*******************************************************************************

 Navigation-element layout definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/
 /**
 * Submit Button
 */
.tx_mailform_submit,
.tx_mailform_submitextended,
.tx_mailform_navi_nextpage input,
.tx_mailform_navi_previouspage input,
.tx_mailform_navi_reload input,
.tx_mailform_navi_pagenavi input,
.tx_mailform_navi_reset input {
	color:				#636363;
	font-weight:		bold;
	font: 				bold 84%;
	font-size:			11px;
	font-family:		Verdana,Tahoma,Arial;
	background-color:	#EFEFF1;
	border:				1px solid #636363;
	padding:			2px;
}

/******************************************************************************
 * Faebi Code
 ******************************************************************************
 */

.tx_mailform_field_text,
.tx_mailform_field_textwdesc,
.tx_mailform_field_textwdesc-anderes_textfeld,
.tx_mailform_field_textarea,
.tx_mailform_field_select,
.tx_mailform_field_radio,
.tx_mailform_field_password,
.tx_mailform_field_submit,
.tx_mailform_field_submitimage,
.tx_mailform_field_submitextended,
.tx_mailform_field_file {
  width:100%;
	overflow:hidden;
}

.tx_mailform_field_text-float,
.tx_mailform_field_text-float_labelrechts {
	float:left;
}

.tx_mailform_field_text-float_ohnelabel {
	float:left;
	overflow:hidden;
}

.tx_mailform_field_select-float_left_withlabel,
.tx_mailform_field_select-float_left {
	float:left;
	width:100%;
}

.tx_mailform_field_checkbox {
	overflow:hidden;
}

.tx_mailform_field_captcha {}
.tx_mailform_field_staticcountry {}
.tx_mailform_field_contelement {}


/**
 * Layout Elements
 */
.tx_mailform_layout_default {}
.tx_mailform_layout_title {}
.tx_mailform_layout_htmlelement {}
.tx_mailform_layout_error {}

/**
 * Navigation
 */
.tx_mailform_navi_pagenavi {}
.tx_mailform_navi_nextpage {}
.tx_mailform_navi_previouspage {}
.tx_mailform_navi_reset {}


.tx_mailform_td_label{}

.tx_mailform_div_label_left {
	float:				left;
}

.tx_mailform_div_label_error {
  color:#F00;
	font-weight: bold;
}

.tx_mailform_div_input {
	float:left;
}

.tx_mailform_div_icon {
	float:left;
}

.tx_mailform_div_err_msg,
.tx_mailform_div_err_msg_block {
	display:block;
}
.tx_mailform_div_err_msg,
.tx_mailform_div_err_msg_float-left {
	float:left;
}

.tx_mailform_div_err_msg_float-none {
	float:none;
	clear:both;
	height:0px;
}
.tx_mailform_div_err_msg_1 {
	color:#FF0000;
	font-weight: bold;
}

.tx_mailform_field_text-float_labelrechts_input {
	width:60px;
}

.tx_mailform_div_label_left_nowidth {
	float:left;
}

.tx_mailform_div_output_select_width {
	float:left;
	width:200px;
}

.tx_mailform_div_output_select-check {
	float:left;
}

/****************************/
/* Investor specific styles */
/****************************/
/* tx_mailform_6 = Jetzt zeichnen */
/* tx_mailform_7 = Emissionsprospekt */

#tx_mailform_6 .txt_Headliner {
	padding:			18px 0px 18px 0px;
	font-weight:		bold;
}

#tx_mailform_7 .txt_Headliner {
	padding:			0px 0px 18px 0px;
}

.td-valign-top {
	vertical-align:		top;
}

.td-align-center {
	text-align:			center;
}

.td-align-right {
	text-align:			right;
}

.td-valign-bottom {
	vertical-align:		bottom;
}

#tx_mailform_6 .txt_Sign_Text,
#tx_mailform_7 .txt_Emission_Text {
	padding:			6px 0px 6px 0px;
}

#tx_mailform_7 .txt_Emission_BoxHead {
	padding:			6px 0px 12px 0px;
	font-weight:		bold;
}

#tx_mailform_6 .lbl_Sign, .val_Sign,
#tx_mailform_7 .lbl_Emission, .val_Emission {
	width:				120px;
	float:				left;
}

#tx_mailform_7 .lbl_Emission_Last, .val_Emission_Last {
	padding-bottom:		6px;
}

#tx_mailform_6 .val_Sign {
	width:				200px;
}

#tx_mailform_7 .val_Emission {
	width:				300px;
}

.tx_mailform_div_label_left {
	width:				120px;
}

.tx_mailform_text, .tx_mailform_password, .tx_mailform_select {
	border:				1px solid #636363;
	font-family:		Verdana,Tahoma,Arial;
	height:				15px;
	width:				200px;
}

.tx_mailform_field_text {
	padding-top:		6px;
}

#tx_mailform_7 .tx_mailform_td_label {
	width:				236px;
}

#tx_mailform_6 .mailform-table-outer {
	width:				800px;
}

.txt_Sign_Navi {
	font-weight:		bold;
	padding:			6px 0px 6px 0px;
}

#tx_mailform_6 #div-outer-id-1-0-0 label {
	padding-left:		20px;
}

#tx_mailform_div-item-6-FHEM45D2T-1 {
	margin-left:		129px;
}

#tx_mailform_6 #div-outer-id-1-0-1 .lbl_Sign,
#tx_mailform_6 #div-outer-id-1-1-1 .lbl_Sign {
	width:				139px;
	padding-left:		41px;
	padding-top:		3px;
}

#tx_mailform_6 #div-outer-id-1-0-1 .val_Sign {
	width:				240px;
}

#tx_mailform_6 #div-outer-id-1-1-1 .val_Sign {
	width:				190px;
}

#tx_mailform_6 #div-outer-id-1-0-0 .tx_mailform_div_label_left,
#tx_mailform_6 #div-outer-id-1-0-1 .tx_mailform_div_label_left,
#tx_mailform_6 #div-outer-id-2-0-3 .tx_mailform_div_label_left,
#tx_mailform_6 #div-outer-id-4-0-2 .tx_mailform_div_err_msg_float-none,
#tx_mailform_6 #div-outer-id-4-0-3 .tx_mailform_div_err_msg_float-none,
#tx_mailform_6 #div-outer-id-4-0-5 .tx_mailform_div_err_msg_float-none,
#tx_mailform_6 #div-outer-id-4-0-6 .tx_mailform_div_label_left,
#tx_mailform_6 #div-outer-id-4-0-7 .tx_mailform_label_navi_previouspage {
	width:				0px;
	display:			none;
}

#tx_mailform_6 #div-outer-id-4-0-2 .tx_mailform_div_label_left,
#tx_mailform_6 #div-outer-id-4-0-3 .tx_mailform_div_label_left,
#tx_mailform_6 #div-outer-id-4-0-5 .tx_mailform_div_label_left {
	width:				10px;
	float:				left;
}

#tx_mailform_input-item-6-FGP796RRR {
	width:				80px;
	text-align:			right;
}

/* Submitbuttons for tx_mailform_6 */
#tx_mailform_6 .tx_mailform_submitextended,
#tx_mailform_6 .tx_mailform_navi_nextpage input,
#tx_mailform_6 .tx_mailform_navi_previouspage input {
	width:				320px;
}
#tx_mailform_6 .tx_mailform_field_submitextended,
#tx_mailform_6 .tx_mailform_navi_nextpage,
#tx_mailform_6 .tx_mailform_navi_previouspage {
	width:				398px;
}
#tx_mailform_6 .tx_mailform_previouspage {
	float:				left;
	padding:			16px 0px 0px 20px;
}
#tx_mailform_6 .tx_mailform_nextpage,
#tx_mailform_div-item-6-FVH719LYT .tx_mailform_div_input {
	float:				right;
	padding:			16px 20px 0px 0px;
}
#tx_mailform_6 .tx_mailform_navi_previouspage {
	float:				left;
}
#tx_mailform_6 .tx_mailform_navi_nextpage,
#tx_mailform_6 .tx_mailform_submitextended {
	float:				right;
}

#tx_mailform_6 a, a:hover {
	font-weight:		normal;
	text-decoration:	underline;
}

#tx_mailform_22 .tx_mailform_text {
	width:				300px;
}

#tx_mailform_22 .tx_mailform_select {
	width:				302px;
	height:				20px;
}

#tx_mailform_22 div.tx_mailform_field_textarea {
	padding-top:		6px;
}

#tx_mailform_22 .tx_mailform_textarea {
	width:				300px;
	border:				1px solid #636363;
	font-family:		Verdana,Tahoma,Arial;
	font-size:			12px;
}

#tx_mailform_22 div.tx_mailform_field_submit {
	width:				420px;
	padding-top:		30px;
	padding-bottom:		25px;
	/* float:			right; */
}

#tx_mailform_22 div.tx_mailform_field_submit table {
	width:				100%;
	text-align:			right;
}

#tx_mailform_22 .tx_mailform_submit {
	color:				#636363;
	font: 				bold 84%;
	font-family:		Verdana,Tahoma,Arial;
	background-color:	#EFEFF1;
	border:				1px solid #636363;
}

#tx_mailform_22 .tx_mailform_checkbox_element {
	float:				none;
}