body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
		border: none;
}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: none;}
img {display: block;}
ol,ul,li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}

body {
	background: #ededed url(../img/body.jpg) repeat-x left top;
  font: 12px arial, "sans serif";
	color: #3e5764;
}

input,select,textarea {
	
               margin:2px;
			background: #FFFFFF;
			width:350px;
			border: 1px solid #c6d5e0;
			padding: 2px;
			color: #212930;
	}
	
a, a:visited {text-decoration: none; color: #3386c6; outline: none; font-weight: bold;}

a:hover {text-decoration: underline; }

.clearfix {clear: both;}

.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.center {
	display: block;
	margin: 0px auto 10px ;
}

.no_bg {
	background: none !important;
}

h2 {
	margin-bottom: 15px;
	font: 1.5em trebuchet ms;
	color: #34434b;
}

#container {
	width: 984px;
	margin: 0px auto;
}

#top {
	background: url('../img/top.jpg') no-repeat;
	width: 984px;
	padding-top: 25px;
	overflow: hidden;
}
	#top h1 {
		float: left;
		padding: 0px 0px 10px 15px;
	}
	#top #menu {
		clear: both;
		width: 980px;
		min-height: 38px;
		margin: 0px 3px 0px 1px;
		overflow:hidden;
		background:#ECECEC url(../img/menu.jpg) no-repeat top;
		font: bold 1.2em trebuchet ms;
	}
		#menu li {
			float: left;
			background: url(../img/menu_li.jpg) no-repeat top right;
		}
		#menu a {
			line-height: 38px;
			padding: 0px 24px 0px 26px;
			margin-right: 2px;
			color: #34434b;
			display: block;
		}
		#menu .last {
			background: none;
		}
			#menu .last a {
				padding: 0px 32px;
				margin-right: 0px
			}
		#menu a:hover {
			background:#D3D7DA url(../img/menu_over.jpg) top repeat-x;
			text-decoration: none;
			color: #4692bb;
		}
	#top #in_top {
		clear: both;
		background: url(../img/in_top.jpg) repeat-y;
		border-top: 5px solid #202d37;
		overflow: hidden;
		width: 981px;
		position: relative;
	}
		#in_top #top_news {
			float: left;
			width:	600px;
			padding: 20px 1px 0px 5px;
		}
			#top_news #news {
				float: left;
				width: 417px;
			}
				#news1 {
					background: url(../img/top_news.jpg) repeat-x left bottom;
					padding: 0px 30px 15px 25px;
					position: relative;
				}
					#news1 .news_active_arrow {
						position: absolute;
						top: 0px;
						right: 0px;
					}
				#partnerzy {
					padding: 15px 30px 0px 25px;
				}
				#partnerzy ul li {
					float: left;
				}
				#news h3 {
					color: #2f637f;
				}
				#news h4 {
					color: #3386c7;
					text-decoration: underline;
					font-size: 1.1em;
					margin-bottom: 0px;
				}
				#see_link {
					clear: both;
					width: 392px;
					line-height: 24px;
					padding: 0px 0px 0px 25px;
					background: url(../img/see_link_bg.jpg) repeat-x;
					position: absolute;
					left: 5px;
					bottom: 0px;
				}
					#see_link a {
						color: #fff;
						float: left;
						padding-left: 20px;
						background: url(../img/see_link_arrow.jpg) no-repeat left top;
					}
					#see_link img {
						padding: 5px 0px 0px 10px;
					}
			#top_news #news_short {
				float: right;
				width: 140px;
				padding: 0px 20px 24px 23px;
			}
				#news_short h3 {
					font-weight: lighter;
					font-size: 0.9em;
					color: #99b0c2;
				}
				#news_short h4 {
					font-size: 0.9em;
					margin-bottom: 25px;
				}
				#news_short #prev {
					background: url(../img/prev.jpg) no-repeat;
					cursor:pointer;
                              width: 56px;
					padding-left: 40px;
					line-height: 24px;
					float: left;
					position: absolute;
					bottom: 0px;
					left: 422px;
					color: #34434a;
					font-size: 0.7em;
				}
				#news_short #next {
					background: url(../img/next.jpg) no-repeat;
					cursor:pointer;
                              width: 72px;
					padding-left: 15px;
					line-height: 24px;
					float: left;
					position: absolute;
					bottom: 0px;
					left: 518px;
					color: #34434a;
					font-size: 0.7em;
				}
		#in_top #top_search {
			float: right;
			width: 334px;
			padding: 10px 23px 15px 18px;
		}
			#top_search h2 {
				float: left;
				margin-bottom: 0px;
			}
			#top_search #search_button {
				float: right;
				padding: 24px 29px 0px 0px;
			}
			#top_search p {
				clear: both;
				font: 1.1em trebuchet ms;
				color: #768a93;
				margin-bottom: 15px;
			}
			#top_search #polecane_szkolenia {
				background: url(../img/polecane_szkolenia.jpg) repeat-y;
			}
			#top_search #polecane_szkolenia_bottom {
				background: url(../img/polecane_szkolenia_bottom.jpg) no-repeat left bottom;
				padding-bottom: 7px;
			}
			#top_search #polecane_szkolenia_top {
				clear: both;
				width: 314px;
				overflow: hidden;
				background: url(../img/polecane_szkolenia_top.jpg) no-repeat left top;
				padding: 20px 10px 5px 10px;
			}
				#polecane_szkolenia h2 {
					float: none;
					margin-bottom: 5px;
				}
				#polecane_szkolenia li {
					border-bottom: 1px solid #e0e5db;
					background: url(../img/li1.jpg) no-repeat right center;
					padding: 7px 50px 7px 0px;
				}
				#polecane_szkolenia li:last-child {
					border: none;
				}
	
