html, body {
	width:99%;
	height:99%;
	}

body {
	background-color:#fbb71b;
	font-family:'Lucida Sans Unicode','Trebuchet MS','myriad pro',arial,sans-serif;
	line-height: 1.3;
	margin:0;
	color:navy;
	}

#wszystko {
	width:99%;
	height:867px;
	display:table;
	}

#ramiona {
	display:table-cell;
	border:dashed orange;
	border-width:0 0 5px 0;
	vertical-align:middle;
	}

#nawa {
	width:960px;
	border:dashed orange;
	border-width:0 5px;
	margin:0px auto;
	}

#content {
	width:960px;
	height:867px;
	overflow:hidden;
	
	clear:both;
	font-family:'Lucida Sans Unicode','Trebuchet MS','myriad pro',arial,sans-serif;
	font-size:8pt;
	}

	
/* COMMONS */

#content, #header {
	position:relative;
	width:960px;
	margin:0 auto auto 0;
	}


/* NAWIGACJA */

#nawigacja1,#nawigacja2 {
	position:absolute;
	z-index:88;
	}
#nawigacja2 {
	top:105px;
}
#nawigacja_bottom {
	position:absolute;
	bottom:21px;
	font-size:12pt;
}
#nawigacja_bottom a {
	margin:0 17px;
	font-size:13px;
	color:blue !important;
	text-decoration:none;
	border-bottom:0 !important;
}


/* CONTENT */

h1 {
	font-size:11pt;
	margin:0;
	}
	
#tekst {
	//display:none;
	}

#content a {
	color:blue;
	text-decoration:none;
	border-bottom:dotted orange 1px;
	}

a.img {
	border:0 !important;
	}
	
#galeria {
	text-align:center;
	}
#galeria img {
	border:0;
	margin:1px 1px;
	padding:1px;
	}
#galeria img:hover {
	padding:0;
	border:dotted orange 1px;
	}
	
em {
	font-style:normal;
	color:#3F3F3F;
	}

small {
	font-size:10.4px;
	}
.ciasno {
	letter-spacing:-1px;
	}
	