	body {
		background: #BABABB url(img/body.png) repeat-x;
		font-size: 12px;
/*		letter-spacing: -0.2px;*/
		font-family:arial,sans-serif, verdana;
        margin: 0;
        
	}
	#cont {
     /*   border: 1px solid red;*/
		display: block;
		width: 900px;
		margin: 0 auto;



	}

	#writecomment {
	display: block;
	clear: both;
	}

	#top {
		width: 902px;
		height: 70px;
		display: block;
		float: right; /* ? */
		/*background: red;*/
	}

	#top .logoib {
		width: 220px;
		height: 70px;
		float: left;
	}
	#top .konimenu {
		width: 670px;
		float: right;
		height: 70px;
		/*background: blue;*/
	}

	#top .konimenu span.kontakt {
		text-align: right;
		color: #555;
		display: block;
		font-size: 16px;
		line-height: 45px;
		height: 45px;
}
	
	ul.menu_tabs {
		display: block;
		height: 25px;
	}

	ul.menu_tabs li {
		display: inline;
		height: 25px;
		
	}

	ul.menu_tabs li a {
		color: #666;
		text-decoration: none;
		display: block;
		float: right;
		background: url(img/m/i_r.png) no-repeat right;
		padding: 0 6px 0 0;
		height: 25px;
		margin: 0 0px 0 2px;
		line-height: 25px;
		
	}
	ul.menu_tabs li a span {
		display: block;
		float: left;
		cursor:pointer;
		background: url(img/m/i_l.png) no-repeat left;
		padding: 0 4px 0 10px;
		height: 25px;
		line-height: 25px;
	}
	ul.menu_tabs li:hover a {
		color: #000;
		background: url(img/m/h_r.png) no-repeat right;
	}
	ul.menu_tabs li:hover a span{
		background: url(img/m/h_l.png) no-repeat left;
	}

	ul.menu_tabs li.active a, ul.menu_tabs li:hover.active a {
		color: #fff;
		background: url(img/m/a_r.png) no-repeat right;
	}

	ul.menu_tabs li.active a span, ul.menu_tabs li:hover.active a span {
		background: url(img/m/a_l.png) no-repeat left;
	}

	#page {
		float: left;
		width: 901px;
		margin: 20px 0 0 0;
		display: block;
		background: #fff url(img/page_bg.png) repeat-y;
	}
	#page .pageTop {
		height: 9px;
		width: 901px;
		background: #fff url(img/page_top.png) no-repeat center top;
	}

	#content {
		float: left;
		/*background: yellow;*/
		width: 640px;
		margin: 8px 0 8px 8px;
	}
	#sidebar {
		float: right;
		margin: 10px 0;
		width: 250px;
	}


/**/

.big_header {
	/*border: 1px solid red;*/
	clear: both;
	width: 900px;
	height: 240px;
	display: block;
float: left;
	/*background: url(hello/1.jpg) no-repeat top;*/
	margin: 0 0 10px 0px;
}

.page_header {
	width: 637px;
	height: 40px;
	margin: 0 0 10px 0;
	background: #c80000 url(hello/bg.png) no-repeat;
}

.page_header h1 {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	margin: 0 10px;
	
}

.box {
	width: 244px;
	display: block;
	float: right;
	margin: 0 8px 10px 0;
/*	float: right;*/
	background: url(img/box_bg.png) repeat-y;
}

.box .box_h {
	display: block;
	float: right;
	width: 244px;
	height: 26px;
	line-height: 26px;
	background: url(img/box_h.png) no-repeat center;
}

.box img {
	display: block;
	margin: 5px auto;
}

.box .news p{
	/*font-weight: bold;*/	
	color: #888;
	line-height: 16px;
	margin: 10px 0;
}

.box a {
	color: #c80000;
	text-decoration: none;
	
	}


.box_h a.rss {
	position: relative;
	top: -27px;
	left: -7px;
	display: block;
	float: right;
}

