/*CSS pink */

/* ----Topbanner---- */
#topbannerl { 
  background: url('images/layout/topbannerl-pink.png') no-repeat;
}
#topbannerr { 
  background: url('images/layout/topbannerr-pink.png') no-repeat;
}
/* ----Topbanner fine---- */

/* ----RSS feed---- */
.emailfeeddiv { 
  color: #ff00b4; 
} 

.rssfeed {
  color: #ff00b4;
} 

.commfeed {
  color: #ff00b4; 
} 

.emailfeed { 
  color: #ff00b4; 
} 

.rssfeeddiv a.rssfeed  { 
  color: #ff00b4; 
}

.rssfeeddiv a:visited { 
  color: #ff00b4; 
} 

.rssfeeddiv a:hover { 
  color: #ffffff; 
} 

.commfeeddiv a.commfeed  { 
  color: #ff00b4; 
}

.commfeeddiv a:visited { 
  color: #ff00b4; 
} 

.commfeeddiv a:hover { 
  color: #ffffff; 
} 

#newsletterSub { 
  background: #ff00b4;
  color: #FFFFFF;
  border: 1px solid #80005a; 
}

.newsletterTextInput, .newsletterTextInput:hover { 
  background: #ffc2ed;
  color: #ff00b4;
  border: 1px solid #ff00b4; 
}

.success { 
  color: #ff00b4; 
}
/* ----RSS feed fine---- */

/* Copyright */
#copy a:link, #copy a:visited { 
  color: #ff00b4;
}

#copy a:hover {  
  color: #80005a; 
}

#copy a:active { 
  color: #ff00b4;
}

/* ----Topmenu---- */
#navbar .home a { 
  background: url('images/layout/bgnavhome-pink.png') right;
}

#navbar .home a:hover { 
  background: url('images/layout/bgnavhome-hover-pink.png') right; 
}