html{
	height: 100%;
}

body { 
	margin:0px;
	width: 100%;
	height: 100%;
	color: black;
	background-color: #fcfcfc;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}
		
a {
	color: #db6404;
	text-decoration: none;
}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}

p{
	margin-top: 0;
}
img{
	border: none;
}

/*============== szkielet =============*/

#pozycjoner{
	width: 888px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background: url(images/orange_bg.jpg) repeat-y;
}
#top_bg{
/*	background: url(images/top_tlo.jpg) no-repeat;
	background: url(images/top_bg.jpg) no-repeat;*/
	display: table;
	position: relative;
}
#top{
	height: 252px;
}

#left{
	width: 317px;
/*	background: url(images/top_left_bg.jpg) no-repeat;*/
	float: left;
	position: relative;
	z-index: 2;
}
#right{
	width: 543px;
	padding: 148px 17px 63px 11px; /* dolny minimum 33px na stopke */
/*	background: url(images/top_right_bg.jpg) no-repeat;*/
	font-weight: bold;
	float: left;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#top_tlo{
	width:888px;
	height:385px;
	position: absolute;
	z-index:1;
}


/*============== koniec - szkielet =============*/

/*================== left ===================*/

#left_tresc{
	/*padding-bottom: 219px; /* na newsletter i stopke */
	padding-bottom: 63px; /* na stopke */
}

#menu{
	margin: 19px 0 36px 52px;
}
#menu a{
	color: white;
	font-weight: bold;
	font-size:17px;
	letter-spacing:-1px;
	text-decoration: none;
}
.a_menu{
	width: 195px;
	height: 26px;
	padding: 2px 0 0 48px;
	margin-bottom: 5px;
	background: url(images/menu_strielka.jpg) no-repeat;
	display: block;
}
#menu a:hover, a.aktywny{
	color: #22211f;
}

#plakat{
	margin-left: 79px;
}
#newsletter{
	width: 317px;
	height: 186px;
	background: url(images/news_bg.jpg) no-repeat;
	position: absolute;
	left: 0;
	bottom: 33px;
	z-index:3;
}
#news{
	height: 41px;
}
#news span{
	color: white;
	font-weight:bold;
	font-size: 13px;
	position:absolute;
	top:20px;
	left:58px;
}
#email{
	width:117px;
	height:18px;
	padding:2px 2px 0;
	border: 1px inset black;
	background-color: #efa335;
	position:absolute;
	top:18px;
	left: 137px;
}
#zapisz{
	width:25px;
	height:22px;
	padding: 0;
	border:none;
	background-color: transparent;
	color: white;
	cursor:pointer;
	font-weight:bold;
	position:absolute;
	top:17px;
	left:260px;
}
#zapisz:hover{
	color: black;
}

/*================== koniec - left ===================*/


/*================== galeria ===================*/

.galeria_b{
	width:472px;
	margin-left:30px;
	display:table;
}
.fociura{
	width: 188px;
	margin:10px 20px;
	text-align: center;
	float:left;
}
.fociura_img{
	padding: 4px;
	border: 2px solid #efa335;
}

.fociura_opis{
	font-size: 12px;
	margin:5px;
}


/*================== koniec - galeria ===================*/

/*================== stopka===================*/

#stopka{
	width:888px;
	height:33px;
	background:transparent url(images/stopka_bg.jpg) no-repeat scroll 0 0;
	position:absolute;
	bottom:0;
	clear: both;
}


