/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#e9e9e9 url('../layout/bgr.gif') repeat-x top;
	margin:21px 0;
	padding:0;
	color:black;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	line-height:18px;
	font-size:12px;
	margin:10px 0;

}
h1
{
	font-size:19px;
	font-weight:bold;
	color:#004a80;
	margin:10px 0 20px 0;
	padding:0;
}
h3
{
	margin:0;
	padding:10px 0 10px 20px;
	color:black;
	font-size:14px;
}

.h2_gray
{
	margin:3px 0;
	width:100%;
	height:18px;
	border-bottom:2px solid #919191;
}
.h2_gray h2
{
	margin:0;
	padding:0 2px;
	font-weight:bold;
	color:#6f6f6f;
	font-size:15px;
	position:absolute;
	border-bottom:2px solid #d9d9d9;
	border-right:1px solid #f6f6f6;
	z-index:1;
}
.h2_red
{
	margin:3px 0;
	width:100%;
	height:18px;
	border-bottom:2px solid #000;	
}
.h2_red h2
{
	margin:0;
	padding:0 2px;
	font-weight:bold;
	/*color:#000;*/
	color:#e20026;
	font-size:15px;
	z-index:1;
	position:absolute;
	border-bottom:2px solid #e20025;
	border-right:1px solid #fff;
}
h2 span
{
	color:#b7b7b7;
}
h2 span a:link, h2 span a:visited
{
	color:#b7b7b7 !important;
}
h2 span a:hover
{
	color:#c20000 !important;
}

.txt_black
{
	text-align:justify;
	line-height:16px;
	padding:3px;
}
#baner
{
	margin-bottom:10px;
}
img.border
{
	border:3px solid #e0dedf;
}



ul.balex,ol.balex
{
	margin:0;
	padding:5px 0 25px 0;
	line-height:20px;
}
ul.balex li, ol.balex li
{
	margin:0 0 0 25px;
	padding:0 0 0 20px;
}
ul.balex li
{
	list-style:none;
	background:url('../layout/balex_li.gif') no-repeat left top;
}
ul.clear li
{
	background:none !important;
	padding:0 !important;
}
.spacer
{
	width:594px;
	height:1px;
	overflow:hidden;
	margin:0 auto;
	background:url('../layout/spacer.gif') no-repeat;
}


/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#c20000;
}
a:hover
{
	color:#000;
}
a.black:link, a.black:visited
{
	text-decoration:none;
	color:#000;
}
a.black:hover
{
	color:#c20000;
}
a.gray:link, a.gray:visited
{
	text-decoration:none;
	color:#707070;
}
a.gray:hover
{
	color:#000;
}

a.underline:link, a.underline:visited
{
	text-decoration:none;
	color:#000;
	border-bottom:1px dashed #6e6e6e;
}
a.underline:hover
{
	color:#c20000;
	border-bottom:1px dashed #c20000;
}
a.underline img
{
	vertical-align:middle;
}


h2 a:link, h2 a:visited
{
	text-decoration:none;
	color:#000000;
}
h2 a:hover
{
	color:#c20000;
}
.h2_gray h2 a:link, .h2_gray h2 a:visited
{
	text-decoration:none;
	color:#6f6f6f;
}
.h2_gray h2 a:hover
{
	color:#c20000;
}
h3 a:link, h3 a:visited
{
	text-decoration:none;
	color:#000000;
}
h3 a:hover
{
	color:#c20000;
}
#pixlab
{
	width:986px;
	margin:0 auto;
	font-size:10px;
	text-align:right;	
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#bababa;
}
#pixlab a:hover
{
	color:gray;
}


#top_menu a:link, #top_menu a:visited
{
	display:block;
	text-decoration:none;
	color:#6d6d6d;
	background:#f1f1f1;
	border-bottom:4px solid #fbfbfb;
	padding:18px 10px 2px 10px;
}
#top_menu a:hover
{
	color:#000;
}
a.black:link, a.black:visited
{
	text-decoration:none;
	color:#000;
}
a.black:hover
{
	color:#6e6e6e;
}




/**
 * KONSTRUKCJA
 */
