/* Footer.css
   Styly pro paticku - MainMaster i RPPMasterPage
*/

/* ukonceni grafiky content panelu */
/* MainMaster */
#footer .footerBg
{
	height: 45px;
	width: 941px;
	background: transparent url(../Images/Footer/footer-bg.gif) 0 0 no-repeat;
}

body.wider #footer .footerBg
{
	height: 45px;
	width: auto;
	background: transparent url(../Images/Footer/footer-bg-wider.gif) 0 0 no-repeat;
}

/* RPPMaster */
#RPPFooter #footer .footerBg
{
	height: 45px;
	width: 941px;
	background: transparent url(../Images/Footer/rpp-footer-bg.gif) 0 0 no-repeat;
}

/* odkazy */
#footer .footerLinks
{
    text-align: center;
    color: #D51126;
    padding-top: 5px;
}

#footer .footerLinks a, #footer .footerLinks a:visited {
	color: #445460;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer .footerLinks a:hover {
	text-decoration: underline;
}

/* Bank partners */
#footer .bank_partners
{
	margin: 0;
	padding: 0;
	background: transparent url('../Images/bank-partners.png') 50% 50% no-repeat;
	height: 100px;
}

/* text */
#footer p
{
	text-align: center;
	margin: 10px 0;
}

/* text - copyright */
#footer p.copyright
{
    font-weight: bold;
}

#footer .logo a
{
	display: block;
	height: 23px;
	width: 23px;
	background: transparent url(../Images/Footer/footer-logo.gif) 0 0 no-repeat;
	margin: 0 auto;
}
