/**{***************   Bodys   **********   START   ************/
.bodyContent{
	margin: 0px 0px 40px 0px;
	color: #FFFFFF;
	background: #0D142E url('../images/bg_top_expresskredit.jpg') repeat-x;
  text-align: center;
}
/**}***************   Bodys   **********   EOF   ************/


/**{***************   Default Properties   **********   START   ************/
a{
  color: #EF9100;
  font-weight: normal;
  text-decoration:underline;
}
a:hover{
  color: #EF9100;
  font-weight: normal;
  text-decoration:none;
}

h1{
  color: #EF9100;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font: normal 29px "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h2{
  color: #384751;
  margin: 0px 0px 5px 0px;
  font: normal 18px "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h3{
  color: #384751;
  margin: 0px 0px 10px 0px;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.signature{
  font-style: italic;
  color: #7AB030;
  font-size: 11px;
}

.green{
  color: #000000;
}
.blue{
  color: #3377A4;
}
/**}***************   Default Properties   **********   EOF   ************/


/**{***************   Content Header   **********   START   ************/
#contentHeader{
  width: 870px;
	margin: auto;
	text-align: left;
}
#contentHeader .language{
	text-align: right;
  margin-top: 7px;
}
#navigationHeader ul{
	padding: 0px;
	margin: 7px 0px 0px 15px;
	list-style: none;
  float: right;
}
#navigationHeader li{
  float: left;
  border-right: 1px solid #FFFFFF;
	padding: 0px 15px 0px 15px;
	margin: 0px;
}
#navigationHeader li.last{
  border-right: 0px;
	padding-right: 0px;
}
#navigationHeader a{
  color: #FFFFFF;
  text-decoration:none;
}
#navigationHeader a:hover{
  color: #7284AF;
}
#navigationHeader a.active{
  color: #7284AF;
}
#contentHeader .logo{
  float: left;
  margin: 40px 0px 14px 0px;
}

#navigation{
  margin-top: 75px;
  float: right;
  text-transform: uppercase;
}
#navigation ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#navigation li, #navigation li.active{
  display: block;
  float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
  background: transparent url('../images/navigation_tab_left.gif') left bottom no-repeat;
}
#navigation li.active{
  background: transparent url('../images/navigation_tab_left.gif') left top no-repeat;
}
#navigation li a, #navigation li.active a{
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:none;
  background: transparent url('../images/navigation_tab_right.gif') right bottom no-repeat;
	padding: 13px 25px 12px 25px;
}
#navigation li.active a{
  color: #29334C;
  background: transparent url('../images/navigation_tab_right.gif') right top no-repeat;
}
#navigation a:hover{
  color: #EF9100;
  font-weight: bold;
  text-decoration:none;
}
/**}***************   Content Header   **********   EOF   ************/


/**{***************   Content Main   **********   START   ************/
#contentMainBg{
  background: #E9ECE2;
  border-bottom: 5px solid #CCD0C1;
  padding: 20px 0px 30px 0px;
}
#contentMain{
  color: #384751;
  width: 860px;
	margin: auto;
	text-align: left;
  line-height: 18px;
}
#contentMain ul{
	padding: 0px;
	margin: 0px 0px 0px 20px;
  list-style-image: url('../images/icons/arrow_disc_right.gif');
  color: #3377A4;
}
#contentMain ol{
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#contentMain li{
	margin: 0px 0px 5px 0px;
}

.contentColLeft{
  width: 47%;
  float: left;
}
.contentColRight, .contentColRightForm{
  border-left: 1px solid #FFFFFF; 
  width: 47%; 
  margin-left: 15px; 
  padding-left: 25px;
  float: right;
}
.contentColRightForm{
  width: 55%;
}
/**}***************   Content Main   **********   EOF   ************/


/**{***************   Content Footer   **********   START   ************/
#contentFooter{
  width: 820px;
	margin: auto;
	text-align: left;
  background: #374464;
  margin-top: 15px;
  padding: 15px 25px 15px 25px;
  color:#7284AF;
}
#contentFooter a{
  color: #7284AF;
  text-decoration:none;
}
#contentFooter a:hover{
  color: #FFFFFF;
}
/**}***************   Content Footer   **********   EOF   ************/


/**{***************   Bottom Box   **********   START   ************/
#boxBottom{
  background: url(../images/bg_box_bottom.png) no-repeat;
  padding: 30px 30px 0px 30px;
  font-size: 11px;
  margin-top: 10px;
}
#boxBottom a{
  color: #3377A4;
  font-weight: bold;
}
#boxBottom h3{
  margin-bottom: 25px;
}
#boxBottom input, #boxBottom textarea{
  padding: 3px;
  font-size: 11px;
}
#boxBottom select{
  height: auto;
  font-size: 11px;
}
#boxBottom label{
  padding: 0px;
  width: 70px;
}
/**}***************   Bottom Box   **********   EOF   ************/


