#stage .stagehead {
    height: 60px;
}

#stage .stagehead p {
    padding: 6px 0 0 0;
    font-size: 14px;
}

#tabcontent table tr td img {
    margin: 0px;
    float: none;
}

p#maxcreditintro {
    padding: 16px 10px 0 10px;
    margin-bottom: -10px;
}

#captcharegenerate {
	border: 0;
	background: 0;
	vertical-align: top;
	float: right;
	margin: 0;
	padding: 0;
	width: 122px;
	height: 22px;
}

/****************************************************/
/* CALCULATOR ***************************************/
/****************************************************/
#offer form {
    width: 536px;
}

#offer form table {
    margin-bottom: 6px;
}

#offer form table,
#conditions table {
    width: 100%;
}

#offer td {
    font-size: 11px;
    text-align: center;
}

#offer td.right {
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
}

#offer td.label {
    text-align: right;
    padding-right: 8px;
}

#offer td.radio {
    text-align: left;
    padding-left: 0;
}

#offer th {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

#offer form tr.zebra {
    background-color: #f4f4f4;
}

#offer form tr.highlight {
    background-color: #eff7cd;
}

#offer p {
    padding: 6px 0 6px 20px;
    text-indent: -8px;
}

#offer div.hr {
    font-size: 1px;
    height: 1px;
    border-bottom: 1px solid #d5dada;
    margin-bottom: 4px;
}

#conditions {
    width: 512px;
    background: url(../img/separator_white.gif) no-repeat top left;
    padding: 12px;
    background-color: #eff7cd;
}

#conditions th {
    padding-bottom: 10px;
    text-align: left;
    background-color: #eff7cd;
}

#conditions td {
    vertical-align: top;
    text-align: left;
}
#conditions td.right {
    padding-right: 40px;
}

.toolbar,
.loader {
    background-color: #f7f7f5;
    width: 524px;
    padding: 6px;
}

.loader {
    text-align: center;
    padding: 30px 0 30px 0;
}

.loader img{
    margin: 0 0 8px 0;
}

#offer .toolbar {
    text-align: right;
}

#offer .toolbar input {
    float: none;
}

/****************************************************/
/* CREDIT APPLICATION FORM **************************/
/****************************************************/
#applicationform {
    width: 536px;
    font-size: 12px;
    padding: 6px 6px 0 0;
}

#applicationform table {
    font-size: 12px;
    width: 536px;
}

#applicationform table td {
    vertical-align: top;
}

#applicationform tr.zebra {
    background-color: #f7f7f5;
}

#applicationform tr.highlight {
    background-color: #eff7cd;
}

#applicationform tr.error {
    background-color: #f7d6d6;
}
#applicationform tr.errordesc {
    background-color: #ffffff;
    color: #cc0000;
    font-weight: bold;
}

#applicationform tr.errordesc td {
    padding-bottom: 5px;
}

#applicationform tr.subject td {
    padding-bottom: 8px;
}

#applicationform tr.addinfo {
    padding: 0;
    margin: 0;
}
#applicationform tr.addinfo td {
    padding: 0;
    margin: 0;
}
#applicationform tr.addinfo td div {
    padding: 0 0 0 4px;
}
#applicationform tbody#addinfoins tr.last td  {
    height: 14px;
}

#applicationform div.hr {
    font-size: 1px;
    height: 1px;
    border-bottom: 1px solid #d5dada;
}

#applicationform tr.hr td {
    background-image: url(../img/linewithbg.gif);
    background-repeat: repeat-x;
    background-position: 0 -6px;
    padding-bottom: 5px;
    font-size: 1px;
}

#applicationform tr.linewithbg td {
    background-image: url(../img/linewithbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 15px;
}

#applicationform tr.linebottom td {
    border-bottom: 1px solid #cccccc;
}

#applicationform tr.linebottomwhite td {
    border-bottom: 1px solid #ffffff;
}

#applicationform th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    background-color: #e0ef9c;
    height: 30px;
    border-bottom: 2px solid #ffffff;
}

#applicationform th div {
    padding: 6px;
}

#applicationform th .firstdebtor,
#applicationform th .seconddebtor,
#applicationform th .bothdebtors {
    background-repeat: no-repeat;
    background-position: top right;
}
#applicationform th .firstdebtor {
    background-image: url(../img/debtor_first.gif);
}
#applicationform th .seconddebtor {
    background-image: url(../img/debtor_second.gif);
}
#applicationform th .bothdebtors {
    background-image: url(../img/debtor_both.gif);
}

#applicationform tbody.insertion tr {
    background-color: #eff7cd;
}

#applicationform tr.optional th,
#applicationform tbody.insertion th {
    background-image: url(../img/separator_form.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 7px;
}

#applicationform tr.optional th {
    padding-top: 11px;
}

