@CHARSET "UTF-8";

body {
	background-color: #000;
	
	margin-top: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	
	text-align: center;
}

#background-image {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 318px;
	background-position: top center;
	background-repeat: no-repeat;
}

#background-image2 {
	position: fixed;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 318px;
	background-position: top center;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.padding-3px {
	padding: 3px 10px 3px 10px;
}

#container {
	position: relative;
	z-index: 12;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

/* - - - - - - - Górne menu */
#menuTop {
	z-index: 13;
	width: 100%;
	height: 78px;
}

#menuTop #menuLeft {
	z-index: 13;
	display: inline; 
	float: left;
	width: 192px;
	height: 50px;
	background-image: url('../images/layout/menuLeft.png');
	background-repeat: no-repeat;
}

#menuTop #menuMid {
	z-index: 13;
	display: inline;
	float: left;
	width: 747px;
	height: 50px;
	text-align: right;
	background-image: url('../images/layout/menuBack.png');
	background-repeat: repeat-x;
}

#menuTop #menuRight {
	z-index: 13;
	display: inline;
	float: left;
	width: 21px;
	height: 50px;
	background-image: url('../images/layout/menuRight.png');
	background-repeat: no-repeat;
}

#menuTop #langMenu {
	z-index: 13;
	width: 193px;
	height: 28px;
	margin-top: 0px;
	margin-right: 20px;
	display: block;
	float: right;
	background-image: url('../images/layout/langMenu.png');
	background-repeat: no-repeat;
}

#langMenu img {
	z-index: 13;
	border: 0;
}

/* - - - - - - - Logotyp */

#logotyp {
	z-index: 13;
	width: 350px;
	height: 120px;
	text-align: left;
}

#logotyp img {
	margin-top: 10px;
}

/* - - - - - - - treść strony */

#content {
	display: inline;
	float: left;
	width: 685px;
}

.boxContainer {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 685px;
}

.halfLeftBoxContainer {
	display: inline;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 335px;
}

.halfRightBoxContainer {
	display: inline;
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 335px;
}

.boxLeftUp, .sideLeftUp {
	display: inline;
	float: left;
	width: 8px;
	height: 42px;
	background-image: url('../images/layout/boxLeftUp.png');
	background-repeat: no-repeat;
}

.boxBackUp {
	display: inline;
	float: left;
	width: 669px;
	height: 42px;
	background-image: url('../images/layout/boxBackUp.png');
	background-repeat: repeat-x;
}

.boxHalfBackUp {
	display: inline;
	float: left;
	width: 319px;
	height: 42px;
	background-image: url('../images/layout/boxBackUp.png');
	background-repeat: repeat-x;
}

.boxRightUp, .sideRightUp {
	display: inline;
	float: left;
	width: 8px;
	height: 42px;
	background-image: url('../images/layout/boxRightUp.png');
	background-repeat: no-repeat;
}

.boxBack {
	clear: both;
	width: 685px;
	min-height: 130px;
	background-color: #c1c1c1;
	background-image: url('../images/layout/boxBack.png');
	background-repeat: repeat-x;
}

.boxHalfBack {
	clear: both;
	width: 335px;
	min-height: 130px;
	background-color: #c1c1c1;
	background-image: url('../images/layout/boxBack.png');
	background-repeat: repeat-x;
}
				
.boxLeftDown, .sideLeftDown {
	display: inline;
	float: left;
	width: 8px;
	height: 14px;
	background-image: url('../images/layout/boxLeftDown.png');
	background-repeat: no-repeat;
}

.boxBackDown {
	display: inline;
	float: left;
	width: 669px;
	height: 14px;
	background-color: #c1c1c1;
}

.boxHalfBackDown {
	display: inline;
	float: left;
	width: 319px;
	height: 14px;
	background-color: #c1c1c1;
}

.boxRightDown, .sideRightDown {
	display: inline;
	float: left;
	width: 8px;
	height: 14px;
	background-image: url('../images/layout/boxRightDown.png');
	background-repeat: no-repeat;
}

/* - - - - - - - Side Bar */

#sidebar {
	display: inline;
	float: right;
	width: 230px;
}

.sideBar {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 230px;
}

.sideBackUp {
	display: inline;
	float: left;
	width: 214px;
	height: 42px;
	background-image: url('../images/layout/boxBackUp.png');
	background-repeat: repeat-x;
}

.sideBack {
	clear: both;
	width: 230px;
	min-height: 130px;
	background-color: #c1c1c1;
	background-image: url('../images/layout/boxBack.png');
	background-repeat: repeat-x;
	text-align: center;
}

.sideBack .padding-3px img, a {
	border: 0px;
	margin-bottom: 4px;
}

.sideBackDown {
	display: inline;
	float: left;
	width: 214px;
	height: 14px;
	background-color: #c1c1c1;
}

#langPadding img {
	vertical-align: middle;
}

#galeria {
	margin-left: auto;
	margin-right: auto;
}

#galeria td {
	padding: 4px;
	vertical-align: top;
	text-align: center;
}

#community-plugs {
	z-index: 100;
	position: fixed;
	top: 300px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-color: transparent;
}

#youtube-plugs {
	z-index: 100;
	position: fixed;
	top: 240px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-color: transparent;
}

.shapePaginatorLeft {
	display: inline;
	float: left;
	width: 10px;
	height: 39px;
	background-image: url('../images/layout/shapePaginatorLeft.png');
	background-repeat: no-repeat;
}

.shapePaginatorRight {
	display: inline;
	float: left;
	width: 10px;
	height: 39px;
	background-image: url('../images/layout/shapePaginatorRight.png');
	background-repeat: no-repeat;
}

.paginatorBack {
	display: inline;
	float: left;
	width: 652px;
	height: 27px;
	text-align: center;
	background-color: #c1c1c1; 
	padding: 6px;
}