#content {
	clear: both;
	width: 981px;
	background: #fff;
	overflow: hidden;
	border-top: 5px solid #1e2a33;
}
.index_content {
	background: url(../img/index_content.jpg) repeat-y !important;
	float: left;
	border: none !important;
}
.index_content_bottom {
	background: url(../img/index_content_bottom.jpg) no-repeat left bottom;
	float: left;
	padding-bottom: 34px;
}
.index_content_top {
	background: url(../img/index_content_top.jpg) no-repeat left top;
	float: left;
	min-height: 360px;
}
	#content p {
		margin: 0px 0px 10px 0px;
		line-height: 1.4em;
	}
	#content ul {
		margin: 0px 0px 15px 0px;
		list-style: none;
	}
	#content ul.left {
		float: left;
		width: 165px;
	}
	#content ul.right {
		float: right;
		width: 165px;
	}
	#content ul.left li, #content ul.right li {
		padding-bottom: 10px;
	}
	#content .archiv_button {
		clear: both;
		width: 155px;
		line-height: 28px;
		background: url(../img/archiv_button.jpg) no-repeat;
		display: block;
		text-align: center;
		color:#fff;
	}
	#content .order_button {
		clear: both;
		width: 155px;
		height: 28px;
		background: url(../img/order_button.jpg) no-repeat;
		font-weight:bold;
          display: block;
		text-align: center;
		color:#1f292f;
		margin: 6px auto 0px !important;
		padding: 0px !important;
		border: none !important;
	}
	
