/* 
================================
 Container Styles for PSI-cont
================================
*/   

.cont_master
{   /*obramowanie modułu*/
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid;
	border-right: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	width: 100%;
	background-color: #ffffff; /*kolor wnętrza modułu*/
}
.cont_menu {
	background-image: url(menu_mod.jpg);
	height: 20;	
}
.cont_footer {
	/* background-image: url(stopka.jpg); */
	height: 20;	
}
.cont_color { 
	background-color: #dddddd; /*kolor wnętrza modułu*/
}
.cont_white {
	background-color: #ffffff; /*kolor wnętrza modułu*/
}
.cont_menu_txt {
	height: 20px;
	background-color: #aaaaaa;
}
.cont_footer_txt {
	height: 20px;
	background-color: #cccccc;
}