#container
{
	width:986px; 
	background:white; 
	margin:0 auto;
	padding:7px;
}
#header
{
	height:68px;
}
#logo
{
	height:36px;
	width:330px;
	padding:13px 0 0 8px;
}
#top_menu
{
	font-size:11px;
	width:300px;
	height:38px;
	position:absolute;
	margin:-7px 0 0 680px;
}
#menu
{
	height:26px;
}
#search
{
	padding:0 0 0 3px;
	float:left;
	display:inline;
	width:253px;
	height:26px;
	background:#e20026 url('../layout/menu_bgr.gif') no-repeat right;
}
#menu_horiz
{
	float:right;
	display:inline;
	width:730px;
	height:26px;
}
#content
{
	margin-top:7px;
	width:986px;
	background:url('../layout/main_bgr.gif') repeat-y;
}
#content_left
{
	width:740px;
	float:left;
	display:inline; 
}
#content_right
{
	width:221px;
	float:right;
	margin-right:7px;
	display:inline;
}
#mapa
{
	text-align:center;
	padding:10px 0;
}
#language_select
{
	text-align:center;
}
#footer
{
	height:33px;
}
#footer_left
{
	margin-top:7px;
	padding:5px 0 0 10px;
	float:left;
	display:inline;
	width:246px;
	height:21px;
	background:#e20026 url('../layout/menu_bgr.gif') no-repeat right;
}
#footer_right
{
	margin-top:7px;
	padding:5px 10px 0 0;
	text-align:right;
	color:white;
	float:right;
	display:inline;
	background:black;
	font-size:12px;
	font-family:Arial;
	width:720px;
	height:21px;
}
.right_news
{
	height:261px; 
	font-size:11px; 
	color:#8c8c8c; 
	overflow:hidden; 
	text-align:justify;
}
.right_news p
{
	font-size:11px; 
	line-height:normal;
}
.lista_certyfikatow
{
 width:96%; 
 margin:20px auto; 
 text-align:center;
 background:#e9e9e9;
}
.lista_certyfikatow .head td, .lista_certyfikatow td.head 
{
	font-weight:bold;
	background:#d8d8d8;	
}
.lista_certyfikatow td
{
	vertical-align:top;
	background:#f9f9f9;
	padding:4px;
}
.pliki td
{
	vertical-align:middle !important;
}



.table_kolory
{ 
	font-size:9px; 
	color:#9c9c9c;
}
.table_kolory td
{
	width:105px;
	vertical-align:top;
}
.table_kolory div.kolor
{
	height:80px; 
	background-image:url('../layout/kolory_border.gif'); 
	width:80px;
	margin:0 auto;
}
.table_kolory div.podpis
{
	width:80px; 
	margin:0 auto;
}



.nagrody
{ 
	color:#8f8f8f;
	font-size:10px;
}
.nagrody td
{
	vertical-align:top;
	width:246px;
	text-align:center;
	padding:20px 0;
}
.nagrody td.nagrody_border
{
	border-right:1px solid #d2d2d2;
}
.nagrody div
{
	color:black;
	font-weight:bold;
	font-size:12px;
}
.nagrody img
{
	margin:5px;
}



.referencje
{ 
	color:#8f8f8f;
	font-size:10px;
}
.referencje td
{
	vertical-align:top;
	width:246px;
	text-align:center;
	padding:20px 0;
	font-size:12px;
}
.referencje img
{
	border:2px solid #d2d2d2;
	margin-bottom:5px;
	height:156px;
}




/**
 * FORMULARZE
 */
form
{
	margin:0;
	padding:0;
}
input#search_field
{
	font-size:12px;
	height:16px;
	border:1px solid #c60021;
	padding:1px;
	width:150px;
	margin-right:10px;
	margin-top:0px;
}
#language_select select
{
	font-size:11px;
	width:190px;
	border:1px solid #b7b7b7;
	color:#7f7f7f;
}

#zarabiaj_z_nami
{
	background:#f2f2f2;
	margin:0 auto;
	border-right:3px solid #919191;
}
#zarabiaj_z_nami input, #zarabiaj_z_nami select, #zarabiaj_z_nami textarea
{
	font-size:11px;
	width:300px;
	padding:1px;
	border:1px solid #c4c4c4;
}
input.submit_button
{
	background:#000;
	color:white;
	border:1px solid #c4c4c4;
	width:100px !important;
}
input, select, textarea
{
	font-size:11px;
	width:300px;
	padding:1px;
	border:1px solid #c4c4c4;
}





/**
 * MENU KONTEKSTOWE
 */
ul.menu_horiz_list
{
	margin:6px 0 0 0;
	padding:0;
	list-style-type:none; 
	list-style-image:none;
}
ul.menu_horiz_list li
{
	margin:0;
	padding:0;
	display:inline;
}
ul.menu_horiz_list li a:link, ul.menu_horiz_list li a:visited
{
	font-size:12px;
	color:black;
	margin:0;
	text-decoration:none;
	padding: 2px 9px 2px 9px;
	background:#e7e7e7;
	border-bottom:3px solid #919191;
}
ul.menu_horiz_list li a:hover
{
	border-color:#dd2316;
}
ul.menu_horiz_list li a.active
{
	color:#dd2316 !important;
	background:#f7f7f7 !important;
	border-color:#d9d9d9 !important;
}