.box .box_bot {
	display: block;
	float: right;
	width: 244px;
	height: 10px;
	/*clear: both;*/
	padding: 0 0 0px 0;
	background: url(img/box_bot.png) no-repeat center;
}

.box .box_h h2 {
	margin: 0 10px;
}
	

.cnt {
	display: block;
	width: 635px;
	/*float: right;*/
	
}

.cnt .cnt_top{
	display: block;
	width: 635px;
	float: right;
		height: 9px;
	background: url(img/content_top.png) no-repeat center;
}

.cnt .cnt_bottom{
	display: block;
	width: 635px;
/*	clear: both;*/
	float: right;
	height: 9px;
	background: url(img/content_bottom.png) no-repeat center;
	margin: 0 0 10px 0;
}


.cnt p {
	/*font-family: verdana,sans-serif;*/
	font-size: 12px;
/*color:red;**/
	line-height: 22px;
	/*letter-spacing: -0.1pt;*/
	margin: 5px 15px;
	padding: 0 0 20px 0;
	color: #333;
}

.cnt h1, .cnt h1 a {
	margin: 10px 15px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #B70F0F;
}

/* wyglad newsa */
.c_news {
	display: block;
	width: 100%;
/*color:red;*/
float: left;
	/*float: left;
	clear: both;*/
	/*border-bottom: 1px solid #efefef;	*/
background: url(img/content_bg.png) repeat-y;
	/*margin: 5px 10px;*/
}



.c_news .title {
	/**/
	margin:5px 10px;
	padding:5px 0;

	font-size: 18px;
	font-weight: bold;
   text-decoration:none;
   color: #000;
}

.c_news .title a {
	color: #222;
	text-decoration: none;
}
.c_news .info {
	margin:5px 10px;
	padding:0;
	font-size: 12px;
}


.c_news .more {
	/*display: block;*/
	/*text-align: right;*/
	margin: 5px 10px 0 10px;
	/*background: #E8F1FA;
	border: 1px solid #B3D1EF;*/
	background: url(img/kom.png) no-repeat center;
	float: right;
	display: block;
	/*width: 93%;*/
	width: 110px;
	height: 28px;
	line-height: 28px;
	/*float: right;*/
}


.c_news ul {
	margin: 10px 40px;
	}
.c_news ul li {
	list-style: circle;
	line-height: 18px;
}


.c_news .more a {
	margin: 10px;
	padding: 10px 8px 5px 8px;
	color: #fff;
	text-decoration: none;
/*	background: #efefef;*/
}

.c_news .more a span {
	font-weight: bold;
	font-size: 16px;
	margin: 0 2px 0 0;
}

/**/
.c_news .post {
	margin: 0px;
	float: right;
	display: block;
	width: 100%;
	/*width: 80%;*/
	border-left: 1px solid #efefef;
}

.c_news .post p {
/*	width: 100%;*/
	width: 615px;
	display: block;
	float: left;
	border: 1px solid #dfdfdf;
	border-left: none;
	border-right: none;
	padding:5px 0;
	margin:10px;
	
}


/* blok z newsami */

.news {
	display:block;
	float: left;

	margin: 0px 5px 0px 2px;
	padding: 5px 5px;
/*	background: red;*/
	width:230px;
	border-bottom: 1px solid #efefef;
	}

.news:hover {
	
	background: url(img/hl.png) repeat-x;
}

	
	

.news h1 a, .news h1 {
	color: #666;
	font-weight: bold;
	margin: 2px 0 0px 0;
	padding:0;
	font-weight: normal;
	text-decoration: none;
}

.news:hover h1 a:hover, .news h1:hover {
	color: red;
}

.news span {
	width: 225px;
	font-size: 10px;
	color: #999;
	text-align: right;
	float: right;
}

.news span a {
	color: #fff;
	padding: 0 5px;
	background: #b50000;
	text-decoration: none;
	margin: 0 0 0 10px;
}



/*  realizacje */
ul#realizacje {
	display: block;
	float: right;
	width: 225px;
	margin: 0 2px 2px 0px;
}


