/**{***************   Bodys   **********   START   ************/
body{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.bodyContent{
	margin: 0px 0px 40px 0px;
	color: #FFFFFF;
	background: #2D3853 url('../images/bg_top.jpg') repeat-x;
  text-align: center;
}
.bodyPopup{
	margin: 20px 40px 20px 40px;
	color: #000000;
	background: #FFFFFF;
  text-align: center;
}
/**}***************   Bodys   **********   EOF   ************/


/**{***************   Default Properties   **********   START   ************/
td{
  font-size: 12px;
}
img{
  border: 0px;
}

a{
  color: #FF8800;
  font-weight: normal;
  text-decoration:underline;
}
a:hover{
  color: #FF8800;
  font-weight: normal;
  text-decoration:none;
}

h1{
  color: #FF8800;
  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: #5A9401;
}
.blue{
  color: #3377A4;
}


.boxContainer{
  border: 5px solid #C5CABC;
  background: #F4F5EF;
  padding: 5px 5px 2px 5px;
}
/**}***************   Default Properties   **********   EOF   ************/


/**{***************   Floats & Clears   **********   START   ************/
.floatLeft{
  float: left;
}
.floatRight{
  float: right;
}
.clearSpace{
  clear: both;
}
.clearSpaceNone{
  clear: both;
  line-height: 0px;
}
/**}***************   Floats & Clears   **********   EOF   ************/


/**{***************   Content Header   **********   START   ************/
#contentHeader{
  /*width: 870px; bstrap */
	margin: auto;
	text-align: left;
}
#contentHeader .language{
	text-align: right;
  margin-top: 7px;
}
#navigationHeader ul{
	padding: 0px;
	margin: 7px 15px 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;
}

#navbar{
  margin: 70px 0px 0px 0px; /*75*/
  float: right;
  text-transform: uppercase;
}
#navbar ul{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#navbar li, #navbar 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;
}
#navbar li.active{
  background: transparent url('../images/navigation_tab_left.gif') left top no-repeat;
  /*border-bottom: 1px solid #E9ECE2;*/
}
#navbar li a, #navbar 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: 12px 25px 12px 25px;
}
#navbar li.active a{
  color: #29334C;
  background: transparent url('../images/navigation_tab_right.gif') right top no-repeat;
}
#navbar a:hover{
  color: #FF8800;
  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; bstrap*/
	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; bstrap */
	margin: auto;
	text-align: center;
  background: #374464;
  margin-top: 15px;
  padding: 15px 25px 5px 25px;
  color:#7284AF;
}
#contentFooter a{
  color: #7284AF;
  text-decoration:none;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
#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: 15px;
}
#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, select{
  padding: 4px 5px 4px 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: #5A9401;
  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; bstrap */
	text-align: left;
}
#topic h1{
  margin: 0px !important;
  padding: 40px 0px 0px 350px;
}
#topic .teaser{
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 390px;
  color: #5A9401;
  font: normal 25px "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#topic .text{
  width: 460px;
  padding: 30px 0px 0px 0px;
  float: right;
  color: #3377A4;
  font-weight: bold;
}
#topic ul{
  margin: 80px 0px 0px 50px;
  padding: 0px 0px 0px 0px;
  list-style-image: url('../images/icons/arrow_right.gif');
  color: #FF8800;
  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: #FF8800;
  font-weight: bold;
}
/**}***************   Topic   **********   EOF   ************/


/**{***************   Special Topic Properties   **********   START   ************/
#topicCreditDefault{
  background: url('../images/topic_bg_creditdefault.jpg') no-repeat;
  /*background-size:contain;*/
}
#topicCreditDefault h1{
  padding: 40px 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: 40px 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: 50%; /* 420 */
  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; bstrap */
	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: #FF8800;
  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: #5A9401;
}
#creditForm .steps .active{
  color: #FF8800;
}
#creditForm .errors{
  /*width: 500px;*/
}
#creditForm input, #creditForm textarea, #creditForm select{
  /*margin-bottom: 7px;*/
}

form .disclaimer{
  font-size: 9px;
  font-weight: normal !important;
  padding-bottom: 5px;
}
/**}***************   Creditforms   **********   EOF   ************/


p.disclaimer{
  font-size: 12px;
  font-weight: normal !important;
  margin: 45px 0px -20px 0px;
}


