body {
	background-image:url(../images/bckground.jpg);
	background-repeat:repeat;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	position:relative;
	left: 50%;
	width: 1010px;
	margin-left:-505px;
	z-index:1;
}

#logo_background {
	width: 1010px;
    height : 300px;
	z-index:2;
	background-image:url(../images/top_page.jpg);
	background-repeat : no-repeat;
	background-position: top left;
}

#stopka {
	width: 1010px;
	height: 44px;
	z-index: 11;
	padding: 15px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-align: right;
	background-image:url(../images/stopka.jpg);
	background-repeat : no-repeat;
	background-position: top left;
}
#concat {
	width: 1010px;
	height: 44px;
	z-index: 11;
	padding: 15px 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#concat a {
	text-decoration: none;
	color: #FFF;
}


/* UI TABS */

.ui-tabs-hide { display: none; }

#logo_background ul li {
	display: block;
	margin: 230px 15px 0 0;
	float: left;
	width: 168px;
	height: 35px;
	text-align: center;
	background:transparent url(../images/menu_button2.jpg) no-repeat scroll left top;
	background-position: 0 0;
	padding: 15px 0 0 0;
}

#logo_background ul li.ui-tabs-selected { 
	background-position: 0 -51px;
}
#logo_background ul li.ui-tabs-selected a { 
	color: #FFFFFF;
}
#logo_background ul li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

/* TABS BODY */

#body_middle {
	width: 100%;
	z-index: 9;
	padding-bottom: 15px;
	background-image:url(../images/body_bcg.gif);
	background-repeat: repeat;
	color: #B3B3B3;
}

#body_bottom {
	width: 1010px;
	height: 30px;
	left: 0px;
	z-index: 10;
	background-color: #333333;
}

#menu1, #menu2, #menu3, #menu4, #menu5 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 30px 5px 30px; 
}

#naglowek {
	width: 940px;
	height: 48px;
	z-index: 12;
	background-image:url(../images/naglowek.jpg);
	background-repeat : no-repeat;
	color: #303030;
	font-family: "Bookman Old Style";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 10px 0;
}
.left_padding {
	padding-left: 320px;
}

/* text decoration */

.white_underline {
	color: #FFF;
	font-weight: bold;
}

.ui-tabs-panel {
	padding: 0px 25px 0px 35px;
}