ul#realizacje li {
color: #666;
border-bottom: 1px solid #efefef;

background: url(img/r.png) no-repeat center left;
padding: 8px 0 8px 20px;
}







/* 3 kategoriowa oferta ASDASD */

#oferta_pre {
	width: 615px;
	margin: 10px auto 3px auto;
	height: 155px;
	display: block;
	/*-moz-border-radius: 4px; nie nie nienienineien i*/
}

#oferta_pre .o_box {
	background: url(img/box_in.png) no-repeat center;
	float: left;
	color: #fff;
	width: 205px;
	height: 155px;
}

#oferta_pre .o_box p {
	color: #eee;
}

#oferta_pre .o_box:hover {
	background: url(img/box_a.png) no-repeat center;

}


#oferta_pre .o_box h1 {
	color: #ddd;
	font-size: 14px;
	line-height: 45px;
	margin: 0 10px;
	padding:0;
}

#oferta_pre .o_box p {
	margin: 10px 0 0 10px;
	font-size: 12px;
	line-height: 16px;
	/*color: #444;*/
/*	color: #ccc;*/
}

#bannery {
	width: 902px;
	height: 58px;
	float: left;
	display:block;
	background:  url(img/bannery_bg.png) no-repeat center;
}

#footer {
	width: 902px;
	height: 69px;
	float: left;
	line-height: 15px;
/*	letter-spacing: -0.2pt;*/
	color:#888;
	font-size: 11px;
	display:block;
	background:  url(img/footer.png) left;
	margin: 0 0 40px 0;
}

#footer .left {
	width: 500px;
	
	margin: 25px 10px;

	display: block;
	float: left;
}

#footer .right {
	width: 300px;
	margin: 25px 10px 0 0px;
	float: right;
	text-align: right;
	}

#footer .right a {
	font-size: 11px;
	color: #c80000;
	text-decoration: none;
	/*font-weight: bold;*/
}


	/* komcie */
	
	
.comments {
	/*float: right;*/
	display: block;
	width: 100%;
/*	margin: 10px 15px;*/
	margin: 0 auto;
	color:#222;
	line-height: 1.5;
	}
.comment {
	width: 100%;
	float: right;
	margin: 10px 0;
	display: block;
/*	padding: 10px;*/
	background: #EFEFEF;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
}
.commentalt {
	width: 100%;
	float: right;
	margin: 10px 0;
	display: block;
/**	padding: 10px;*/
	background: #FEFEFE;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 6px;
}
p.id {
font-size: 18px;
}
div.name {
	color: #000;
	line-height: 28px;
	text-align: right;
	/*background: url(img/toggler.png) repeat-x;*/
	height: 28px;
	float: left;
	width: 100%;
	display: block;
}

div.name p {
	color: #000;
/*	padding: 0 10px;*/
}

div.name p a {
	text-decoration: none;
	font-weight: bold;
}
	
.id {
	font-size: 28px;
	margin: 5px 10px 0px 0px;
	padding:0;
	float: right;
	color: red;
}

h1.caption {
	margin: 10px 5px 0 10px;
	padding:10px 5px;
/*	float: left;*/
	display: block;
	/*width: 100%;*/
	/*clear: both;*/
	color: #fff;
	font-size: 14.5px;
	font-weight: bold;
	/*border-bottom: 2px solid #efefef;*/
	}

.post p {
	margin: 10px;
}
	
.cloud {
	padding: 5px 15px 15px 15px;
	display: block;
	text-align: center;
	}

.post p {
	display: block;
	float: left;
	clear: both;
	margin: 10px;
}	
p.message {
	display: block;
	clear: both;
	color: #222;
	padding:0;
}







/* arch */
.boxMain .date-year {
	margin: 0px 3px;
    padding: 10px 5px;
    /*display:block;*/
    clear:both;
    /*float: left;*/
  /*  height: 30px;
    line-height: 30px;*/
	font-weight: bold;
        font-family: Georgia,'Times New Roman',times,serif;

	background: #3f3f3f;
    color: #efefef;
	border-bottom: 1px solid #bfbfbf;
	font-size: 14px;
	text-align: right;
}