/**{***************   Forms   **********   START   ************/
form{
	display: inline;
}
input, textarea{
  padding: 7px 5px 7px 5px;
}
select{
  height: 20px;
}
input, textarea, select{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
  border: 1px solid #C9CFBD;
  margin-bottom: 4px;
}
input.checkbox, input.radio, input.image{
  border:none;
  padding: 0px;
  background: none;
}
button {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: none;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
button div {
	padding: 0px 0px 0px 8px;
  background: url(../images/btn_grey_left.gif) left center no-repeat;
}
button div p {
	color: #3377A4;
	margin: 0px;
	white-space: nowrap;
	line-height: 1.6em;
	padding: 3px 10px 4px 2px;
  background: url(../images/btn_grey_right.gif) right center no-repeat;
}
/*input:focus, textarea:focus, select:focus{
  background: #FFFF66;
}*/
.highlight, .highlight:focus {
  background: #000000;
  color: #FFFFFF;
}
input.required, textarea.required, select.required{
  border: 1px solid #FF0000;
}
.errors{
  color: #FF0000;
  background: #FFFFFF;
  border: 1px solid #FF0000;
  padding: 5px;
  margin: 0px 0px 20px 0px;
}
label{
  width: 120px;
  padding-top: 3px;
  padding-bottom: 2px;
	float: left;
	clear: left;
}
.labelDefault{
  width: auto;
	float: none;
	clear: none;
  vertical-align: top;
  font-weight: normal !important ;
}
/**}***************   Forms   **********   EOF   ************/


/**{***************   Topic   **********   START   ************/
#topicBg{
  background: #E9ECE2 url('../images/topic_bg.jpg') left bottom repeat-x;
  padding: 5px 0px 20px 0px;
  color: #3377A4;
}
#topic{
	margin: auto;
  width: 870px;
	text-align: left;
}
#topic h1{
  margin: 0px;
  padding: 50px 0px 0px 350px;
}
#topic .teaser{
  margin: 0px;
  padding: 0px 0px 0px 390px;
  color: #000000;
  font: normal 25px "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#topic .text{
  width: 420px;
  padding: 40px 35px 0px 0px;
  float: right;
  color: #3377A4;
  font-weight: bold;
}
#topic ul{
  margin: 90px 0px 0px 50px;
  padding: 0px 0px 0px 0px;
  list-style-image: url('../images/icons/arrow_right.gif');
  color: #EF9100;
  font-weight: bold;
}
#topic ul{
  margin: 90px 0px 0px 50px;
  padding: 0px 0px 0px 0px;
  list-style-image: url('../images/icons/arrow_right.gif');
  color: #EF9100;
  font-weight: bold;
}
#topic li{
  margin: 0px;
  padding: 0px 0px 6px 0px;
}
#topic .textleft{
  margin: 90px 0px 0px 20px;
  line-height: 20px;
  width:300px;
  color: #EF9100;
  font-weight: bold;
}
/**}***************   Topic   **********   EOF   ************/


/**{***************   Special Topic Properties   **********   START   ************/
#topicCreditDefault{
  background: url('../images/topic_bg_creditdefault.jpg') no-repeat;
}
#topicCreditDefault h1{
  padding: 50px 0px 0px 240px;
}
#topicCreditDefault .teaser{
  padding: 0px 0px 0px 240px;
}
#topicCredit{
  background: url('../images/topic_bg_credit.jpg') no-repeat;
}
#topicInsurance{
  background: url('../images/topic_bg_insurance.jpg') no-repeat;
}
#topicInsurance h1{
  padding: 50px 0px 0px 240px;
}
#topicInsurance .teaser{
  padding: 0px 0px 0px 285px;
}
#topicForesight{
  background: url('../images/topic_bg_foresight.jpg') no-repeat;
}
#topicCreditDefault form, #topicCredit form{
  width: 420px;
  margin: 35px 35px 0px 0px;
  float: right;
}
#topicCreditDefault form label, #topicCredit form label{
  font-weight: bold;
  width: 155px;
}
#topicCreditDefault form .order, #topicCredit form .order{
  margin-left: 10px;
  float: right;
  border: none;
  background: transparent;
}
/**}***************   Special Topic Properties   **********   EOF   ************/


/**{***************   Creditbox   **********   START   ************/
#creditEncyclopedia{
  border: 5px solid #C5CABC;
  background: #F4F5EF;
  padding: 8px 8px 5px 8px;
}
#creditEncyclopedia .category, #creditEncyclopedia .category a{
  color: #3D70B9;
  margin: 0px 1px 10px 0px;
}
#creditInfo{
  border: 5px solid #C5CABC;
  background: #F4F5EF;
  padding: 5px 5px 2px 5px;
}
#creditEncyclopedia .element, #creditInfo .element{
  font-size: 11px;
}
/**}***************   Creditbox   **********   EOF   ************/


/**{***************   Creditforms   **********   START   ************/
#creditForm{
	margin: auto;
  width: 870px;
	text-align: left;
}
#creditForm .top{
  background: url('../images/bg_box_creditform_top.gif') no-repeat;
  height: 10px;
  line-height: 10px;
  margin-top: 20px;
}
#creditForm .main{
  background: url('../images/bg_box_creditform_middle.gif') repeat-y;
  padding: 10px 20px 10px 20px;
}
#creditForm .bottom{
  background: url('../images/bg_box_creditform_bottom.gif') no-repeat;
  height: 10px;
  line-height: 10px;
}
#creditForm .rightCol{
  float: right;
  width: 230px;
  margin-left: 30px;
}
#creditForm label{
  font-weight: bold;
  width: 170px;
}
#creditForm .infotext{
  color: #384751;
  margin-bottom: 25px;
}
#creditForm .infobox{
  border: 1px solid #C9CFBD;
  background: #FFFFFF;
  padding: 10px;
}
#creditForm #tooltipMsg{
  color: #EF9100;
  border-top: 0px;
}
#creditForm .steps{
  font-weight: bold;
  margin: 0px 0px 15px -15px;
}
#creditForm .steps .inactive, #creditForm .steps .active{
  margin: 0px 15px 0px 15px;
  color: #000000;
}
#creditForm .steps .active{
  color: #EF9100;
}
#creditForm .errors{
  width: 500px;
}
#creditForm input, #creditForm textarea, #creditForm select{
  margin-bottom: 5px;
}
/**}***************   Creditforms   **********   EOF   ************/



