/* Haki */
.group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.group {
    display: inline-block;
}
 
html[xmlns] .group{
    display: block;
}
 
* html .group {
    height: 1%;
}
 
 
/* Globalne dla strony */


BODY {
	height:100%;
	background: url('../img/bg_repeat.jpg') #E2E2E4 repeat-x;
	font-size: 15px; 
	line-height:1.3;
	font-family: 'Roboto'; 
	font-weight: 300;
	color: #6c6868;
	padding-bottom:20px;
	margin:0px;
	padding:0px;
	
}

H1, .bg3 { 
	clear:both;
	font-size: 25px; 
	color: #84042b; 
	font-weight: normal; 
	padding-top:7px; 
	padding-bottom:14px; 
	margin:0px; 
	text-align:left;
}
	
H2 { 
	font-size: 25px; 
	color: #84042b; 
	font-weight: normal; 
	margin-bottom:10px;
}

HR { 
	margin:0px; 
	padding:0px; 
	border:0px;
	height:1px; 
	background-color: #cccccc; 
}

INPUT, SELECT {  
	margin-bottom: 2px; 
	margin-top: 2px; 
	border: 1px solid #cccccc; 
	background-color: white; 
	color: #a8a9ac; 
	min-width:100px;
	padding:5px 0px;
	font-size:15px;
	text-align:left;
	border-radius:4px;	
}



INPUT[type="checkbox"] {
   padding:1px;
}    

TEXTAREA { 
	margin-bottom: 3px; 
	margin-top: 3px; 
	border: 1px solid #cccccc; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding:4px;	
	border-radius:4px;
}

INPUT:focus, INPUT:active, TEXTAREA:focus, TEXTAREA:active, SELECT:focus, SELECT:active {
	border:1px solid #666666;
}

p{
	text-align: justify;
}

/*
.submitb	{ 
	cursor:pointer; 
	vertical-align:middle; 
	margin-bottom: 2px;
	margin-top: 2px; 
	border: 0px none;
	font-size: 11px; 
	background-color: #275899; 
	color: #ffffff; 
	padding:4px;	
}*/

.submitbx,.submitb {
	text-align:center;
	background-color: #4a0b10; 
	border: 1px solid #90032b; 
}

.f_ssmall  { width:40px;  }
.f_small   { width:70px;  }
.f_small2  { width:40px;  }
.f_normal  { width:120px; }
.f_long    { width:180px; }
.f_long2   { width:290px; }
.f_blong2  { width:350px; }
.f_blong   { width:380px; }

.button { 
	height:13px; 
	margin: 0px; 
	border: 0px none;
	font-size: 11px; 
	background:none; 
}

A, A:link, A:visited, A:active { 
	color: #7e0429; 
	text-decoration: underline; 
}

A:hover { 
	color: #FF6600; 
	text-decoration: none; 
}

.small, .small A, .small A:link, .small A:visited, .small A:active, .small A:hover, A.small, A.small:link, A.small:visited, A.small:active, A.small:hover  { 
	font-size: 9px;
}

.img { border: 1px solid #000000; margin:3px; }
.date { font-weight: normal; font-size: 9px; }
.error  { color: #FF0000; }
.defaultwidth { width:980px; }

/* tlo tresc */
.bg1 { 
	padding:4px;		
}

/* tlo wyroznione */
.bg2 { 
	padding:4px;
}

.tbl {
	border:1px solid #ffffff;
	border-collapse:collapse;
	width:100%;
	margin-bottom:3px;
}

#artmap UL {
	list-style-image: url('../img/sys/list.gif');
	padding-left:20px;
	margin:0px;
}

#artmap LI {
	padding:1px;
}

/* tabelk danych */
.data_tbl {
	width:100%;
	margin:auto;
	text-align:center;
	border:1px solid #858689;
	border-collapse:collapse;
}

.data_tbl TD {
	border:1px solid #858689;
}

