/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#f5f8f8 url('../layout/bgr.gif') repeat-x top;
	margin:0;
	padding:0;
	color:#000;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:0px;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
p.no_indent
{
	text-indent:0;
	margin:0 0 5px 0;
}
h1
{
	margin:0 0 20px 0;
	font-size:18px;
	padding:0 0 3px 23px;
	background:url('../layout/h1_white.gif') no-repeat left top;
	background-position:0 2px;
	color:#000;
}
h1.green
{
	background-image:url('../layout/h1_green.gif');
	color:#fff;
	margin:0 0 10px 0;
}
h1.gray
{
	background-image:url('../layout/h1_gray.gif');
	color:#fff;
	margin:0 0 10px 0;
}
h1.brown
{
	background-image:url('../layout/h1_brown.gif');
	color:#fff;
	margin:0 0 10px 0;
}
h2
{
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	padding:0;
}
h3
{
	font-size:14px;
	font-weight:bold;
	padding:20px 0 2px 0;
	margin:0;
	color:#4d4d4d;
	border-bottom:1px dotted #939598;
}
h4
{
	font-size:14px;
	font-weight:bold;
	padding:20px 0 2px 0;
	margin:0;
	color:#ae0752;
}
ul,ol
{
	line-height:20px;
}
ul.lista ,ol.lista
{
	margin:0;
	padding:0;
	text-align:justify;
}
ul.lista li, ol.lista li
{
	margin:0;
	padding:0 0 5px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat left top;
}
.clear
{
	height:1px;
	clear:both;
	overflow:hidden;
}
.inf_prakt
{
	text-align:justify;
	line-height:20px;
	background:#f6f6f6;
	border:1px solid #d3dbde;
	padding:5px 15px;
}
.inf_prakt h2
{
	font-size:14px;
}
table.pics
{
	text-align:center;
	width:100%;
}
table.pics td
{
	vertical-align:top;
	padding:12px;
	text-align:center;
}
table.pics img
{
	border:1px solid #ef118e;
}
table.pics div
{
	margin:5px 0 0 0;
	color:#939598;
	font-size:11px;
}
span.i
{
	font-style:italic;
	color:#ef118e;
}
img.border
{
	border:1px solid #ef118e;
}






.pages
{
	height:15px;
}
.pages div
{
	float:left;
	display:inline;
	color:#024fa1;
	font-size:11px;
	margin:0 4px 0 0;
}
.pages div a:link, .pages div a:visited
{
	display:block;
	padding:0 3px;
	background:#e3e3e3;
}
.pages div a:hover
{
	background:#d0d0d0;
}
.pages div a.activepage
{
	background:#ef118e !important;
	color:#fff !important;
}





/**
 * NOWE PAGE NA UL
 */
div.page
{
	height:10px;
}
div.page ul
{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	float:right;
	display:inline;
}
div.page ul li
{
	float:left;
	display:inline;
	margin:0 0 0 2px;
	padding:0;
}
div.page ul li a:link, div.page ul li a:visited
{
	display:block;
	background:#fff;
	padding:0px 3px;
	color:#939faa;
	border:1px solid #dbe1ea;
}
div.page ul li a:hover
{
	background:#d9d9d9;
}
div.page ul li.active a
{
	background:#f26522 !important;
	color:#fff !important;	
}






/**
 * FORMULARZE
 */
form
{
	margin:0;
	padding:0;
}
input, select, textarea
{
	padding:1px;
	border:1px solid #a2bddc;
	font-size:12px;
	font-family:Arial;
}
.error
{
	color:red; 
	font-size:10px; 
	font-family:Arial;
}






/**
 * GALERIA
 */
table#gallery_table
{
	border-spacing:9px;
	padding:0;
	margin:0;
}
table#gallery_table td
{
	vertical-align:top;
	padding:4px;
	border:1px solid #cacaca;
	font-size:11px;
	width:152px;
	background:#efefef;
}
table#gallery_table td div.image
{
	width:150px;
	height:113px;	
	text-align:center;
	margin-bottom:3px;
	border:1px solid #cacaca;
	background:#fff;
}
table#gallery_table td img
{
	text-align:center;
}
a.return_button
{
	border:1px solid #cacaca;
	background:#efefef url('../layout/return_bgr.gif') no-repeat center left;
	padding:1px 10px 0 23px;
	color:#6c6c6c;
	font-size:9px;
}
a.return_button:hover
{
	background-image:url('../layout/return_bgr_hover.gif');
}