#main {
	float: right;
	width: 688px;
	padding: 35px 0px 25px 0px;
	font-size: 12px;
}
	#navi {
		background: url(../img/navi.jpg) no-repeat right bottom;
		padding-bottom: 12px;
		margin-bottom: 25px;
		width: 688px;
	}
		#navi .level1 {
			background: url(../img/arrow_navi.jpg) no-repeat right center;
			padding-right: 25px;
			color: #a5a5a6;
		}
		#navi .level2 {
			background: url(../img/arrow_navi.jpg) no-repeat right center;
			padding: 0px 25px;
			color: #222d32;
			font-weight: bold;
		}
		#navi .level3 {
			padding-left: 25px;
			color: #3889c8;
			font-weight: bold;
		}
	#main h2 {
		color: #3889c8;
		font: bolder 2.2em trebuchet ms;
	}
	#main h3 {
		color: #222d32;
		margin-bottom: 15px;
		font: bolder 1.4em trebuchet ms;
	}
	#main h4 {
		font: bolder 1.7em trebuchet ms;
		color: #3889c8;
	}
	#main li {
		background: url(../img/li.jpg) no-repeat left 4px;
		padding-left: 20px;
		line-height: 2em;
		overflow: hidden;
	}
	#main .szkolenia h2 {
		font-size: 1.6em;
	}
	#main .szkolenia_button {
		background: url(../img/szkolenia_button.jpg) no-repeat;
		width: 122px;
		line-height: 25px;
		color:#222d32;
		margin: 0px 20px 20px 0px; 
		font-weight: bold;
		text-align: center;
		float: left;
	}
		.szkolenia #szkolenia_left {
			width: 310px;
			float:left;
			color: #34434b;
		}
			#szkolenia_left .szkolenia_pods {
				font: 1.2em arial;
				background: url(../img/main_top_bg.jpg) repeat-x left bottom;
				float: left;
				width: 310px;
				padding: 0px 10px 10px 10px;
				margin: 0px -10px 5px -10px;
			}
				.szkolenia_pods span {
					float: right;
					color: #93c925;
					font-size: 1.4em;
				}
		.szkolenia #szkolenia_right {
			float: right;
			width: 300px;
			color: #34434b;
		}
		.szkolenia #szkolenia_right_top {
			width: 248px;
			float: right;
			border: 1px solid #e7eef5;
			padding: 0px 30px 10px 20px;
			margin-bottom: 10px;
		}
		.szkolenia #szkolenia_right_bottom {
			width: 248px;
			float: right;
			color: #34434b;
			background: #f6f4ef;
			padding: 0px 30px 10px 20px;
			margin-bottom: 10px;
		}
		.szkolenia #szkolenia_right_top h3, .szkolenia #szkolenia_right_bottom h3 {
			background: url(../img/main_bottom_h3_bg.jpg) repeat-x;
			line-height: 36px;
			width: 278px;
			padding-left: 20px;
			margin: 0px -30px 20px -20px;
		}
	#main #baza_info {
		float: right;
		width: 390px;
	}
		#baza_info p {
			float: left;
			padding: 6px 10px 0px 0px;
			color: #202d37;
			font: bold 1.1em arial;
		}
			#baza_info p span {
				color: #99bf00;
				font-size:16px;
				font-weight:bold;
			}
		#baza_info .add {
			background: url(../img/add_button_2.jpg) no-repeat;
			width: 175px;
			height: 29px;
			padding-top:8px;
			text-align: center;
			color: #1f292f;
			font-size:12px;
			font-weight: bold;
			float: right;
		}
	#main .quota {
		background: url(../img/quota.jpg) no-repeat right center;
		font: bold italic 2em times new roman;
		color: #19252b;
		text-indent: 60px;
		width: 570px;
		line-height: 2.3em;
	}
		#main .quota span {
			color: #3e5764;
		}
	#main .katalog_firm li {
		background: none;
		border-top: 1px solid #c7dbeb;
		padding: 20px 20px 10px 20px;
		color: #222d32;
	}
	#main .katalog_firm li.marked {
		border-top: 2px solid #a0c8dc !important;
		border-bottom: 2px solid #a0c8dc !important;
            background: #f2f0ef;
	}
	#main .katalog_firm .logo_comp {
		float: right;
		width: 190px;
		text-align: center;
	}		
	#main .katalog_firm li.bg {
		background: #ebf6fb;
	}
	#main #stronicowanie {
		clear: both;
		border-top: 1px solid #c7dbeb;
		padding-top: 10px;
		width: 678px;
		position: relative;
	}
		#stronicowanie .button {
			background: url(../img/str_button.jpg) no-repeat;
			width: 136px;
			height: 22px;
			padding-top: 6px;
			text-align: center;
			float: left;
			color: #1f292f;
		}
		#stronicowanie #strony {
			float: left;
			text-align: center;
			width: 246px;
			padding: 0px 60px;
		}
		#stronicowanie li {
			border: none !important;
			background: none !important;
			float: left;
			padding: 0px 7px 0px 7px !important;
			font-size: 14px;
		}
		#stronicowanie a {
			color: #222d32;
		}
		#stronicowanie .active_page {
			background: #dfdfdf !important; 
		}
		#stronicowanie .active_page a {
			color: #3889c8;
			font-weight: lighter;
		}	



     .panel td {
	     padding:5px;

	}

     #main .szkolenia_baza {
		width: 666px;
		background: url(../img/szkolenia_baza_table.jpg) repeat-x;
		margin-left: 1px;
	}
		.szkolenia_baza .header {
			font: bold 1.4em arial;
			color: #212e38;
			border: none !important;
		}
			.header th {
				line-height: 40px;
				padding: 0px !important;
				background: url(../img/table_header_bg.jpg) no-repeat right top !important;
			}
			.header .first_col {
				padding: 0px 0px 0px 10px !important;
			}
			.header .fifth_col {
				background: none !important;
				padding: 0px 0px 0px 10px !important;
			}
		.szkolenia_baza .marked td {
			border-top: 2px solid #a0c8dc !important;
			border-bottom: 2px solid #a0c8dc !important;
		}
			.szkolenia_baza .marked td.first_col {
				padding-right: 22px !important;
				border-left: 2px solid #a0c8dc !important;
			}
			.szkolenia_baza .marked td.fifth_col {
				padding-right: 20px !important;
				border-right: 2px solid #a0c8dc !important;
			}
			.szkolenia_baza .marked .first_col, .marked .third_col, .marked .fifth_col {
				background: #f2f0ef;
			}
		.szkolenia_baza td {
			border-bottom: 1px solid #a0c8dc;
		}
		.szkolenia_baza .margines {
			height: 5px;
			border-bottom: none;
		}
		.szkolenia_baza .first_col {
			width: 199px;
			padding: 15px 20px 15px 10px;
		}
		.szkolenia_baza .second_col {
			width: 98px;
			text-align: center;
			background: #f7f6f6;
		}
		.szkolenia_baza .third_col {
			width: 110px;
			text-align: center;
		}
		.szkolenia_baza .fourth_col {
			width: 73px;
			text-align: center;
			background: #f7f6f6;
		}
		.szkolenia_baza .fifth_col {
			width: 143px;
			padding: 15px 10px 15px 15px;
			border-right: none !important;
		}
	#main #main_top {
		background: url(../img/main_top_bg.jpg) repeat-x left bottom;
		padding: 0px 0px 20px 0px;
		margin: 0px 20px 20px 0px;
		overflow: hidden;
		width: 668px;
	}
		#main_top_left {
			float: left;
			width: 294px;
			clear: both;
		}
		#main_top_right {
			float: right;
			width: 320px;
		}
			#main_top_right #box {
				background: #f4f4f4;
				padding: 10px 0px;
				overflow: hidden;
				padding-left: 15px;
				color: #34434b;
				margin-bottom: 15px;
			}
				#box p {
					float: left;
					width: 145px;
					padding-left: 0px !important;
				}
			#main_top_right p {
				padding-left: 25px;
			}
			#main_top_right h3 {
				padding-left: 25px;
			}
		#main_top .logo_firmy {
			float: right;
			padding: 0px 15px 20px 50px;
		}
		#main_top .see {
			color: #1f292f;
			background: url(../img/see_button.jpg) no-repeat;
			width: 213px;
			line-height: 28px;
			text-align: center;
			display: block;
			margin-bottom: 20px;
		}
	#main #main_bottom {
		clear: both;
		border: 1px solid #e7eef5;
		margin: 0px 20px 20px 0px;
		width: 618px;
		padding: 0px 30px 10px 20px;
	}
		#main_bottom h3 {
			background: url(../img/main_bottom_h3_bg.jpg) repeat-x;
			line-height: 36px;
			width: 648px;
			padding-left: 20px;
			margin: 0px -30px 20px -20px;
		}