.data_desc {
	width:200px;
	text-align:left;
	font-size:10px;
	background-color:#ffffff;
}

.data_title {
	text-align:left;
	font-weight:bold;
	background-color:#ffffff;
}

.data_value {
	text-align:left;
	background-color:#f8f6eb;
}

.cp {
	margin-bottom:5px; 
	margin-top:5px; 	
	border:1px solid #666666
}

.gal1 {
	padding-top:3px;
	padding-bottom:3px;
}

.gal1 TABLE {
	margin:auto;
	text-align:center;
}

.gal1 TD {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
}

.gal1 IMG {
	border:1px solid #666666;
}

.gal1 DIV {
	font-size:10px;
	padding-bottom:4px;
	text-align:center
}

.cite {
	padding:4px; 
	border:1px solid #cccccc;
	background-color:#eaedf9;
}

.podtytul {
	font-weight:bold;
	padding-bottom:10px;
}

/* art submenu */
TABLE.submenu {
	margin:auto;
	width:90%;	
	text-align:left;	
	margin-top:7px;
	margin-bottom:7px;
}

TABLE.submenu TD {
	padding-right:1px;
	padding-bottom:1px;
}

TABLE.submenu A, TABLE.submenu A:visited, TABLE.submenu A:link, TABLE.submenu A:active {
	display:block;
	font-weight:normal;
	padding:7px;
	text-align:left;
	background-color:#e6e4e6;
	color:#0f297b;
}

TABLE.submenu A:hover {
	background-color:#2e3c68;
	color:#ffffff;
	text-decoration:none;
}

UL.submenu { }

UL.submenu LI {
	padding-bottom:10px;
}

UL.submenu LI DIV A{
	font-weight:bold;
}

TABLE.submenu3 {
	margin:auto;
	width:90%;	
	text-align:center;	
	margin-top:7px;
	margin-bottom:7px;
}

TABLE.submenu3 TD {
	padding:5px;
	text-align:center;
	font-weight:bold;
}

TABLE.submenu4 {
	width:100%;
	text-align:left;	
	margin-top:7px;
	margin-bottom:7px;
}

TABLE.submenu4 TD {
	padding:4px;
}

TABLE.submenu4 TD.td1 {
	width:120px;
}

/* table empty elements  */
.nodata {
	font-weight:bold;
	padding:15px;
	text-align:center;
}

#facebook_pan { background: url("../img/fb.png") repeat scroll 0 0 transparent; display: block; float: right; height: 420px; padding: 0; position: fixed; right: -205px; top: 170px; width: 232px; z-index: 10000; }
#facebook_pan2{ color:#fff; padding:10px 5px 0 35px; }
#facebook_pan A{ color:#ffffff; display:block; padding-top:10px; text-align:center; }
#facebook_pan DIV.fb-like-box{ background-color:#ffffff; }

.comment_row{
	clear:both;
	background-color:#f8f8f8;
	text-align:left;
	margin-bottom:7px;
	border:1px solid #dee1e2;
	padding:2px;
}

.comment_header{
	padding:7px;
	background-color:#ebf5fa;
}

.comment_body{
	padding:7px;
}

.artfiles{
	margin-top:10px;
}

.artfiles TD{
	padding-bottom:5px;
}

.artfiles A{
	font-weight:bold;
}

.artfiles DIV{
	padding-top:1px;
}

.artfiles IMG{
	margin-right:5px;
	margin-left:5px;	
}

/* cms demo */

#top{
	height:149px;
	margin:auto;	
	background: url('../img/top_bg2.jpg') no-repeat center top;	
	text-align:center;
	overflow:hidden;
	min-width: 1000px;
}

#top_inner{
	width:940px;
	height:149px;
	margin:0px auto;
	text-align:left;
}

#top_inner2{
	width:940px;
	height:149px;
	position:relative;
}

