body {
	background: #ffffff;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; padding: 0;
	text-align: center;
}
 
form {
	border: 0; margin: 0; padding: 0;
}

input, select, textarea {
	margin: 0;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #353a3b;
}

img {
	border: 0; margin: 0; padding: 0;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	margin: 0; border: 0; padding: 0;
	color: #2f2e2f;
	background-color: transparent;
 	text-decoration: underline;
}

a:visited {
	color: #2f2e2f;
	background-color: transparent;
}

a:hover {
	color: #504f50;
	text-decoration: none;
	background-color: transparent;
}

a:active {
	color : #2f2e2f;
	background-color: transparent;
}

hr {
	color: #b9d331;
	background-color: #b9d331;
	border-width: 0;
	height: 1px;
	margin: 4px 0 4px 0;
}
/*---------- schema ----------*/
#container {
	width: 100%;
	padding: 0;
}
/*---------- index ----------*/
#index_top_logo {
	width: 795px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	border-bottom: 2px solid silver;
}

#index_top {
	width: 795px;
	height: 255px;
	min-height: 255px;
	overflow: hidden;
	margin: 0 auto;
	display: none;
}

#index_top .index_logo {
	display: inline;
	float: left;
	display: none;
}

#index_top .index_fla {
	display: inline;
	float: left;
	display: none;
}

#index_menu {
	width: 795px;
	height: 31px;
	min-height: 31px;
	overflow: hidden;
	margin: 0 auto;
	background: #1b1a1b url(../gfx/menu_bgc.gif) left top repeat-x;
	display: none;
}

#index_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#index_menu li {
	float: left;
	display: inline;
}

#index_menu a {
	margin-left: 30px;
}

#index_xxx {
	width: 795px;
	margin: 30px auto 0;
	background: url(../gfx/first_bgc_txt1.gif) left top repeat-y;
}

#index_xxx .txt {
	padding: 13px 2px 5px 27px;
	background: url(../gfx/first_bgc_txt.gif) left top no-repeat;
	text-align: left;
	font-size: 11px;
}

#index_xxx .btn {
	padding: 5px 5px 5px 0;
	text-align: right;
}

#index_xxx_l {
	width: 230px;
	float: left;
	display: inline;
	margin-left: 51px;
}

#index_xxx_c {
	width: 230px;
	float: left;
	display: inline;
	margin-left: 27px;
}

#index_xxx_r {
	width: 230px;
	float: left;
	display: inline;
	margin-left: 27px;
}

#index_xxx_l:hover, #index_xxx_c:hover, #index_xxx_r:hover {
	background-color: #f6f6f6;
}

#index_haer, #index_haer1 {
	width: 795px;
	margin: 17px auto 0;
	text-align: left;
}

#index_xx {
	width: 795px;
	margin: 17px auto 0;
}

#index_xx .screen {
	float: left;
	display: inline;
	margin: 10px 0 10px 10px;
}

#index_xx .name {
	width: 303px !important;
	width: 315px;
	float: left;
	display: inline;
	padding: 13px 2px 5px 10px;
	text-align: left;
	font-weight: bold;
	color: #525859;
	font-size: 14px;
	border-bottom: 1px solid silver;
}

#index_xx .txt {
	width: 300px !important;
	width: 312px;
	float: left;
	display: inline;
	padding: 8px 2px 0 10px;
	text-align: left;
	font-size: 11px;
}

#index_xx_l {
	width: 230px;
	float: left;
	display: inline;
	margin-left: 56px;
	text-align: center;
}

#index_xx_r {
	width: 498px;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 8px;
	background: url(../gfx/first_bgc_news.jpg) left top no-repeat;
}



#index_footer_ctn {
	width: 795px;
	margin: 15px auto 0;
	text-align: left;
}

#index_footer {
	width: 744px;
	height: auto !important;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	text-align: left;
	color: #f2f2f2;
	font-size: 11px;
	/* background: #4f5556; */
	background: #525859;
	border-bottom: 3px solid #b9d331;
	margin-left: 51px;
}

#index_footer a {
	color: #f2f2f2;
	text-decoration: none;
}

#index_footer a:hover {
	color: #f2f2f2;
	text-decoration: underline;
}


#index_footer .lecol {
	float: left;
	display: inline;
	margin-left: 10px;
}

#index_footer .ricol {
	float: right;
	display: inline;
	margin-right: 10px;
}

#index_footertwo {
	width: 744px;
	height: auto !important;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	text-align: left;
	color: #969999;
	font-size: 11px;
	margin-left: 51px;
}

#index_footertwo a {
	color: #969999;
	text-decoration: none;
}

#index_footertwo a:hover {
	color: #969999;
	text-decoration: underline;
}

#index_footertwo .lecol {
	float: left;
	display: inline;
	margin-left: 10px;
}

#index_footertwo .ricol {
	float: right;
	display: inline;
	margin-right: 9px;
}
/*---------- // index ----------*/
/*---------- schema top ----------*/
#top {
	width: 795px;
	height: 180px;
	min-height: 180px;
	overflow: hidden;
	margin: 0 auto;
	display: none;
}