/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#790000;	
}
a:hover
{
	color:#000;
}
a.underline:link, a.underline:visited
{
	text-decoration:none;
	color:#790000;
	border-bottom:1px dotted #790000;
}
a.underline:hover
{
	color:#000;
}
a.transparent:link, a.transparent:visited
{
	opacity: 1.00;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=100); /* MSIE */
	-moz-opacity: 1.00;        /* Gecko */
}
a.transparent:hover
{
	opacity: 0.70;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=70); /* MSIE */
	-moz-opacity: 0.70;        /* Gecko */
}
#pixlab a:link, #pixlab a:visited
{
	font-size:10px;
	text-decoration:none;
	color:#b9b9b9;
}
#pixlab a:hover
{
	color:#000;
}
.news_footer a:link, .news_footer a:visited
{
	float:right;
	display:inline;
	text-decoration:none;
	color:#ed1c24;
	padding-left:30px;
	font-size:11px;
}
.news_footer a:hover
{
	color:#000;
}
a#print_button:link, a#print_button:visited
{
	text-decoration:none;
	color:#000;
	display:block;
	width:190px;
	height:26px;
	padding:7px 0 0 39px;
	background:url('../layout/print_bgr.gif') no-repeat 0 0;
	margin:3px 0;
	
}
a#print_button:hover
{
	color:#777;
}







/**
 * KONSTRUKCJA
 */
#container
{
	background:url('../layout/bgr_top_right.gif') no-repeat top right;
}
#container_
{
	background:url('../layout/bgr_bottom_left.gif') no-repeat bottom left;
	border-bottom:1px solid #e8eaea;
}
#content
{
	width:982px;
	margin:0 auto;
}
#header
{
	height:132px;
}
#logo
{
	width:196px;
	height:111px;
	margin:15px 0 0 13px;
	position:absolute;
}
#menu
{
	height:36px;
	background:url('../layout/ul_bgr_right.gif') no-repeat top right;	
}
#main
{
	background:#fff;
	padding:5px;
}
#footer
{
	margin:0 1px;
	border-top:1px solid #fff;
	padding:7px 0;
	text-align:right;
}
#pixlab
{
	float:left;
}
#search
{
	width:272px;
	height:26px;
	position:absolute;
	background:url('../layout/bgr_search.jpg') no-repeat;
	margin:95px 0 0 250px;
}
#search_field
{
	width:230px;
	background:transparent;
	margin:2px 0 0 10px;
	padding:3px 0 3px 0;
	border:0;
	color:#a6a6a6;
}
#languages
{
	position:absolute;
	margin:98px 0 0 570px;
	font-size:11px;
	color:#939598;
}
#languages img.opacity
{
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}
#main_left
{
	float:left;
	display:inline;
	width:489px;
}
#main_pic
{
	width:489px;
	height:344px;
	padding:0;
}
#main_pic_text
{
	border-top:5px solid #ff0052;
	background:#ef118e;
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	margin:0 10px 0 10px;
	color:#fff;
	padding:3px;
}
#ankieta
{
	float:left;
	display:inline;
	width:240px;
	padding:5px 0 0 0;
}
#newsletter
{
	float:right;
	display:inline;
	width:240px;
	padding:5px 0 0 0;
}
#newsletter_field
{
	padding:0;
	width:164px;
	height:26px;
	background:url('../layout/newsletter_field.gif') no-repeat top left;
	padding:0 0 0 10px;
}
#main_right
{
	float:right;
	display:inline;
	width:478px;
}
#left_column
{
	width:230px;
	float:left;
	display:inline;
}
#right_column
{
	width:737px;
	float:right;
	display:inline;
}






.spacer
{
	height:1px;
	clear:both;
	overflow:hidden;
	background:url('../layout/spacer.gif') repeat-x top;
	margin:10px 0;
}
.news_title
{
	font-weight:bold;
	background:url('../layout/news_icon.gif') no-repeat left center;
	padding:4px 0 4px 30px;
}
.news_pic
{
	float:left;
	display:inline;
	margin:5px 6px 0 0;
}
.news_pic img
{
	border:1px solid #c4c4c4;
	margin:0 0 10px 0;
}
.news_text
{
	color:#7f7f7f;
	line-height:20px;
	text-align:justify;
}
.news_more
{
	text-align:right;
	font-size:11px;
	margin-top:5px;
}
.news_more span
{
	color:#c4c4c4;
}





.frame_top
{
	height:2px;
	overflow:hidden;
	background:url('../layout/border_top.gif') no-repeat top left;
}
.frame_top div
{
	height:2px;
	overflow:hidden;
	width:3px;
	background:url('../layout/border_top_right.gif') no-repeat top right;
	float:right;
	display:inline;
}
.frame_bottom
{
	height:2px;
	overflow:hidden;
	background:url('../layout/border_bottom.gif') no-repeat top left;
}
.frame_bottom div
{
	height:2px;
	overflow:hidden;
	width:3px;
	background:url('../layout/border_bottom_right.gif') no-repeat top right;
	float:right;
	display:inline;
}
.frame_middle
{
	border-left:1px solid #d3dbde;
	border-right:1px solid #d3dbde;
}
.frame_middle div.inside
{
	padding:7px 8px;
}




.frame_top_green
{
	background:url('../layout/border_top_green.gif') no-repeat top left;
}
.frame_top_green div
{
	background:url('../layout/border_top_right_green.gif') no-repeat top right;
}
.frame_bottom_green
{	
	background:url('../layout/border_bottom_green.gif') no-repeat top left !important;
}
.frame_bottom_green div
{
	background:url('../layout/border_bottom_right_green.gif') no-repeat top right !important;
}
.frame_middle_green
{
	border-left:1px solid #baccb6;
	border-right:1px solid #baccb6;
	background:#99ca3c;
}