.grid3border{
  border-right: 1px solid #ffffff;
}

.grid3borderbottom{
  border-right: 0px solid #DCE0D5; 
  padding-bottom:40px; 
  padding-right:10px;
}
















/*
 * Override Bootstrap's default container.
 */


input, textarea, select{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000;

}

.form-control {
    color: #000;
    font-size: 12px;
    height: 32px;
    line-height: 1.42857;
    padding: 4px 10px;
}

.form-group {
    margin-bottom: 5px;
}

.checkbox-inline, .radio-inline{
  font-weight: normal !important;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid transparent;
    margin-bottom: 0px;
}


.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle {
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 72px;
}


.navbar-brand {
    padding: 0px;
}

.control-label{
  padding-right: 0px;
}







@media (min-width: 992px) {
  .container {
    width: 912px;
  }
  .form-control::-moz-placeholder {
    color: #FFF;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #FFF;
  }
  .form-control::-webkit-input-placeholder {
    color: #FFF;
  }
}






@media (max-width: 700px) {
  
  #navbar{
    margin: 0px;
  }
  
  #navbar .nav li{
    display: block !important;
    float: none !important;
    width: 100% !important;
    text-align: right;
  }
  
  
  
  #navbar li, #navbar li.active{
  display: block;
  float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
  background: none;
}
#navbar li.active{
  background: none;
  /*border-bottom: 1px solid #E9ECE2;*/
}
#navbar li a, #navbar li.active a{
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:none;
  background: none;
	padding: 7px 10px 7px 25px;
}
#navbar li.active a{
  color: #FF8800;
  background: none;
}
#navbar a:hover{
  color: #FF8800;
  font-weight: bold;
  text-decoration:none;
}
  


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    border: 0px;
}

.navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.1) inset;
}
  
  
  
}



@media (max-width: 992px) {
  #topicCreditDefault{
    background: url('../images/topic_bg_creditdefault_720.png') no-repeat;
  }
  #topicCredit{
    background: url('../images/topic_bg_credit_720.png') no-repeat;
  }
  #topicForesight{
    background: url('../images/topic_bg_foresight_720.png') no-repeat;
  }
  
  #topicCreditDefault h1, #topicCredit h1, #topicForesight h1{
    padding: 50px 0px 0px 260px;
    font-size: 26px;
  }
  #topicCreditDefault .teaser, #topicCredit .teaser, #topicForesight .teaser{
    padding: 0px 0px 0px 260px;
    font-size: 18px;
  }
  
  #topicForesight .text{
    width: 440px;
    padding: 35px 0px 0px 0px;
  }
  #topicCreditDefault form, #topicCredit form{
    width: 60%; /* 420 */
    margin: 35px 20px 0px 0px;
  }
  #topic ul{
    margin: 90px 0px 0px 50px;
  }
  
  
  #creditForm .steps .inactive, #creditForm .steps .active{
    margin: 0px 5px 0px 5px;
  }
  #creditForm .steps .inactive{
    font-weight: normal;
  }
    
}






@media (max-width: 750px) {
  #topicCreditDefault{
    background: url('../images/topic_bg_creditdefault_320.png') no-repeat left 240px;
    padding: 0px 15px 0px 15px;
    height: 600px;
  }
  #topicCredit{
    background: url('../images/topic_bg_credit_320.png') no-repeat left 240px;
    padding: 0px 15px 0px 15px;
    height: 600px;
  }
  #topicForesight{
    background: url('../images/topic_bg_foresight_320.png') no-repeat left top;
    padding: 0px 15px 0px 15px;
  }
  
  #topicCreditDefault h1, #topicCredit h1{
    padding: 10px 0px 0px 0px;
    font-size: 26px;
  }
  #topicCreditDefault .teaser, #topicCredit .teaser{
    padding: 10px 0px 0px 0px;
    font-size: 18px;
  }
  #topicCreditDefault form, #topicCredit form{
    width: 62%; /* 420 */
    margin: 20px 0px 0px 0px;
    float:left;
  }
  #topicCreditDefault form .order, #topicCredit form .order{
  
  }
  #topic ul{
    margin: 355px 0px 0px 25px;
  }
  #topicForesight .text{
    width: 280px;
    padding: 10px 0px 0px 0px;
    font-weight: normal;
  }
  #topicForesight ul{
    margin: 85px 0px 0px 25px;
  }
  
  #topicBg .container{
    padding: 0px;
  }
  
  .grid3border, .grid3borderbottom{
  border-right: 0px;
}
  
}