.boxMain a.link {
	background: url(img/link-icon.png) no-repeat left;
	padding: 0 0 0 25px;
}
	
.boxMain a.data {
	background: url(img/clock-icon.gif) no-repeat left;
	padding: 0 0 0 0px;
}


.boxMain .toggler {
	background: url(img/toggler.png) repeat-x;
    border-bottom: 1px solid #dfdfdf;
	display: block;
	font-size: 13px;
	cursor: pointer;
	margin: 0 3px;
	padding: 6px 10px;
	}
.boxMain ul.element {
	display: block;
	margin: 0px 12px;
	padding: 0;
	}
.boxMain ul.element li{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 2px 0;
    border-bottom: 1px solid #efefef;
	}

.boxMain ul.element li span {
	display: block;
	float: left;
	width: 18px;
	height: 23px;
	background: url(img/date-bg-small.png) no-repeat center;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
	text-align: center;
	margin: 0 5px 0 0;
	}
.boxMain ul.element li a {
	/*display: block;
	height: 25px;
	float: right;*/
	/*color: green;*/
	}


.hello {
	float: left;
	width: 635px;
	height: 160px;
	margin: 0px auto;
	padding: 0px 0 10px 0;
	color: #fff;
}


a {
	color: #c40000;
}
a:hover {
	color: #000;
}

a.nav {
	display: block;
	float: left;
	margin: 0 5px;
	background: #fff;
	border: 1px solid #eee;
	padding: 5px 10px;
}

a.navAct {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	margin: 0 5px;
	background: #c40000;
	border: 1px solid #eee;
	padding: 5px 10px;
}




#kwick				{ width:631px;  background: #000 url(img/knob-bg.png) repeat-x bottom; margin: 0 auto 5px auto; overflow: hidden;}
#kwick .kwicks 			{ height:209px; list-style-type:none; margin:0; padding:0; overflow: hidden; }
#kwick li 			{ float:left; list-style: none; }
#kwick .kwick 			{ display:block; cursor:pointer; overflow:hidden; height:200px; width:210px;  }
#kwick .kwick span 		{ display:none; }

#kwick .john 			{ background:url(hello/it.png); }
#kwick .paul 			{ background:url(hello/wdr.png); }
#kwick .george 			{ background:url(hello/net.png); }


.shop {
	padding: 30px 0 0 0;
	display: block;
	text-align: center;
/*	background: red;*/
}


.shop_img {
/*	padding-top: 23px;*/
	/*margin: 0 auto;*/

	max-width: 180px;
	max-height: 250px;
	/*height: 130px;*/
	}
	
h1.s_item {
	float: left;
	text-align: left;
	margin:0;padding:0;
	font-size: 12px;

}
.cena {
	padding: 4px 5px;
	color: #fff;
	float: right;
	background: #83AC36;
	font-family: Georgia, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
	
	
/**/

ul.oferta_menu {
	clear: both;
	display: block;
	line-height: 30px;
	margin: 10px 0;
	padding:0;
	width: 100%;
	height: 30px;
	background: #A22A24;
	text-align: right;
	}
	
ul.oferta_menu li a {
	color: #fff;
	margin: 0 5px;
	text-decoration: none;
	}
ul.oferta_menu li a:hover {
	text-decoration: underline;
	}



div.sz_cont {
	width: 605px;
	display: block;
	margin: 0 auto;
	padding:0;
}

div.sz_cont ul a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin: 3px 0 0 10px;
	line-height: 32px;
}

div.sz_cont li {
	margin: 0 0 0 10px;
	line-height: 23px;
	list-style: none;
}


ul.sz {
	
	background: #ff0;
	
}


ul.rozszerzony {
	list-style: none;
	margin:0 13px 0 0;
	padding:0;
	float: left;
	display: block;
	width: 296px;
	height: 180px;
	background: url(hello/box_red.png) no-repeat top center;
}