#top .logo {
	display: inline;
	float: left;
	display: none;
}

#top .fla {
	display: inline;
	float: left;
	display: none;
}

#menu {
	width: 795px;
	height: 31px;
	min-height: 31px;
	overflow: hidden;
	margin: 0 auto;
	background: #1b1a1b url(../gfx/menu_bgc.gif) left top repeat-x;
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	margin-left: 24px;
}

#bottmenu {
	width: 807px;
	margin: 0 auto;
	display: none;
}
/*---------- // schema top ----------*/
#ctn {
	width: 795px;
	margin: 0 auto;
}
/*---------- left ----------*/
#lecol {
	width: 207px;
	float: left;
	display: inline;
	margin: 0;
	text-align: center;
	padding-bottom: 15px;
}

#lecol .mtitle {
	width: auto;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	background: #ecebeb;
	text-align: left;
	overflow: hidden;
}

#lecol .mtitle h1 {
	font-size: 15px;
	color: #828181;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
}

#submenu {
	width: 207px;
	background: url(../gfx/submenu_bgc.gif) right top repeat-y;
	border-bottom: 1px dashed #333333;
	padding: 17px 0 25px 0;
	text-align: left;
}

#submenu .btnon, .btnoff, .btnorderon, .btnorderoff {
	width: 170px !important;
	width: 192px;
	height: 22px;
	min-height: 22px;
	line-height: 22px;
	float: left;
	margin: 2px 0 0 6px;
	text-align: left;
	font-size: 11px;
	padding-left: 28px;
	clear: both;
}

#submenu .btnon {
	background: url(../gfx/submenu_arrow_on.gif) left top no-repeat;
	background-position: 0 2px;
	font-weight: bold;
}

#submenu .btnoff {
	background: url(../gfx/submenu_arrow_off.gif) left top no-repeat;
	background-position: 0 2px;
}

#submenu .btnorderon {
	background: url(../gfx/smen_newzok.gif) left top no-repeat;
	background-position: 0 2px;
	font-weight: bold;
}

#submenu .btnorderoff {
	background: url(../gfx/smen_newsok.gif) left top no-repeat;
	background-position: 0 2px;
}

#submenu .btnon a, .btnoff a {
	color: #0e0e0e;
	text-decoration: none;
}

#submenu .btnon a:hover, .btnoff a:hover {
	color: #666666;
}
/*---------- // left ----------*/
/*---------- right ----------*/
#ricol {
	width: 540px !important;
	width: 570px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0 0 25px 30px;
	background: url(../gfx/bgc_le_col.gif) left top repeat-y;
}

#ricol h1 {
	font-size: 15px;
	color: #828181;
	font-weight: bold;
	margin: 11px 0 15px 0;
	padding: 0 0 0 8px;
	background: url(../gfx/bgc_h1.gif) no-repeat 0 3px;
}

#ricol h2 {
	font-size: 13px;
	color: #3c4028;
	font-weight: bold;
	margin: 21px 0 12px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #b9d331;
}

#ricol li {
	margin-bottom: 5px;
}

#ricol img {
	border: 1px solid silver;
}

#ricol p {
	line-height: 16px;
}

#ricol .realizacje {
	width: 540px;
	float: left;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid silver;
}

#ricol .realizacje img {
	border: 0;
}

#ricol .realizacjel {
	width: 160px;
	float: left;
	display: inline;
}

#ricol .realizacjer {
	width: 360px;
	float: left;
	display: inline;
	margin-left: 15px;
}

#ricol .contactformbox {
	width: 524px !important;
	width: 540px; /*dla ie dodac padding i border*/
	float: left;
	padding: 5px 7px 7px 7px;
	border: 1px solid #e5e5e5;
	background: #f8f8f8 url(../gfx/bgc_formbox.gif) left top repeat-x;
	margin-top: 6px;
}

#ricol .contactform {
	width: 524px;
	float: left;
}

#ricol .contactform_name_l {
	width: 250px;
	float: left;
	display: inline;
	padding-bottom: 3px;
	margin-top: 10px;
}

#ricol .contactform_name_r {
	width: 250px;
	float: right;
	display: inline;
	padding-bottom: 3px;
	margin-top: 10px;
}

#ricol .contactform_inp_l {
	width: 250px;
	float: left;
	display: inline;
}

#ricol .contactform_inp_r {
	width: 250px;
	float: right;
	display: inline;
}

#ricol .framebold {
	width: auto;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	font-weight: bold;
	background-color: #ebf1ed;
	padding-left: 10px;
}

#ricol .framebold1 {
	width: auto;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #ebf1ed url(../gfx/plu.gif) left center no-repeat;
	padding-left: 35px;
	margin-top: 2px;
}

#ricol .framebold1 a {
	text-decoration: none;
}

#ricol .framebold1 a:hover {
	text-decoration: underline;
}