@media (max-width: 600px) {
  #topicCreditDefault{
    background: url('../images/topic_bg_creditdefault_320.png') no-repeat left 340px;
    padding: 0px 15px 0px 15px;
    height: 800px;
  }
  #topicCredit{
    background: url('../images/topic_bg_credit_320.png') no-repeat left 340px;
    padding: 0px 15px 0px 15px;
    height: 800px;
  }
  #topicForesight{
    background: url('../images/topic_bg_foresight_320.png') no-repeat left top;
    padding: 0px 15px 0px 15px;
  }
  
  #topicCreditDefault h1, #topicCredit h1{
    padding: 10px 0px 0px 0px;
    font-size: 26px;
  }
  #topicCreditDefault .teaser, #topicCredit .teaser{
    padding: 10px 0px 0px 0px;
    font-size: 18px;
  }
  #topicCreditDefault form, #topicCredit form{
    width: 100%; /* 420 */
    margin: 20px 0px 0px 0px;
  }
  #topicCreditDefault form .order, #topicCredit form .order{
  
  }
  #topic ul{
    margin: 425px 0px 0px 25px;
  }
  
  #topicForesight .text{
    width: 280px;
    padding: 10px 0px 0px 0px;
    font-weight: normal;
  }
  #topicForesight ul{
    margin: 85px 0px 0px 25px;
  }
  
  #topicBg .container{
    padding: 0px;
  }
  
}



@media (max-width: 500px) {
  #topicCreditDefault{
    background: url('../images/topic_bg_creditdefault_320.png') no-repeat left 240px;
    height: 550px;
  }
  
  #topicCredit{
    background: url('../images/topic_bg_credit_320.png') no-repeat left 240px;
    height: 550px;
  }
  #topicForesight{
    background: url('../images/topic_bg_foresight_320.png') no-repeat left 290px;
    height: 600px;
  }
  
  #topic ul{
    margin: 360px 0px 0px 25px;
  }
  #topicForesight .text{
    width: 280px;
    padding: 10px 0px 0px 5px;
    font-weight: bold;
  }
  #topicForesight ul{
    margin: 425px 0px 0px 25px;
  }
  
  #topicForesight h1{
    padding: 10px 0px 0px 0px;
    font-size: 22px;
  }
  
  #topicForesight .teaser{
    padding: 0px 0px 0px 0px;
    font-size: 16px;
  }
  
  
  #creditForm .steps span{
    display: block;
  }
  #creditForm .steps img{
    display: none;
  }
  
}



@media (max-width: 380px) {
  #topicCreditDefault{
    background: url('../images/topic_bg_creditdefault_320.png') no-repeat left 300px;
    height: 600px;
  }
  /*#topicCreditt{
    background: url('../images/topic_bg_credit_320.png') no-repeat left 340px;
    height: 650px;
  }*/
  #topicForesight{
    background: url('../images/topic_bg_foresight_320.png') no-repeat left 290px;
    height: 600px;
  }
  h1{
    font-size: 22px;
  }
  #topicCredit h1, #topicForesight h1{
    padding: 10px 0px 0px 0px;
    font-size: 22px;
  }
  #topicCredit ul{
    margin: 385px 0px 0px 25px;
  }
  #topicCreditDefault ul{
    margin: 410px 0px 0px 25px;
  }
  #topicCreditDefault .teaser, #topicCredit .teaser, #topicForesight .teaser{
    padding: 0px 0px 0px 0px;
    font-size: 16px;
  }
  #topicCreditDefault form label, #topicCredit form label{
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #topicCreditDefault form .order, #topicCredit form .order{
    margin-top: 75px;
  }
  #topicCreditDefault form .topicfield, #topicCredit form .topicfield{
    width: 150px;
  }
  #topicForesight .text{
    width: 280px;
    padding: 10px 0px 0px 5px;
    font-weight: bold;
  }
  #topicForesight ul{
    margin: 435px 0px 0px 25px;
  }
  
  
  #creditboxContainer .boxContainer{
    border-color: transparent;
    background-color: transparent;
    padding-left: 0px;
  }
  
  
}


