body
{
	background-image: url(../img/bg.png);
	text-align: center;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #D1DC8A;
	padding: 0;
	margin: 0;
	color: #4E6821;
}

div.clear
{
	clear: both;
}

#page_container
{
	width: 965px;
	margin: 0px auto;
	text-align: left;
	position: relative;

}

/* pierwsza część nagłówka*/

#header_1_1
{
	width: 365px;
	height: 119px;
	background-image: url(../img/header_1_1.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

#header_1_2
{
	width: 513px;
	height: 119px;
	background-image: url(../img/header_1_2.png);
	float: left;
}

#header_1_3
{
	width: 85px;
	height: 119px;
	background-image: url(../img/header_1_3.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}

/* druga część nagłówka*/

#header_2_1
{
	width: 66px;
	height: 158px;
	clear: both;
	background-image: url(../img/header_2_1.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

#header_2_2
{
	width: 592px;
	height: 158px;
	background-image: url(../img/header_2_2.png);
	float: left;
	position: relative;
}

#header_2_3
{
	width: 19px;
	height: 158px;
	background-image: url(../img/header_2_3.png);
	float: left;
}

#header_2_4
{
	width: 228px;
	height: 18px;
	background-image: url(../img/header_2_4.png);
	float: left;
	text-align: right;
	padding-top: 140px;
}

#header_2_5
{
	width: 60px;
	height: 158px;
	background-image: url(../img/header_2_5.png);
	background-repeat: no-repeat;
	float: left;
}

/* część na teksty */

#content_frame
{
	clear: both;
	width: 693px;
	float: left;
}

#content
{
	text-align: justify;
	background-image: url(../img/content_bg.png);
	padding: 1px 50px 30px 80px;
}

#content_footer
{
	height: 25px;
	background-image: url(../img/content_footer_bg.png);
}

#projects_frame
{
	width: 287px;
	position: absolute;
	left: 675px;
	top: 277px;
	clear: both;	
}

#projects_header
{
	height: 10px;
	background-image: url(../img/projects_header_bg.png);
	background-repeat: repeat-y;
}

#projects
{
	background-image: url(../img/projects_bg.png);
	background-repeat: repeat-y;
	text-align: justify;
	padding: 10px 60px 0 10px;
}

#projects_footer
{
	height: 90px;
	background-image: url(../img/projects_footer_bg.png);
	background-repeat: no-repeat;
}

#projects_buttons 
{
	margin-top: 15px;
}

#projects_title
{
	background-image: url(../img/projects_title_bg.png);
	background-repeat: no-repeat;	
	background-position: center center;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#ecik
{
	width: 52px;
	height: 71px;
	background-image: url(../img/ecik.png);
	position: absolute;
	top: 25px;
	left: 15px;
}

#eta-m
{
	width: 113px;
	height: 36px;
	background-image: url(../img/eta-m.png);
	position: absolute;
	top: 42px;
	left: 90px;
}

#menu_container
{
	width: 780px;
	height: 20px;
	position: absolute;
	left: 90px;
	top: 92px;
	text-align: right;
}

#menu
{
	padding: 0;
	margin: 0;
}

#menu li
{
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}

#menu a
{
	color: #4E6821;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover
{
	color: #749930;
}

img
{
	border: 0;
}

a
{
	color: #4E6821;
	font-weight: bold;
}

a:hover
{
	color: #749930;
}

a:visited
{
	color: #3A4C18;
}


div.footer_info
{
	font-size: 10px;
	position: relative;
	top: -4px;
	text-align: center;
	margin: -7px 0 20px 0;
	color: #3A4C18;
}

div.footer_info a
{
	font-weight: normal;
	color: #3A4C18;
}

p
{
	text-align: justify;
	text-indent: 20px;
	margin: 0;
	line-height: 130%;
}

ul.menu
{
	color: #1B436B;
	font-weight: bold;	
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
}

h4
{
	color: #4E6821;
	font-size: 14px;
	padding: 5px 0 5px 30px;
	background-image: url(../img/h4_bg.png);
	background-repeat: repeat-y;
}

div.author
{
	margin: 30px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	clear: both;
}

span.author_h4
{
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	float: right;
	padding-right: 5px;
}

div.img_right, div.img_left
{
	float: right;
	margin: 0 0 10px 10px;
	background-image: url(../img/div_bg.png);
	padding: 10px;
	color: #3A4C18;
	font-weight: bold;
	text-align: center;
	font-size: 9px;
}

div.img_left
{
	float: left;
	margin: 0 10px 10px 0;
}

img.img_frame
{
	border: 1px solid #3A4C18;
	margin-bottom: 5px;
}

table.tab_standard
{
	background-color: #F3F4EB;
	border: 2px solid #E9EAE1;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

table.tab_standard  th
{
	text-align: center;
	background-color: #9CA859;
	color: white;
	width: auto;
}

table.tab_standard  tr.odd
{
	background-color: #E3EAD3;
}

table.tab_standard  tr:hover
{
	text-align: left;
	background-color: #DCE0C0;
	color: #3A4C18;
	width: auto;
}


table.tab_standard  caption
{
	padding-bottom: 4px;
	margin-top: -10px;
}

img.table_ico
{
	position: relative;
	top: 3px;
	margin-right: 5px;
}


pre, blockquote
{
	background-color: #F3F4EB;
	border: 2px solid #E0E2CC;
	padding: 10px;
	background-image: url(../img/pre_icon.png);
	background-repeat: no-repeat;
	clear: both;
}

blockquote
{
	background-image: url(../img/quote_icon.png);
	margin: 20px 30px;
}

blockquote div.author
{
	font-weight: bold;
}

pre
{
	overflow: auto;
}

q
{
	font-style: italic;
}

div.right
{
	text-align: right;
}

div.center
{
	text-align: center;
}

table.admin_login_table
{
	width: 100%;
}

table.admin_login_table td.left
{
	width: 50%;
	text-align: right;
}

table.admin_login_table td.right
{
	width: 50%;
	text-align: left;
}

input.admin_line
{
	width: 100%;
	border: 1px solid #5B681B;
}

textarea.admin_text
{
	width: 100%;
	border: 1px solid #5B681B;
	height: 300px;
}

img.admin
{
	position: relative;
	top: 5px;
}

img.icon
{
	vertical-align: middle;
	margin-left: 3px;
}

img.icon_right
{
	float: right;
	margin-right: 5px;
}

table.image_info
{
	border-top: 1px solid #5B681B;
	border-bottom: 1px solid #5B681B;
	margin: 5px;
}

td.image_info_id
{
	width: 25px;
	text-align: center;
}

td.image_info_miniature
{
	width: 120px;
	text-align: center;
}

td.image_info_body
{
	width: 200px;
	vertical-align: top;
}

td.image_info_code
{
	font-family: Courier New;
}

div.clear
{
	clear: both;
}

h5
{
	font-size: 12px;
}

span.admin_icon_space
{
	float: right; 
	width: 20px;
}
