
/* Zmiana głównego CSS'a */

#wrapper {
	background: #01916d url(images/bg.jpg) no-repeat top center;
}

#box {
	width: 970px;
	min-height: 0px;
	_height: 0px;
}

#sidebar {
	margin-top: 0;
}

#wrapper, BODY {
	background: #01916d url();
}

#top, #main-menu {
	background: #fff;
}

#header {
	width: 950px;
}

#header #identity{
	width: 950px;
	margin: 0 -950px 0 0;
}

#header ul#utility, form#siteSearch {
	width: 900px;
}

form#siteSearch, #header ul#utility li a {
	color: White;
}

dl#globalNavigation dd{
	width: 950px;
}

#body{
	width: 950px;
	background: url(images/body_back.jpg) no-repeat bottom center;
}

ul#footerUtility {
	width: 950px;
}

#footer, ul#footerUtility LI A {
	background-color: Black;
	color: White;
}

#footer address {
	width: 950px;
}

#zalogowany_jako {
	left: 550px;
	color: White;
}

#zalogowany_jako a {
	color: White;
}

#header ul#utility LI A {
	font-weight: bold;
}

/* Ramka komunikatów typu WARNING oraz INFO */
#ramka_komunikat_info, #ramka_komunikat_warning {
	margin: 20px;
	margin-bottom: 10px;
	padding: 5px;
	bbackground: #f0f0f0;
	background: url(images/back_75p_trans.png);
	color: #000000;
	text-align: center;
}

#ramka_komunikat_warning {
	border-bottom: 2px solid #fb0020;
	color: White;
}

#ramka_komunikat_warning A {
	font-weight: bold;
	color: White;
}

#ramka_komunikat_info {
	border-bottom: 2px solid #01916d;
	color: White;
	font-weight: bold;
}