/*logo
******************************************************/
#logo{
	width:230px;
	height:148px;
	position:absolute;
	top:0px;
	left:0px;
}
 
/*menu jé¹¹kowe
******************************************************/
#lang_menu_wrap{
	width:100px;
	height:15px;
	position:absolute;
	top:110px;
	right:10px;
}
 
#lang_menu_wrap ul{
	height:15px;
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height: 15px;		
}
 
#lang_menu_wrap ul li{
	float:left;
	margin:0px;
	padding:0px 5px 0px 5px;		
}
 
#lang_menu_wrap ul li.first{
	background: none;
}
 
#lang_menu_wrap ul li.last{
	background: none;
}
 
#lang_menu_wrap ul li a{
   color: #b49699;
   font-size:12px;
   text-decoration: none;
}


#lang_menu_wrap ul li a.lang_current{
	color:white;
}

#lang_menu_wrap ul li a:hover{
	color:white;
}


/*slogan
******************************************************/
 
span#slogan{
	width:500px;	
	height:30px;
	position:absolute;
	top:53px;
	right:0px;
	text-align:right;
	color:#a8a9ac;
	font-size:21px;
	font-weight: normal;
	background: url('../img/slogan.png') no-repeat right 5px;
}
 

/*menu top
************************************************************************/
 
#menu_wrap{
    width:632px;
    height:28px;
    position:absolute;
    z-index: 99999;
    text-align: left;
    left:240px;
    bottom:19px;
}
 
#menu_wrap ul.menu{
    height: 28px;
    float:left;
    list-style-type: none;
    margin:0px;
    padding:0px; 
}
 
#menu_wrap ul.menu li{
    float: left;
    position:relative;
    margin:0px;
    padding: 0px;
}
 
 
#menu_wrap a{
    color: #434343;
}
 
 
 
#menu_wrap ul.menu li a{
    height: 28px;
    float: left;
    padding:0px 12px;
    line-height: 28px;
    font-size: 13px;
    font-weight: normal;
    color:#b78192;
    /*color: #cd9baa;*/
	border-right:1px solid #cd9baa;	
	text-decoration: none;
}
 
 
#menu_wrap ul.menu li a:hover{
  /*  color: #A8A9AC; */
  color:#8a8a8a;
}
 
#menu_wrap ul.menu li a.current0{
    color: white;
    font-weight:bold; 
}
 
#menu_wrap ul.menu li a.first{
 
}
 
#menu_wrap ul.menu li a.last{
    background: transparent;
    border:0px;
}
 
 
 
 
 
/*G3íªší½¹ kontener
*******************************************************/	
#main_wrap {
	width:1000px; 
	margin-left:auto;  
	margin-right:auto; 
	text-align:center; 
	background:url('../img/content_bg2.png') 0px top repeat-y; 
	margin-bottom:30px;
}

#main_wrap_inner{
	width:940px;
	margin-left:auto;  
	margin-right:auto; 
	text-align:left; 
	background: url('../img/blog_bottom_bg3.jpg') no-repeat -1px bottom;
}




/*slider top 
*******************************************************/
#slider_img{
	position:relative;
	top:0px;
}


/*content strona g3owna
******************************************************/

/*main_content_wrap
******************************************************/
#main_content_wrap{
	width:940px; 
	background:transparent;
	margin-top:-4px;
}

#main_content_wrap_inner{
	width:940px;
}
 
 
/*aside_left
******************************************************/
#aside_left{
	width:468px;
	overflow:hidden;
	float:left;
	margin-right:1px;
	margin-left:1px;
}


 
/*aside left inner
***********************************************/ 
.aside_left_inner{
	/*padding-left:30px;*/
	/*padding-top:42px;*/
	/*padding-right:40px;*/
	font-size:15px;
	margin-top:42px;
	margin-left:30px;
	width:413px;
	
	
}


/*menu dla firm i dla klientow indywiduanlnych na strone glowna
*********************************************************/

