/*
 *	CITIBANK Microsite Verstandig omgaan met krediet
 *  //////////////////////////////////////////////////
 *  DESCRIPTION	: Default stylesheet
 *  LANGUAGE    : Dutch 
 */
 
@import url("base.css");

@import url("superfish.css");

@import url("layout.css");

@import url("print.css");


/* 
 *  LANGUAGE DEPENDANT STYLES ------------------------
 */
 
/* 
 *  Superfish nav ------------------------
 */
 
@media screen {

.nav li#n_home {
 width: 110px;
 }
.nav li#n_home a {
 background-image: url(img/n_home.gif); 
 } 
.nav li#n_leen a {
 background-image: url(img/n_leen.gif); 
 }
.nav li#n_budget a {
 background-image: url(img/n_budget.gif); 
 }
.nav li#n_bescherm a {
 background-image: url(img/n_bescherm.gif); 
 }
.nav li#n_krediet a {
 background-image: url(img/n_krediet.gif); 
 }
.nav li#n_support a {
 background-image: url(img/n_support.gif); 
 }




.nav li#n_home ul li a:link,
.nav li#n_home ul li a:active,
.nav li#n_home ul li a:visited,
.nav li#n_leen ul li a:link,
.nav li#n_leen ul li a:active,
.nav li#n_leen ul li a:visited,
.nav li#n_budget ul li a:link,
.nav li#n_budget ul li a:active,
.nav li#n_budget ul li a:visited,
.nav li#n_bescherm ul li a:link,
.nav li#n_bescherm ul li a:active,
.nav li#n_bescherm ul li a:visited,
.nav li#n_krediet ul li a:link,
.nav li#n_krediet ul li a:active,
.nav li#n_krediet ul li a:visited,
.nav li#n_support ul li a:link, 
.nav li#n_support ul li a:active, 
.nav li#n_support ul li a:visited { 
 background: url(img/subnav_arrow.gif) bottom right no-repeat; 
 padding: 8px 32px 9px 16px;
 width: 112px; 
 }

.nav li#n_home ul li a:hover,
.nav li#n_leen ul li a:hover,
.nav li#n_budget ul li a:hover,
.nav li#n_bescherm ul li a:hover,
.nav li#n_krediet ul li a:hover,
.nav li#n_support ul li a:hover { 
 padding: 8px 32px 9px 16px;
 background: url(img/subnav_arrow_over.gif) bottom right no-repeat; 
 }

/* 
 *  Headers ------------------------
 */

.h_core_msg {
  text-indent: -5000px;
	background: url(img/h_core_msg.gif) no-repeat;
	height: 78px 
 }

.h_item_home_1 {
  text-indent: -5000px;
	background: url(img/h_item_home_1.gif) no-repeat;
	height: 33px
 }
.h_item_home_2 {
  text-indent: -5000px;
	background: url(img/h_item_home_2.gif) no-repeat;
	height: 33px
 }
.h_item_home_3 {
  text-indent: -5000px;
	background: url(img/h_item_home_3.gif) no-repeat;
	height: 33px
 }
.h_item_home_4 {
  text-indent: -5000px;
	background: url(img/h_item_home_4.gif) no-repeat;
	height: 33px
 }   
 
.h_faq {
  text-indent: -5000px;
	background: url(img/h_faq.gif) no-repeat;
	height: 21px;
 }
.h_ondisplay {
  text-indent: -5000px;
	background: url(img/h_ondisplay.gif) no-repeat;
	height: 21px;
 } 
 
.h_loan_sm {
 text-indent: -5000px;	
 background: url(img/h_loan_sm.gif) no-repeat;
 height: 27px;
 }
.h_manage_sm {
 text-indent: -5000px;	
 background: url(img/h_manage_sm.gif) no-repeat;
 height: 27px;
 }
.h_protect_sm {
 text-indent: -5000px;	
 background: url(img/h_protect_sm.gif) no-repeat;
 height: 27px;
 }
.h_credit_sm {
 text-indent: -5000px;	
 background: url(img/h_credit_sm.gif) no-repeat;
 height: 27px;
 }
.h_support_sm {
 text-indent: -5000px;	
 background: url(img/h_support_sm.gif) no-repeat;
 height: 27px;
 }

 
/* 
 *  Language page ------------------------
 */ 
 
 .h_language_nl {
  text-indent: -5000px;
	background: url(img/h_core_msg.gif) no-repeat;
	height: 78px 
 }
 .h_language_fr {
  text-indent: -5000px;
	background: url(img/h_core_msg.gif) no-repeat;
	height: 78px 
 }
 .h_language_nl a, .h_language_fr a {
  display: block;
	width: 437px;
	height: 78px;
	
 }
     
}