.index_main {
	float: left;
	width: 370px;
	padding: 36px 25px 20px 25px;
}	
	.index_main li {
		background: url(../img/index_li.jpg) no-repeat left 6px;
		padding-left: 10px;
		line-height: 1.4em;
		overflow: hidden;
	}
	.index_main h3 {
		color: #3386c7;
		font: 1.5em trebuchet ms;
		text-decoration: underline;
		margin-bottom: 10px;
	}
.index_center {
	float: left;
	width: 161px;
	padding: 30px 10px 15px 10px;
}
	.index_center form {
		color: #84929F;
	}
	.index_center input {
		width: 147px;
		border: 1px solid #A9BEC7;
		border-top: 3px solid #A9BEC7;
		margin-bottom: 5px;
		padding: 3px 0px 3px 8px;
		color: #84929F;
	}
	.index_center #checkbox {
		width: 13px;
		height: 13px;
		margin-right: 5px;
		float: left;
		border: none;
	}	
.index_right {
	float: left;
	width: 377px;
	margin-right: 0px;
}
	.index_right_top {
		background: #fefefe url(../img/index_right_top.jpg) repeat-x left bottom;
		padding: 10px 20px 6px 25px;
		position: relative;
	}
		.index_right_top .plus {
			background: url(../img/plus.png) no-repeat;
			width: 134px;
			height: 128px;
			position: absolute;
			top: 24px;
			left: 170px;
		}
		.index_right_top .add_button {
			width: 324px;
			line-height: 58px;
			background: url(../img/add_button.jpg) no-repeat;
			display: block;
			margin-bottom: 15px;
			font-family: trebuchet ms;
			font-size: 1.5em;
			padding-left: 10px;
			color: #fff !important;
		}
	.index_right_bottom {
		background: #e1f1f9 url(../img/index_right_bottom.jpg) no-repeat left bottom;
		padding: 50px 150px 10px 35px;
	}
		.index_right_bottom h3 {
			font-size: 1.5em;
			color: #6a8392;
		}
		.index_right_bottom h4 {
			font-size: 1.9em;
			color: #232d32;
		}