#ricol .framebold1txt {
	width: auto;
	background-color: #f9fbf9;
	padding: 5px;
	border-bottom: 1px solid #ebf1ed;
}

#ricol .framebold1txt img {
	float: left;
	border: 0;
	margin: 1px 7px 4px 0;
}

#ricol .threecol {
	width: auto;
	float: left;
	margin-bottom: 15px;
	background-color: #F5F5F5;
	padding: 2px;
}

#ricol .threecol_l {
	width: 150px;;
	float: left;
	font-weight: bold;
}

#ricol .threecol_c {
	width: 250px;;
	float: left;
	margin-left: 10px;
}

#ricol .threecol_r {
	width: 80px;;
	float: right;
	margin-left: 10px;
}

#smallfla {
	width: auto;
	margin-top: 15px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #333333;
}

.subtitl {
	font-size: 11px;
}

#ricol .hosting {
	width: auto;
	font-size: 11px;
}

#ricol .hosting img {
	border: 0;
}

#ricol .hosting ul {
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0 0 0 5px;
}

#ricol .hosting ul li {
	background: url(../gfx/ico_arrow.gif) no-repeat 0px 4px;
	padding-left: 14px;
}

#ricol .hosting li {
	margin-bottom: 6px;
}

#ricol .specyf ul {
	list-style: none;
	margin: 12px 0 25px 0;
	padding: 0 0 0 5px;
}

#ricol .specyf ul li {
	background: url(../gfx/plu1.gif) no-repeat 0px 4px;
	padding-left: 28px;
	line-height: 28px;
	border-bottom: 1px solid silver;
}

#ricol .specyf li {
	margin-bottom: 8px;
}

#ricol .hosting_l {
	width: 226px;
	float: left;
	display: inline;
	margin-left: 27px;
	background: #fafafa url(../gfx/1modos_tlo.jpg) left bottom no-repeat;
}

#ricol .hosting_r {
	width: 226px;
	float: left;
	display: inline;
	margin-left: 27px;
	background: #fafafa url(../gfx/1modos_tlo.jpg) left bottom no-repeat;
}

#ricol .czytwiecej {
	text-align: right;
}

#ricol .bigtitl {
	width: auto;
	line-height: 29px;
	padding-left: 10px;
	font-weight: bold;
	color: #b9d331;
	background: url(../gfx/bgc_tit.gif) left top repeat-x;
	border: 2px groove silver;
	margin: 22px 0 22px 0;
}

#ricol .h1titl {
	width: auto;
}

#ricol .h1titl_l {
	float: left;
	display: inline;
}

#ricol .h1titl_r {
	float: right;
	display: inline;
}

#ricol .options {
	border: 1px solid #939c96;
	padding: 4px;
	font-weight: bold;
	margin-top: 10px;
	color: #333333;
	text-align: center;
}

#ricol .options img {
	vertical-align: middle;
	border: 0;
}

#ricol .options a {
	text-decoration: none;
}
/*---------- // right ----------*/

.cennik {
	width:100%
}

.cennik th {
	background: #e0e0e0; 
	color: #5f5f5f; 
	text-align: center;
	padding: 3px;
}
.cennik td {
	background: #f0f0f0;
	padding: 3px 5px 3px 5px;
}

/*---------- footer ----------*/
#footer {
	width: 795px;
	height: auto !important;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	text-align: left;
	color: #f2f2f2;
	font-size: 11px;
	margin: 0 auto;
	/* background: #4f5556; */
	background: #525859;
	border-bottom: 3px solid #b9d331;
}

#footer a {
	color: #f2f2f2;
	text-decoration: none;
}

#footer a:hover {
	color: #f2f2f2;
	text-decoration: underline;
}


#footer .lecol {
	float: left;
	display: inline;
	margin-left: 10px;
}

#footer .ricol {
	float: right;
	display: inline;
	margin-right: 10px;
}

#footertwo {
	width: 795px;
	height: auto !important;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	text-align: left;
	color: #969999;
	font-size: 11px;
	margin: 0 auto;
}

#footertwo a {
	color: #969999;
	text-decoration: none;
}

#footertwo a:hover {
	color: #969999;
	text-decoration: underline;
}

#footertwo .lecol {
	float: left;
	display: inline;
	margin-left: 10px;
}

#footertwo .ricol {
	float: right;
	display: inline;
	margin-right: 9px;
}
/*---------- // footer ----------*/
/*---------- aktualnosci ----------*/
#ricol .aktualnosci {
	width: auto;
	text-align: left;
	margin: 20px 0 20px 0;
}

#ricol .aktualnosci_l {
	width: 108px;
	float: left;
	display: inline;
}

#ricol .aktualnosci_r {
	width: 400px;
	float: left;
	display: inline;
	margin-left: 14px;
}

#ricol .aktualnosci img {
	border: 0;
}

#ricol .aktualnosci p {
	padding: 0;
	margin: 5px 0 0 0;
}

/*---------- // aktualnosci ----------*/