#menu_corporate_wrap,
#menu_individual_wrap
{
	width:470px;
	/*height:79px;*/
	position:relative;
    z-index: 99999;
    text-align: left;
}

#menu_corporate_wrap{
	background: url('../img/menu_corporate.jpg') no-repeat  left top;
}

#menu_individual_wrap{
    background: url('../img/menu_individual.jpg') no-repeat  left top;
    width:468px;
/*	height:79px;*/
	/*overflow:hidden;*/
}

 
#main_content_wrap .menu_home_head{
	display:block;
	width:470px;
	height:44px;
	text-align:center;
	line-height: 41px;
	color:white;
	font-size:24px;
} 
 
 
#menu_corporate_wrap ul.menu_corporate, 
#menu_individual_wrap ul.menu_individual
{
    height: 38px;
    float:left;
    list-style-type: none;
    margin:0px;
    padding:0px; 
    position:absolute;
    bottom:0px;
    left:0px;
    display:block;
    top:41px;
}
 
#menu_corporate_wrap ul.menu_corporate li,
#menu_individual_wrap ul.menu_individual li
{
    float: left;
    position:relative;
    margin:0px;
    padding: 0px;
    width:117px;
    height:38px;
    
}
  
#menu_corporate_wrap a,
#menu_individual_wrap a
{
    color: #434343;
    text-decoration: none;
}
 
#menu_corporate_wrap ul.menu_corporate li a,
#menu_individual_wrap ul.menu_individual li a
{
    height: 38px;
    width:117px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-align:center;   
}

#menu_corporate_wrap ul.menu_corporate li a{
	 background: url('../img/menu_corporate_button.jpg') no-repeat top left;
}

#menu_individual_wrap ul.menu_individual li a{
	background: url('../img/menu_individual_button.jpg') no-repeat top left;
}
 
#menu_corporate_wrap ul.menu_corporate li a:hover,
#menu_individual_wrap ul.menu_individual li a:hover
{
	background-position:left bottom;
    color: white; 
}

#menu_corporate_wrap ul.menu_corporate li a span,
#menu_individual_wrap ul.menu_individual li a span
{
	display:block;
	padding-top:3px;
}
 
#menu_corporate_wrap ul.menu_corporate li a.current,
#menu_individual_wrap ul.menu_individual li a.current
{
    color: white; 
    background-position:left bottom;
}

/*
#aside_left #menu_corporate_wrap ul.menu_corporate,
.content_home #menu_individual_wrap ul.menu_individual
{
	display:none; 
}
*/


/*content
******************************************************/
#content{
	float:left;
}

.content_home{
	width:469px;
	overflow: hidden;
}
 

/*content strona glowna
*******************************************************/

.content_inner{
	padding:5px 5px 5px 5px;
}

.content_inner_home{
	/*padding:42px 33px 0px 33px;*/
	font-size:15px;
	width:413px;
	margin-top:39px;
	margin-left:20px;
}




hr.separator,
hr.separator_blog
{
	width:880px;
	clear:both;
	margin:0px auto 30px auto; 
	border-bottom:1px dashed silver;
	background:transparent;
	
}

hr.separator_blog, hr{
	width:100%;
	margin:0px 0px 20px 0px;
	border-bottom:1px dashed silver;
	background:transparent;
	clear:both;
}


/*strona glowna content2 - news, blog, prawa kolumna
******************************************************/
#home_content_wrap{
	width:940px;
	margin-left:auto;  
	margin-right:auto; 
	text-align:left; 
	
}

.content2{
	width:682px;
	float:left;
}

#aside_right{
	float:left;
	width:253px;
	position:relative;
}

.aside_right_inner{
	text-align:center;
	width:230px;
	/*margin:0px auto;*/
	margin-bottom:7px;
}

.aside_right_inner .banners{
	width:230px;
	margin:0px auto;
	/*margin-bottom:7px;*/
}

