.bold { font-weight:bold; font-size:11px; }
.border { border:1px solid #d6d6d6; }
.nobg { background:none !important; }
.last { margin:0 !important; }
.disabledfield {	background:#ccc; }


/* Tabs // sliding doors */
#tabs {
	margin-top:20px;
	position:relative;
	top:1px;
	width:100%;
}
#tabs a {
	display:block;
	float:left;
	font-weight:bold;
	line-height:20px;
	height:24px;
	padding-left:11px;
	text-decoration:none;
	background:transparent url(/typo3conf/ext/bm_dfa_rechner/pi1/img/bg_tab.gif) no-repeat 0 -48px;
}
#tabs a:link,
#tabs a:visited,
#tabs a:hover,
#tabs a:active {
	letter-spacing:-0.08em;
	color:#a8a8a8;
}

#tabs ul {
	list-style-image	:	none;
	list-style-position	:	outside;
	list-style-type		:	none;
	margin:0;
}

#tabs li {
	line-height			:	normal;
	margin-left			:	0;
}

#tabs ul li {
	float:left;
	padding-left:0;
	background:none;
}
#tabs em {
	margin-right:5px;
	color:#fff;
	font-weight:bold;
	font-style:normal;
	background-color:#a8a8a8;
	padding:0 4px 1px 3px;
}
#tabs a span {
	display:block;
	padding:1px 11px 3px 0px;
	background:transparent url(/typo3conf/ext/bm_dfa_rechner/pi1/img/bg_tab.gif) no-repeat top right;
}
#tabs .ui-tabs-selected a {
	color:#678713 !important; /* ie6 */
	background:transparent url(/typo3conf/ext/bm_dfa_rechner/pi1/img/bg_tab_hi.gif) no-repeat 0 -48px;
}
#tabs .ui-tabs-selected span {
	background:transparent url(/typo3conf/ext/bm_dfa_rechner/pi1/img/bg_tab_hi.gif) no-repeat top right;
}
#tabs a:hover {
	text-decoration:none;
}
#tabs .ui-tabs-selected em  {
	background-color:#678713;
}
.ui-tabs-hide {
	display:none;
}



/* rechner */
#rechner_we dt,
#rechner_tp dt,
#rechner_tp_h dt {
	width:170px;
}
#rechner_we dt input,
#rechner_tp dt input,
#rechner_tp_h dt input {
	margin-right:10px;
}
#rechner_tp dt input {
	display:block;
	float:left;
	margin-bottom:10px;
}
#rechner_we .datepicker_wrap img,
#rechner_tp .datepicker_wrap img,
#rechner_tp_h .datepicker_wrap img {
	cursor:pointer;
	vertical-align:top;
	margin:0 5px;
}
#rechnerStartdatum,
#rechnerEnddatum,
#rechner2Startdatum,
#rechner2Enddatum,
#rechner3Startdatum,
#rechner3Enddatum {
	margin:0 5px;
	width:70px;
}
#result img,
#result_rendite img,
#result_aktuell img,
#result_historisch img{
	margin-bottom:10px;
}
#result_detail,
#result_detail_rendite,
#result_detail_aktuell,
#result_detail_historisch {
	margin-top:10px;
	display:none;
}
#content_ap table td {
	width:auto;
}

#content_ap.grey .moregrey {
	margin-bottom:10px;
}

#rechner_we dd,
#rechner_tp dd,
#rechner_tp_h dd {
	width:250px;
}

.buttonwrapper {
	margin-top:20px;
	text-align:right;
}
#rechner_we .buttonwrapper,
#rechner_tp .buttonwrapper,
#rechner_tp_h .buttonwrapper {
	margin-right:0;
}
.buttonwrapper .bt_left {
	float:left;
	width:auto;
}
.buttonwrapper .bt_right {
	float:right;
	width:auto;
}
.moregrey .buttonwrapper {
	margin-right:20px;
}
.antrag {
	margin:16px 30px 0 0;
	text-align:right;
}


/* form */
form {}
form fieldset {
	border:none;
}
form dl {
	height:1%;
	margin:0 0 10px 0;
}
form dt {
	margin-right:10px;
	padding-top:3px;
	float:left;
	width:126px;
	font-weight:normal;
}
form dd {
	float:left;
	width:200px;
	margin:0;
}
form dd input {
	margin-right:10px;
}
form dd .txt {
	width:170px;
}
form dd.long {
	width:530px;
}
form dd .long {
	width:423px;
}
form dd .short {
	width:70px;
}
form dd div {
	float:left;
	width:auto;
}
form dd .invalid {
	background-color:#ebc2b2;
}
form .error_message {
	margin-bottom:10px;
}
form .error,
#result .error,
#result_rendite .error,
#result_aktuell .error,
#result_historisch .error {
	font-weight:bold;
	color:#be3600;
}
#formular #antrag .moregrey {
	margin-bottom:10px;
	padding-right:0;
}

#formular ul {
	margin-bottom:20px;
}
#formular ul li {
	line-height:18px;
	padding-left:10px;
	color:#595959;
	background:transparent url(../img/bull.gif) no-repeat 0px 7px;
}
form.summary dt {
	width:160px;
	padding-top:0;
}
form.summary dd {
	width:155px;
}
form.summary dd span {
	color:#989898;
}
form select,
form input {
	width	:	auto;
}
#formular {
	padding:20px;
}

#formular p {
	font-size:11px;
	margin-bottom:20px;
	line-height:16px;
}

#formular .grey,
#content .grey,
.tx-bmdfarechner-pi1 .grey {
	padding:10px;
	border:1px solid #b6b6b6;
	background-color:#f2f2f2;
}

#formular .moregrey,
#content .moregrey,
.tx-bmdfarechner-pi1 .moregrey {
	padding:10px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	background-color:#e9e9e9;
}

