body 
{
	background: #d9e2e8;
	margin: 0px;
	padding: 0px;	
	
	background: #d9e2e8 url(graphics/main/garadient.png) repeat-x;
	text-align: center;
/*======>> bylo 11*/
	font-size: 10pt;
	font-family: arial,helvetica,tahoma,verdana,sans-serif;
	color: #261f10;
}

a {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

img {
	border: 0px;
}

div.page_center
{
	width: 879px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;	
}

div.header {
	background: #365a74 url(graphics/main/logo.jpg) no-repeat;
	width:  879px;
	height: 259px;
}

div.menu_body {
	position: relative;
	left: 51px;
	height: 31px;
	width: 775px;
	text-align: center;
}

div.menu_content {
	padding-left: 30px;
	float: left;
	height: 100%;
}

div.menu_lang {
	float: left;
	padding-top: 6px;
	padding-left: 10px;
}

div.menu_lang img {
	border: 1px solid silver;
}

div.main {
	width: 879px;
}

div.footer {
	padding-left: 20px;
	font-size: 8pt;
	clear: left;
}

div.content_pane {
	background: #b4c5d3; 
	/* background: #e0e4e8; */
	width: 839px;	
	float: left;
}

div.content_shadow_l {
	background: url(graphics/main/lewy_cien.png) no-repeat;
	width:  20px;
	height: 153px;
	float: left;	
}

div.content_shadow_r {
	background: url(graphics/main/prawy_cien.png) no-repeat;
	width:  20px;
	height: 153px;
	float: left;	
}

div.content_body {
	width: 759px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

div.content_left_pane  {
	float: left;
	width: 621px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 40px;
	
	border-right: 1px dotted silver;
}

div.content_right_pane {
	width: 175px;
	float: left;
	text-align: left;
	padding-top: 15px;
}


/****** MENU ***********/

.menu_elem {
	display: block;
	float: left;
	margin-top: 6px;
	height: 20px;
	border-right: 1px solid silver;
	padding-left: 6px;
	padding-right: 6px; 
}

/*======>> bylo 16*/
.menu_elem a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: black;
	vertical-align: middle;
}

.menu_elem a:hover {
	text-decoration: underline;
}

/****** SUBMENU ***********/

div.submenu {
	text-align: left;
	width: 160px;
	font-size: 9pt;
}

div.submenu_head {
	background: white url(/graphics/submenu_head.jpg) no-repeat;
	height: 18px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}

div.submenu_body {
	border-left: 1px solid #d4d4d5;
	border-right: 1px solid #d4d4d5;
	border-bottom: 1px solid #d4d4d5;
	background: #e9e9e9;
}

div.submenu  a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

div.submenu div.submenu_position:hover {
	background: white;
}

div.submenu_position {
	text-indent: 8px;
	border-bottom: 1px dotted #d4d4d5;
	padding: 4px;
}

/***** CONTENT */

div.content_body p,
div.content_left_pane p {
    text-align: justify;
}

/**** NAVI LINKS */

.naviLinks  a {
	background: #D9E2E8;
	padding: 2px 5px;
	border: 1px solid #144A6F;
	color: black;
	font-size: 8pt;
}

.naviLinks  a:hover {
	background: white;
}

.naviLinks .current {
	background: #BDCBD6;
}

.naviLinks .navi {
	margin-left: 10px;
}