.frame_top_gray
{
	background:url('../layout/border_top_gray.gif') no-repeat top left;
}
.frame_top_gray div
{
	background:url('../layout/border_top_right_gray.gif') no-repeat top right;
}
.frame_bottom_gray
{
	background:url('../layout/border_bottom_gray.gif') no-repeat top left;
}
.frame_bottom_gray div
{
	background:url('../layout/border_bottom_right_gray.gif') no-repeat top right;
}
.frame_middle_gray
{
	border-left:1px solid #b8c1c5;
	border-right:1px solid #b8c1c5;
	background:#939598;
}





.frame_top_brown
{
	background:url('../layout/border_top_brown.gif') no-repeat top left;
}
.frame_top_brown div
{
	background:url('../layout/border_top_right_brown.gif') no-repeat top right;
}
.frame_bottom_brown
{
	background:url('../layout/border_bottom_brown.gif') no-repeat top left;
}
.frame_bottom_brown div
{
	background:url('../layout/border_bottom_right_brown.gif') no-repeat top right;
}
.frame_middle_brown
{
	border-left:1px solid #c2c0c0;
	border-right:1px solid #c2c0c0;
	background:#858181;
}







#menutop
{
	border-spacing:0;
	position:absolute;
	margin:30px 0 0 300px;
	padding:0;
	border-collapse:collapse;
}
#menutop td
{
	padding:0;
	vertical-align:top;
}
#menutop img
{
	padding-left:10px;
}
#menutop a:link, #menutop a:visited
{
	display:block;
	padding:5px 8px 4px 4px;
	margin:6px 0 0 0;
	color:#fff;
}
#menutop a:hover
{
	color:#000;
}




.menuleft
{
	margin:0;
	padding:0;
	line-height:20px;
	color:#fff;
	list-style:none;
}
.menuleft .menugroup
{
	background:none;
	color:#777777;
}
.menuleft li
{
	padding:0 0 0 20px;
	background:url('../layout/menuleft_arrow.gif') no-repeat top left;
	background-position:5px 7px;
}
.menuleft li.undermenu
{
	padding-left:40px;
	background:url('../layout/menuleft_arrow_small.gif') no-repeat top left;
	background-position:30px 10px;
}
.menuleft li.undermenu2
{
	padding-left:60px;
	background:url('../layout/menuleft_arrow_small.gif') no-repeat top left;
	background-position:50px 10px;
}
.menuleft li.undermenu3
{
	padding-left:80px;
	background:url('../layout/menuleft_arrow_small.gif') no-repeat top left;
	background-position:70px 10px;
}
.menuleft a:link, .menuleft a:visited
{
	text-decoration:none;
	color:#fff;	
	display:block;
}
.menuleft a:hover
{
	color:#5b7d1e;
}
.menuleft li.active a
{
	color:#ef118e !important;
}




/**
 * MENU
 */
ul.menulist
{
	height:36px;
	list-style:none;
	margin:0;
	padding:0;
	background:url('../layout/ul_bgr.gif') repeat-x top;	
	line-height:normal !important;
}
ul.menulist li
{
	float:left;
	display:inline;
	margin:0;
	padding:0 2px 0 0;
	background:url('../layout/li_bgr.gif') no-repeat top right;
}
ul.menulist li a#left_side
{
	background:url('../layout/ul_bgr_left.gif') no-repeat top left;
	padding-left:10px;
}
ul.menulist li#right_side
{
	background:none;
	padding:0;
}
ul.menulist li#right_side a
{
	background:url('../layout/ul_bgr_right.gif') no-repeat top right;
	padding-right:7px;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	display:block;
	padding:10px 8px 11px 8px;
	color:#fff;
}
ul.menulist li a:hover
{
	color:#ef118e;
}
ul.menulist li.active a
{
	background:url('../layout/li_bgr_active.gif') repeat-x top !important;
	color:#000;
}
ul.menulist li.active_left a
{
	background:url('../layout/li_bgr_left_active.gif') no-repeat top left !important;
	color:#000;
}
ul.menulist li.active_right a
{
	background:url('../layout/li_bgr_right_active.gif') no-repeat top right !important;
	color:#000;
}





.zakladka_left
{
	height:28px;
	width:2px;
	background:#fff url('../layout/zakladka_left.gif') no-repeat;
	float:left;
}
.zakladka_right
{
	height:28px;
	width:2px;
	background:#fff url('../layout/zakladka_right.gif') no-repeat;
	float:left;
	display:inline;
	margin:0 2px 0 0;
}
.deactive
{
	background-color:#f7f7f7 !important;
	padding:0 !important;
	height:27px !important;	
}
.deactive1
{
	background-color:#f7f7f7 !important;
	padding:0 !important;
	height:26px !important;	
	border-bottom:1px solid #cdd6d9;
}
.zakladka
{
	height:26px;
	background:#fff;
	font-size:14px;
	border-top:1px solid #cdd6d9;
	float:left;
	font-weight:bold;
	padding:5px 10px 0 10px;
}
.zakladka a
{
	display:block;
	padding:5px 10px 0 10px;
}