/*strona glowna newsy
******************************************************/
.news_wrap{
	position:relative;
	min-height: 300px;
	width:687px;
}

.news_tyt a{
	font-size:23px;
	color:#7e0429;
	margin-bottom:20px;
	text-decoration: none;
}

.posted{
	margin-top:20px;
	margin-bottom:20px;
}

.news_content{
	padding:0px 28px;
	font-size:15px;
	color:#6c6868;
	position:relative;
}

#news_top{
	width:940px;
	height:195px;
	background:url('../img/news_new.jpg') no-repeat;
	position:relative;
	left:0px;
	bottom:0px;
	z-index: 0;
	margin-bottom:20px;
	margin-top:-30px;
}

#news_bottom{

	position:relative;
	left:0px;
	bottom:0px;
	z-index: 0;

}

img.znaczek{
	margin-left:-11px;
	/*margin-top:-11px;*/
	margin-bottom:17px;
	margin-top:8px;
}

/*data na strone glowna*/
#home_content_wrap .posted{
	position:absolute;
	right:31px;
	top:-65px;
}

.blog_wrap{
	position:relative;
}

.news_m,
.news_sep,
.news_d
{
	font-size:18px;
}

.news_m{
	text-transform:uppercase;
}

.news_sep{
	padding:0px 6px;
}

.news_d{
	color:#721120;
}

.news_th{
	color:#721120;
	font-size:14px;
	vertical-align: super;
	position:relative;
	top:4px;
}



/*content podstrona
*******************************************************/

.content_podstrona{
	width:940px;
	position:relative;
}

.content_inner_podstrona{
	padding:43px 110px;
}

.content_podstrona #menu_corporate_wrap,
.content_podstrona #menu_individual_wrap
{
	width:940px;
}

.content_podstrona #menu_corporate_wrap .menu_home_head,
.content_podstrona #menu_individual_wrap .menu_home_head
{
	text-align:center;
	width:940px;
}

.content_podstrona #menu_individual_wrap ul.menu_individual{
	position:static;
	float:right;
	margin-top:-2px;
	/*margin-right:-1px;	*/
}

#individual_link_podstrona{
	position:absolute;
	background: url('../img/menu_individual.jpg') repeat-x;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;	
	height:37px;
	padding:0px 21px;
	top:42px;
	right:110px;	
	z-index:999999;
	color:white;
	text-decoration: none;
	line-height: 37px;
	font-size:20px;
}

#corporate_link_podstrona{
	position:absolute;
	background: url('../img/menu_corporate.jpg') repeat-x;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;	
	height:37px;
	padding:0px 21px;
	top:42px;
	left:110px;	
	z-index:999999;
	color:white;
	text-decoration: none;
	line-height: 37px;
	font-size:20px;
}

.content_inner_podstrona h1{
	text-align:center;
}

#art_header{
	background: url('../img/menu_individual2.jpg') repeat-x;
	/*height:45px;*/
	line-height: 45px;
	
}

#art_header h1{
	color:white;
	font-size:20px;
	height:45px;
	line-height:45px;
	padding:0px;
	margin:0px;
	text-align:center;
	padding:0px;
	margin:0px;
}


/*blog lista
********************************************************/
h2.h2_blog{
	font-size:20px;
}

h2.h2_blog a{
	text-decoration: none;
}

.blog_wiecej{
	margin:15px 0px;
}

.blog_content{
	display: none;
}

.zwin_blog_a{
	display: none;
}




.pager TD A, .pager TD A:link, .pager TD A:visited, .pager TD A:active{
	color:#85042B;
}

.pager TD A:hover{
	background: #85042B;
	color:white;
}

.pager TD A.pager_wyb{
	background: #85042B;
	color:white;
}

/*tagi
************************************************/

#tags{
	background: url('../img/tagi.jpg') no-repeat;
	width:227px;
	height:181px;
	overflow:hidden;
}