#applicationform tbody.insertion tr.first td {
    background-repeat: no-repeat;
    background-image: url(../img/separator_form.gif);
    background-position: left -14px;
    height: 13px;
    padding: 0;
}
#applicationform tbody.insertion tr.last {
    background: url(../img/separator_optgroup_last.gif) repeat-x left -3px;
}
#applicationform tbody.insertion tr.last td {
    height: 10px;
    padding: 0;
}

#applicationform tbody.iefix td {
    padding-top: 0;
    padding-bottom: 0;
}

#applicationform td {
    padding: 4px 6px;
}

#applicationform td.ttip {
    width: 18px;
    padding-left: 0px;
    padding-right: 0px;
}
#applicationform td.c1 {
    width: 315px;
}
#applicationform td.c2 {
    padding-left: 3px;
    width: 80px;
}
#applicationform td.c3 {
    width: 78px;
}
#applicationform td.c4 {
    vertical-align: middle;
    width: 185px;
}
#applicationform td.c5 {
    padding-left: 3px;
    width: 312px;
}
#applicationform td.c6 {
    padding-right: 25px;
}
#applicationform td.top {
    vertical-align: top;
    padding-top: 6px;
}
#applicationform td.pad {
    padding-right: 40px;
}
#applicationform td.amount {
    padding-right: 40px;
    text-align: right;
}

#applicationform td.changebutton {
    vertical-align: bottom;
    text-align: right;
}

#applicationform td.taf {
    font-size: 11px;
    width: 400px;
    color: #666666;
}

#applicationform td.taflink  {
    text-align: right;
}

#applicationform td.list {
    padding-top: 1px;
}

#applicationform td.list table {
    margin-top: 0px;
    width: 440px;
}

#applicationform td.list table td {
    padding: 0px;
    border: 0px;
}

#applicationform td.list table td.label {
    padding: 1px 0;
    width: 200px;
}

#applicationform tr.smava td {    padding: 8px;}#applicationform td input {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

#applicationform td a {
    color: #7fb604;
    text-decoration: none;
}

#applicationform td p.hint {
    margin: 8px 0 0 21px;
}

/* remove dl styles */
#applicationform td dl {
    margin-top: 0px;
    width: 440px;
}

#applicationform td dt {
    float: left;
    width: 200px;
}
#applicationform td dd {
    float: left;
    width: 240px;
}
/* remove end */

#applicationform td label.adjacent {
    padding-left: 6px;
}

#applicationform td label.checkboxdesc {
    float: left;
    display: block;
    width: 475px;}

#applicationform td div.multi {
    float: left;
    width: 105px;
}

#applicationform td span.euro {
    padding-left: 3px;
}

#applicationform td textarea,
#applicationform td input.fullsize,
#applicationform td input.midsize,
#applicationform td input.small,
#applicationform td select {
    border-top: 1px solid #ecedeb;
    border-left: 1px solid #ecedeb;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #ffffff;
    font-size: 11px;
    padding: 1px 2px;
    color: #333333;
    width: 271px;
    height: 18px;
}
html>body #applicationform td textarea,
html>body #applicationform td input.fullsize,
html>body #applicationform td input.midsize,
html>body #applicationform td input.small {
    width: 266px;
    height: 14px;
}

#applicationform td input.file {
}

#applicationform td input.midsize {
    width: 203px;
}
html>body #applicationform td input.midsize {
    width: 197px;
}
#applicationform td input.small {
    width: 65px;
}
html>body #applicationform td input.small {
    width: 60px;
}

#applicationform td select.halfsize {
    width: 134px;
}

#applicationform td input.checkbox {
    border: 0;
    margin: 0 8px 0 0;
}

#applicationform td div.checkboxcontainer {
    margin: 3px 0 0 2px;
    float: left;
    display: block;
}

#applicationform td select {
    padding: 0px;
}

#applicationform td .cascadeSelect {
    padding-top: 4px;
}

#applicationform td textarea {
    width: 266px;
    height: 67px !important;
}

#applicationform #printsummary {
    margin: 8px 0 10px 13px;
}

#applicationform #printsummary {
    margin: 8px 0 10px 13px;
}

#applicationform a.print,
#applicationform a.taf,
#applicationform a.pdf,
#applicationform a.reader {
    font-weight: normal;
    text-decoration: none;
    color: #666666;
    font-size: 11px;
    padding-bottom: 1px;
}

#applicationform a.print {
    padding-left: 20px;
    background: url(../img/link_print.gif) no-repeat;
}

#applicationform a.taf {
    padding-left: 26px;
    background: url(../img/link_mail.gif) no-repeat 0 2px;
}

#applicationform a.pdf {
    padding-left: 30px;
    background: url(../img/link_pdf.gif) no-repeat 0 2px;
}

#applicationform a.reader {
    padding-left: 20px;
    background: url(../img/link_reader.gif) no-repeat 0 2px;
}

#applicationform a.pdf:hover,
#applicationform a.taf:hover,
#applicationform a.print:hover,
#applicationform a.reader:hover {
    color: #7fb604;
}

#applicationform .toolbar {
    margin-top: 6px;
    position: relative;
}

#applicationform tr td div.toolbar {
    margin: 0 -6px;
}

