﻿div.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

a.menuHome{
	background-image: url(../images/Home.jpg);	
}
a.menuHome:hover{
	background-image: url(../images/Home_Dark.jpg);
	background-color: #666666;
}

a.menuAct{
	background-image: url(../images/Aktuality.jpg);
}
a.menuAct:hover{
	background-image: url(../images/Aktuality_Dark.jpg);
	background-color: #666666;
}

a.menuRef{
	background-image: url(../images/Reference.jpg);
}
a.menuRef:hover{
	background-image: url(../images/Reference_Dark.jpg);
	background-color: #666666;
}

a.menuCer{
	background-image: url(../images/Certifikaty.jpg);
}
a.menuCer:hover{
	background-image: url(../images/Certifikaty_Dark.jpg);
	background-color: #666666;
}

a.menuCon{
	background-image: url(../images/Kontakty.jpg);
}a.menuCon:hover{
	background-image: url(../images/Kontakty_Dark.jpg);
	background-color: #666666;
}

div.footerK {
	background-image: url(../images/cube_kongres.png);
	background-repeat: no-repeat;
}
div.footerO {
	background-image: url(../images/cube_outsourcing.png);
	background-repeat: no-repeat;
}
div.footerE {
	background-image: url(../images/cube_event.png);
	background-repeat: no-repeat;
}
div.footerA {
	background-image: url(../images/cube_audit.png);
	background-repeat: no-repeat;
}

div.reference {
	background-image: url(../images/Reference_Background.png);
}
div.indexk {
	background-image: url(../images/bg_kongresy.png);
}
div.indexo {
	background-image: url(../images/bg_outsourcing.png);
}
div.indexe {
	background-image: url(../images/bg_eventy.png);
}
div.indexa {
	background-image: url(../images/bg_audity.png);
}