#tags_inner{
	padding:10px;
}

#tags_inner a{
	color:white;
	text-decoration:none;
}

#tags_inner a:hover{
	color:#A8A9AC;
}





/*footer2
******************************************************/
 
#footer{
    height:435px; 
	background: url('../img/fotter2.jpg') no-repeat bottom center;
	margin:0px auto;
	text-align:center;
	min-width: 1000px;
}
 
.footer_inner1{
	 width:940px;
	 height:379px;
	 margin:0px auto;
	 text-align:left;
	 overflow-y:hidden;
	 padding:0px;
	 position:relative;	
}

#footer_inner1_wrap{
	width:940px;
	height:333px;
	
}

#footer_left{
	width:623px;
	height:333px;
	float:left;
	position:relative;
}

span#give_facebook{
	position:absolute;
	top:31px;
	left:31px;
	font-size:17px;
	color:#a8a9ac;
	
}

#facebook_comment{
	width:507px;
	height:132px;
	position:absolute;
	left:31px;
	top:70px;
	padding:5px;
	/*background: url('../img/facebook_comment.jpg') no-repeat; */
	background: white;
	overflow: hidden;
}

span#join_us{
	position:absolute;
	top:294px;
	left:31px;
	font-size:17px;
	color:#a8a9ac;
}

#addThis{
	background: url("../img/social2.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    left: 39px;
    position: absolute;
    top: 233px;
    width: 300px;
}

#facebook_link{
	position:absolute;
	width:28px;
	height:29px;
	left:0px;
	top:0px;
	
}

#twitter_link{
	position:absolute;
	width:28px;
	height:29px;
	left:36px;
	top:0px;
}

#linkedin_link{
	position:absolute;
	width:28px;
	height:29px;
	left:73px;
	top:0px;
}


#footer_right{
	width:317px;
	height:333px;
	float:left;
	overflow:hidden;
	position:relative;
}


#contact_info{
	position:absolute;
	top:31px;
	left:0px;
	font-size:17px;
	color:#a8a9ac;
}

#contact_panel{
	position:absolute;
	top:71px;
	left:0px;
}

 
.footer_inner2{
	 width:940px;
	 height:56px;
	 margin:0px auto;
	 text-align:left;
	 position:relative;
	/* top:-6px;*/
	 line-height: 56px;
}

.footer_inner2 a{
	color:#744347;
}

.footer_inner2 a:hover{
	color:white;
}
 
.footer_inner2 p{
  	text-align:center;
  	color:#744347;
  	font-size:14px;
}

.f_contact{
	width:288px;
}

.form_name{
	height:34px;
	background: url('../img/form_name.jpg') #FFFFFF no-repeat; 
	text-indent:30px;
	color: #6c6868;
	font-size:12px;
	padding:0px 2px;
}

.form_email{
	height:34px;
	background: url('../img/form_email.jpg') #FFFFFF no-repeat; 
	text-indent:30px;
	color: #6c6868;
	font-size:12px;
	padding:0px 2px;
}

.form_tresc{
	height:130px;
	background: url('../img/form_message.jpg') #FFFFFF left -1px no-repeat; 
	text-indent:30px;
	color: #6c6868;
	font-size:12px;
	padding:2px;
}

/*dolne menu 
*********************************************/
#d_menu{
	height:30px;
	color:#bd9da3;
	/*position:absolute;
	left:71px;
	bottom:15px;*/
	width:100%;
	text-align:center;
	padding-top:10px;
}

#d_menu a{
	color:#bd9da3;
	text-decoration: none;
	font-size:14px;
	padding:0px 5px;
}

#d_menu a:hover{
	color:white;
}


/*kodeks etyczny*/

.kodeks_head{
	display:block;
	cursor:pointer;
	padding:10px 0px;
	color: #84042b;
	text-decoration: underline; 
}

.hide_kodeks{
	display:none;
	
}