#modernbricksmenu2
{
	width:740px;
	height:26px;
	background:transparent;
}
#modernbricksmenu2 ul
{
	position:absolute;
	z-index:2;
	margin:0;
	margin-left:20px;
	padding:0;
	list-style:none;
}
#modernbricksmenu2 li
{
	float:left;
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}
#modernbricksmenu2 a
{
	display:block;
	font:normal 12px Arial;
	color:#707070;
	text-decoration:none;
	margin:0 1px 0 0;
	padding:4px 10px;
	background-color:#e2e2e2;
	border-top:2px solid #b3b3b3;
	border-right:2px solid #b3b3b3;
	border-left:2px solid #b3b3b3;
	border-bottom:2px solid #acacac;
}
#modernbricksmenu2 a:hover
{
	background-color:#cecece;
	color:black;
}
#modernbricksmenu2 #current a
{
	background-color:white;
	color:#9e0b0f;
	border-color:#acacac !important;
	border-bottom-color:white !important;
}
#modernbricksmenu2 #line
{
	position:absolute; 
	overflow:hidden; 
	width:740px; 
	height:2px; 
	background:#acacac; 
	margin:25px 0 0 0; 
	z-index:1;
}







/**
 * GÓRNE MENU
 */
.suckertreemenu
{
	z-index:10;
	position:absolute;
	float:right;
	display:inline;
	background:black;
	font-size:12px;
	font-family:Arial;
	width:730px;
	height:26px;
}
.suckertreemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.suckertreemenu li a.active
{
	background:#e20025 !important;
}
.suckertreemenu li a.active:hover
{
	color:black !important;
}
.suckertreemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	background:black;
}
.suckertreemenu ul li a
{
	font-size:12px;
	display: block;
	/*width: 90px; Width of top level menu link items*/
	padding: 5px 22px 6px 22px;
	text-decoration: none;
	background:url('../layout/li.gif') no-repeat right top;
	color:white;
}
.suckertreemenu ul li ul
{
	z-index:10;
	left:0;
	position:absolute;
	top:1em; /* no need to change, as true value set by script */
	display:block;
	visibility:hidden;
}
.suckertreemenu ul li ul li
{
	display:list-item;
	float:none;
}
.suckertreemenu ul li ul li ul
{ 
	left:159px; /* no need to change, as true value set by script */
	top:0;
}
.suckertreemenu ul li ul li a
{
	display:block;
	width:170px; /*width of sub menu levels*/
	color:white;
	text-decoration:none;
	padding:5px 5px;
	border-top:1px solid #fff;
	background:black;
}
.suckertreemenu ul li ul li ul li
{
	
}
.suckertreemenu ul li ul li ul li a
{
	
}
.suckertreemenu ul li a:link, .suckertreemenu ul li a:visited
{
	color:white;
}
.suckertreemenu ul li a:hover
{
	color:#ed1c24;
}
.suckertreemenu .mainfoldericon
{
}
.suckertreemenu .subfoldericon
{
	background:black url('../layout/arrow.gif') no-repeat right top !important;
}
* html p#iepara
{
	padding-top: 1em;
}
/* Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width:1%; }
* html .suckertreemenu ul li ul li { float: left; display:inline; }
/* End */







/**
 * MENU JĘZYKOWE
 */
.langmenu
{
	z-index:2;
	position:absolute;
	background:white;
	font-size:11px;
	font-family:Arial;
	width:180px;
	border:1px solid #b7b7b7;
	margin:0 0 0 18px;
}
.langmenu ul
{
	margin:0;
	padding:0;
	list-style-type: none;
}
.langmenu li a.active
{
	background:#e20025 !important;
}
.langmenu li a.active:hover
{
	color:#c20000 !important;
}
.langmenu ul li
{
	width:180px;
	cursor:pointer;
}
.langmenu ul li img
{
	margin:1px 0 0 160px;
	position:absolute;
}
.langmenu ul li a
{
	font-size:11px;
	display:block;
	width:160px;
	height:14px;
	padding:3px 10px 3px 10px;
	text-decoration:none;
	color:#7f7f7f;
}
.langmenu ul li ul
{
	z-index:10;
	left:0;
	margin-left:-1px;
	position:absolute;
	top:1em; /* no need to change, as true value set by script */
	display:block;
	visibility:hidden;
	border:1px solid #b7b7b7;
}
.langmenu ul li ul li
{
	display:list-item;
	float:none;
	height:auto;
}
.langmenu ul li ul li a
{
	display:block;
	width:160px; /*width of sub menu levels*/
	color:#7f7f7f;
	text-decoration:none;
	padding:3px 10px;
	border-bottom:1px solid #ebebeb;
	background:white;
}
.langmenu ul li a:link, .langmenu ul li a:visited
{
	color:#7f7f7f;
}
.langmenu ul li ul li a:hover
{
	color:#ed1c24;
	background:#f2f2f2;
}
.langmenu ul li a:hover
{
	color:#ed1c24;
}
.langmenu .mainfoldericon
{
}
.langmenu .subfoldericon
{
}
* html p#iepara
{
	padding-top: 1em;
}
/* Hack for IE \*/
* html .langmenu ul li { float: left; height: 1%; }
* html .langmenu ul li a { height: 1%; width:1%; }
* html .langmenu ul li ul li { float: left; display:inline; }
/* End */