#sub {
	float: left;
	width: 268px;
	font-size: 11px;
	padding-top: 20px;
}
	#sub h3 {
		color: #204356;
		font: bolder 1.5em trebuchet ms;
		margin-bottom: 10px;
	}
	#sub h4 {
		background: url(../img/h4_sub_bg.jpg) no-repeat;
		width: 243px;
		height: 28px;
		padding: 5px 0px 0px 25px;
		margin: 0px -25px 15px -25px;
		color: #fff;
		font: bolder 1.4em trebuchet ms;
	}
	#sub li {
		background: url(../img/li.jpg) no-repeat left 4px;
		font-weight:bold;
            padding-left: 20px;
		line-height: 2em;
		overflow: hidden;
	}
      #sub ul.error {
		background-color: #FFF4F4;
            border: solid 1px #ffc9c9;
	      padding-left: 2px;
	      margin-bottom:5px;
      }
      #sub ul.info {
		background-color: #f2fff2;
            border: solid 1px #bfffbf;
	      padding-left: 2px;
	      margin-bottom:5px;
      }
      #sub .lupa {
		background: url(../img/lupa.jpg) no-repeat;
		width: 67px;
		height: 69px;
		position: absolute;
		right: 0px;
		top: -10px;
	}
	#sub .return {
		padding-left: 30px;
	}
	#sub #zgloszenie {
		background: #dfecf6;	
		padding: 15px 20px;
		margin-bottom: 15px;
	}
		#zgloszenie h2 {
			color: #797878;
			border-bottom: 1px solid #797878;
			padding-bottom: 7px;
			font: bolder 1.6em arial;
			margin-bottom: 7px;
		}
		#zgloszenie input {
			border: 1px solid #93c925;
			color: #a8b9c2;
			width: 220px;
			padding: 3px;
			margin-bottom: 5px;
		}
		#zgloszenie textarea {
			border: 1px solid #93c925;
			color: #a8b9c2;
			width: 220px;
			height: 110px;
			padding: 3px;
			margin-bottom: 10px;
		}
		#zgloszenie .search {
			background: url(../img/search.jpg) no-repeat;
			width: 86px;
			line-height: 28px;
			text-align: center;
			color: #1f292f;
			float: right;
			font-weight: bold;
			border: none;
			padding: 0px;
		}
	#sub #search_company {
		border: 3px solid #99b2c5;
		background: #dfecf6;	
		position:relative;
		padding: 15px 20px;
		margin-bottom: 15px;
	}
		#search_company label {
			display: block;
			font-weight: bold;
			color: #414B56;
			padding: 5px 0px;
		}
		#search_company input {
			width: 214px;
			background: #FFFFFF;
			border: 1px solid #c6d5e0;
			padding: 2px;
			display: block;
			color: #212930;
		}
		#search_company select {
			width: 220px;
			background: #FFFFFF;
			border: 1px solid #c6d5e0;
			padding: 2px;
			display: block;
			color: #212930;
		}
		#search_company .search {
			background: url(../img/search.jpg) no-repeat;
			width: 86px;
			height: 28px;
			text-align: center;
			color: #1f292f;
			float: right;
			font-weight: bold;
			margin-top: 20px;
			border: none;
		}
	#sub #recommend {
		background: #f5f8fc url(../img/companies_bg.jpg) repeat-x left bottom;
		padding: 0px 25px 10px 25px;
		margin-bottom: 15px;
	}
		#recommend li {
			border-bottom: 1px solid #e0e5db;
			background: url(../img/li1.jpg) no-repeat left 9px;
			padding: 5px 0px 5px 12px;
		}
	#sub #reasons {
		background: #efefef;
		padding: 20px;
	}
		#reasons form {
			padding-bottom: 20px;
			border-bottom: 1px solid #d8d8d8;
			margin-bottom: 2px;
		}
		#reasons input {
			width: 210px;
			color: #84929F;
			border: solid 1px #A9BEC7;
			padding: 4px;
			margin-bottom: 5px;
			display: block;
		}
		#reasons .agree {
			width: 5px; 
			height: 5px;
			margin-right: 10px;
			margin-left: 15px;
			float: left;
		}
		#reasons .surname {
			margin-bottom: 20px;
		}
		#reasons .order_button_2 {
			clear: both;
			width: 213px;
			height: 28px;
			background: url(../img/order_button_2.jpg) no-repeat;
			display: block;
			text-align: center;
			color:#1f292f;
			margin: 15px auto 0px !important;
			font-weight: bold;
		}

#footer {
	clear: both;
	background: #dfdfdf;
	padding: 10px 0px 10px 20px;
	overflow: hidden;
	color:#000;
	font-size: 0.9em;
	width: 961px;
}
	#footer p {
		float: left; 
		padding-right: 15px;
	}
	#footer li {
		float: left;
		padding: 0px 12px;
		border-left: 1px solid #8dafc4;
		text-transform: lowercase;
	}
	#footer li a {
		color: #3386c6;
		font-weight: normal;
	}