ul.podstawowy {
	list-style: none;
	margin:0;
	padding:0;
	float: left;
	display: block;
	width: 296px;
	height: 180px;
	background: url(hello/box_green.png) no-repeat top center;
}


ul.poradnia {
	list-style: none;
	margin:0 auto;
	padding:0;
/*	float: left;*/
	display: block;
	width: 610px;
	/*height: 180px;*/
	background: url(hello/box_porad.png) no-repeat top center;
}



ul.podstawowy li,ul.rozszerzony li, ul.poradnia li {
	list-style: none;
	padding: 0 0 0 25px;
	background: url(hello/li-sz.png) no-repeat left;
}


div.sz_zam {
	width: 600px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #8dd816;
	color: #000;
}

.www {
	font-size:10px;
	color: #999;
	position:relative;
	float: right;
	top: -30px;
	margin:0;
	padding:0;
}

.www a {
	color: #666;
}
/*nasty form */
form {
	border: 1px solid #ddd;
	/*float: left;*/
	display: block;
	clear: both;
	width: 610px;

	margin: 10px auto;
	/*
	padding: 5px 0px 10px 10px;*/
	/*width: 99%;*/
	font-size: 12px;
}
form div {
	float: left;
}



form p {
	margin:2px 15px;
	padding:0;
}

form label {
	color:#222;
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}

form input, form textarea{
	border: 2px solid #cfcfcf;
	float: right
	-moz-border-radius: 3px;
	padding: 2px 5px;
	margin: 0 0 0 15px;
	background: #efefef;
	}
form input:focus, form textarea:focus,form input:hover, form textarea:hover{
	border: 2px solid #afafaf;
	background: #fff;
	}
.warning {
	border: 1px solid red;
	background: #BF3B3B;
	font-weight: bold;
	color: #fff;
	float: left;
	padding: 10px;
	display: block;
	clear: both;
	}

div.warn {
	display: block;
	float: right;
	width: 320px;
	color:#222;
	background: #FFF6CF;
	padding: 10px 5px;
	line-height: 16px;
	margin: 30px 15px;
	
	}
div.warn h1 {
	font-size:14px;
	padding:0;
	color: #000;
	margin:5px 0 10px 0;
}
div.warn span {
	font-weight: bold;

	}


	
input#submitter {
	margin: 10px 0;
	border:0;
	background: #efefef;
/*	float: right;*/
}
img.topBanner {
margin: 1px 0 10px 2px;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
	/* produkty menu */
	
	.miniporadnia  a {
    display: block;
    width: 239px;
    height: 48px;
    margin: 0;
    
    background: url(png/miniporadnia.png) no-repeat;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
}
.miniporadnia a:hover,
.miniporadnia a:active {
    background: url(png/miniporadnia1.png) no-repeat;
}

	.eterminarz  a {
    display: block;
    width: 239px;
    height: 48px;
    margin: 0;
    
    background: url(png/eterminarz.png) no-repeat;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
}
.eterminarz a:hover,
.eterminarz a:active {
    background: url(png/eterminarz1.png) no-repeat;
}


	.minimessenger  a {
    display: block;
    width: 239px;
    height: 48px;
    margin: 0;
    
    background: url(png/minimessenger.png) no-repeat;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
}
.minimessenger a:hover,
.minimessenger a:active {
    background: url(png/minimessenger1.png) no-repeat;
}

	.rispacs  a {
    display: block;
    width: 239px;
    height: 48px;
    margin: 0;
    
    background: url(png/rispacs.png) no-repeat;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
}
.rispacs a:hover,
.rispacs a:active {
    background: url(png/rispacs1.png) no-repeat;
}

	.smartgruper  a {
    display: block;
    width: 239px;
    height: 48px;
    margin: 0;
    
    background: url(png/smartgruper.png) no-repeat;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
}
.smartgruper a:hover,
.smartgruper a:active {
    background: url(png/smartgruper1.png) no-repeat;
}
