html, body {
	width: 100%;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
	background-image: url('img/tlo.jpg');
	background-repeat: repeat-x;
	font-family: 'arial', 'tahoma';
	font-size: 11px;
	color: #2e2e2e;
	line-height: 17px;
}



a {
	text-decoration: none;
	color: #294294;
}

a:hover{
	text-decoration: underline;
}

div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.czysc {
	clear: both;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 12px;
}

.verybig {
	font-size: 14px;
}

.big_red {
	color: #eb0000;
	font-size: 12px;
}

img {
	border-width: 0px;
}

img.tytul {
	display: block;
	margin-bottom: 25px;
}


#container {
	margin: auto;
	width: 999px;
}

#top_belka {
	height: 44px;
	background-image: url('img/top1.jpg');
	background-repeat: no-repeat;
	width: 999px;
}

#top {
	height: 252px;
	width: 999px;
	background-image: url('img/top2.jpg');
	background-repeat: no-repeat;
}

#menu_top {
	margin-left: 336px;
	width:500px;
	height:20px;
}
	
	#menu_top ul{
		padding: 0px;
		margin: 0px;
	}
	
		#menu_top ul li{
			margin: 0px 20px 0px 0px;
			padding: 0px;
			display: inline;
			float: left;
		}
			
			#menu_top ul li a{
				display: block;
				height: 12px;
				background-repeat: no-repeat;
			}
			
				#menu_top ul li a.firma{
					width: 50px;
					background-image: url('img/menu_firma.gif');
				}
				
				#menu_top ul li a.promocje{
					width: 78px;
					background-image: url('img/menu_promocje.gif');
				}
				
				#menu_top ul li a.galeria{
					width: 102px;
					background-image: url('img/menu_wobiektywie.gif');
				}
				
				#menu_top ul li a.kontakt{
					width: 66px;
					background-image: url('img/menu_kontakt.gif');
				}
				
				#menu_top ul li a b{
					display: none;
				}
			

#dol {
	margin-top: 13px;
}

#kolumna_left {
	width: 336px;
	height: 400px;
	display: inline;
	float: left;
	background-image: url('img/kamerka_tlo.jpg');
	background-repeat: no-repeat;
}

	#kolumna_left div.bttn {
		width: 336px;
		height: 91px;
		margin-bottom: 13px;
	}

#kolumna_right {
	width: 635px;
	padding-top: 30px;
	float: right;
	margin-right: 28px;
	display: inline;
}

#stopka {
	width: 999px;
	background-image: url('img/stopka_tlo.gif');
	background-repeat: no-repeat;
	margin-top: 40px;
}

#stopka_left{
	float: left;
	width: 260px;
	height: 59px;
}

	#stopka_left ul{
		list-style: none;
		margin: 24px 0px 0px 24px;
		padding: 0px;
	}
	
		#stopka_left ul li{
			display: inline;
			padding: 0px;
			margin-right: 10px;
		}
	
			#stopka_left ul li a{
				color: #ffffff;
			}

#stopka_right{
	float: right;
	width: 700px;
	height: 59px;
	text-align: right;
}

	#stopka_right ul{
		list-style: none;
		margin-right: 28px;
		margin-top: 24px;
	}
	
		#stopka_right ul li{
			display: inline;
			margin-left: 10px;
		}
	
			#stopka_right ul li a{
				color: #ffffff;
			}

#kopirajty	{
	padding-top: 14px;
	float: left;
	text-align: left;
	width: 260px;
	padding-left: 24px;
	color: #797979;
}		

#madeby {
	margin-top: 10px;
	float: right;
	text-align: right;
	width: 260px;
	padding-right: 28px;
}

.wciecie {
	margin-left: 20px;
}	

img.galeria {
	margin: 0px 20px 20px;
	border: 4px solid #f0f0f0;
}

li.odstep {
	margin-top: 7px;
}

#promo_galeria {
	width: 210px;
	margin: 0px 0px 30px 20px;
	float: right;
}	

	#promo_galeria img{
		margin-bottom: 20px;
		display: block;
	}