.toolbar input,
.toolbar a {
    float: left;
}

.toolbar input.right,
.toolbar a.right {
    float: right;
}

#applicationform .finalize {
    background-image: url(../img/striped_line_bg.gif);
    background-repeat: repeat-x;
    margin-top: 6px;
    padding-top: 11px;
    text-align: right;
}

div.formerror {
    background: url(../img/formerror_bg.gif) no-repeat;
    width: 536px;
    height: 23px;
    font-weight: bold;
    color: #ffffff;
    background-color: #cc0000;
    padding: 7px 0 0 45px;
    margin-bottom: 10px;
}

html>body div.formerror {
    width: auto;
}

/****************************************************/
/* JOB-APPLICATION **********************************/
/****************************************************/
#applicationform ol {
    margin-top: 5px;
}

#applicationform ol li {
    padding: 5px 5px 5px 22px;
}

#applicationform ol li.greencircle1 {
    background: url(../img/bullets/green_circle_01.gif) no-repeat 0 5px;
}

#applicationform ol li.greencircle2 {
    background: url(../img/bullets/green_circle_02.gif) no-repeat 0 5px;
}

#applicationform div.whiteline {
    font-size: 1px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
}

#applicationform ul.documents {
    margin-left: 8px;
}

#applicationform ul.documents li .file {
    float: left;
}

#applicationform ul.documents li a.deletesubmit {
    color: #666666;
    font-weight: normal;
    display: block;
    float: right;
    background: url(../img/trashcan.gif) no-repeat 0 0;
    padding-left: 15px;
}

/****************************************************/
/* TOOLTIP ******************************************/
/****************************************************/
form td.ttip a {
    display: block;
    background: url(../img/tooltip.gif) no-repeat;
    width: 18px;
    height: 18px;
}
form td.ttip a:hover {
    background-position: bottom;
}

form td.ttip a span {
    display: none;
}

#tooltip {
    position: absolute;
	z-index: 3000;
	background-color: #7fb604;
	padding: 6px 10px;
    width: 184px;
    border: 1px solid #fff;
}
#tooltip h3, #tooltip div {
	font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}

/****************************************************/
/* FLASH FALLBACK ***********************************/
/****************************************************/
#tabcontent #flashCreditTool .fallbackintro {
    padding: 10px;
}

#tabcontent #flashCreditTool td.sum,
#tabcontent #flashCreditTool .fallbackform {
    background-color: #ebf1f1;
    border-top: 1px solid #f8fafa;
    border-left: 1px solid #f8fafa;
    border-right: 1px solid #b8c2c8;
    border-bottom: 1px solid #96a4ad;
}

#tabcontent #flashCreditTool .fallbackform {
    width: auto;
    margin: 0 25px;
}

#tabcontent #flashCreditTool .redeemfallback {
    background: url(../img/fallback_background.jpg) no-repeat top right;
    min-height: 150px;
}

#tabcontent #flashCreditTool .fallbackform td {
    padding: 12px 12px 0 12px;
}

#tabcontent #flashCreditTool .redeemfallback table {
    width: auto;
}

#tabcontent #flashCreditTool .fallbackform table {
    width: 100%;
}

#tabcontent #flashCreditTool .fallbackform table td.button hr {
    margin: 0 0px 10px 0;
}

#tabcontent #flashCreditTool .fallbackform table td.button {
    text-align: right;
    padding-bottom: 12px;
}

#tabcontent #flashCreditTool .redeemfallback td {
    padding: 4px 6px 1px 20px;
}

#tabcontent #flashCreditTool .redeemfallback td input {
    font-size: 11px;
    height: 14px;
    width: 165px;
    padding:1px 2px;
}

#tabcontent #flashCreditTool .redeemfallback td button {
    margin-bottom: 6px;
}

#tabcontent #flashCreditTool .redeemfallback td input.readonly,
#tabcontent #flashCreditTool .sumeuro {
    font-size: 20px;
    color: #333333;
    height: auto;
}

#tabcontent #flashCreditTool td.sum {
    padding: 10px 6px 4px 10px;
    width: 135px;
    background-color: #eff3f3;
}

#tabcontent #flashCreditTool td div.hint {
    font-size: 10px;
    padding: 10px 0 6px 0;
}

#tabcontent #flashCreditTool .redeemfallback td input.readonly {
    border: 0;
    width: 100px;
    background-color: transparent;
    text-align: right;
}

#tabcontent #flashCreditTool .redeemfallback table.left {
    float: left;
}

#tabcontent #flashCreditTool .redeemfallback table.right {
    margin-top: 6px;
    margin-left: 360px;
}

#tabcontent #flashCreditTool .redeemfallback td.button{
    padding: 14px 0 8px 0;
    text-align: center;
}

#tabcontent #flashCreditTool .redeemfallback td.button #showoffer{
    width: 142px;
    height: 30px;
    background: url(../img/de/button/redeem_terms.gif) no-repeat 0 -30px;
    cursor: default;
}