/** 1. resettery **/
body, div, img {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	color: #7c7c7c;
	line-height: 13px;
}

/** 2. globalne ustawienia **/
body {
	position: relative;
	background: white url(/images/frontend/layout/bg.png) repeat-x top;
	text-align: center;
	font-size: 75%;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

input, textarea {
	color: #747474;
}
/** 3. glowne kontenery **/
#mainContainer {
	width: 855px;
	margin: 10px auto 0 auto;
	position: relative;
	text-align: justify;
}


#headContainer {
	height: 100px;
	width: 100%;
	position: relative;
}

#bodyContainer {
	background-color: white;
}

#footContainer {
	height: 50px;
	margin-top: 10px;
	clear: both;
	font-size: 75%;
	background: white url(/images/frontend/layout/footer.png) no-repeat center;
	position: relative;
	padding: 0 10px;
}

#footerLeft {
	position: absolute;
	top: 0;
	left: 0;
}

#footerRight {
	position: absolute;
	top: 0;
	right: 0;
}

#footLine1 {
	position: relative;
	top: -5px;
	height: 24px;
	padding: 0;
}

#footLine2 {
	position: relative;
	top: -10px;
	height: 24px;
	padding: 0;
}

/** 4. wspolne elementy layoutu **/

#logoHead {
	position: absolute;
	left: 5px;
	top: 5px;
}

#miniLinksContainer, #maxiLinksContainer {
	width: 835px; // 855-20
	height: 30px;
	text-align: right;
	font-size: 80%;
	padding: 0 0 0 10px; 
}

#miniLinksContainer {
	position: relative;
	top: 10xp;
}

/** menu obrazkowe na gorze **/
#maxiLinksContainer {
	height: 55px;
	position: relative;
	left: 150px;
	top: 14px;
	width: 290px;
	text-align: right;
	padding-top: 15px;
}

#maxiLinksList {
	position: relative;
	padding: 0 0 0 34px;
	height: 37px;
	list-style: none;
	position: relative;
	left: 475px;
} 


#maxiLinksList li {
	position: relative;
	display: inline;
	float: left;
	text-align: center;
	width: 35px;
}

#maxiLinksList li a {
	display: block;
	padding: 0;
	height: 33px;
	width: 30px;
	color: #7d7d7d;
	position: relative;
}

/** (wyszukiwareczka) **/

#maxiLinksList li#maxiSearch {
	width: 200px;
	position: relative;
	right: 50px;
}

#maxiSearchButton {
	position: absolute;
	right: -30px;
	top: -7px;
	z-index:2;
}

#maxiSearchInput {
	width: 190px;
	position: relative;
	border: 1px solid #7C7C7C;
	color: #7C7C7C;
	padding: 3px 30px 3px 3px;
}


/** menu tekstowe na gorze **/
#miniLinksContainer a {
	font-weight: normal;
	color: #9d9d9d;
}


/** 5. helpery **/
.clearer {
	clear: both;
}


.column1 {
	float: left;
}

.column2 {
	float: right;
}


/** widgety **/
.widgetSlotmain {
	margin-top: 0px;
}
.widgetSlotmain .widgetViewMode , .widgetSlotright_vertical .widgetViewMode  {
	margin: 0px 0 5px 0;
}

/** 5. layout contentow **/
#contentContentContainer {
	width: 615px;
	float: left;
	background-color: white;
	padding: 10px;
}

#contentContentContainer p img {
	margin: 0 5px;
}


#contentContentContainer a {
	color: #5c5c5c;
}

#contentContentContainer .contentTags {
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid #E2E2E2;
	color: #a7a7a7;
}
	
#contentContentContainer .contentTags a {
	color: #6ab2f1;
	font-weight: normal;
}
#contentContentContainer .contentTags a:hover {
	text-decoration: underline;
}

#contentContentContainer table td {
	padding: 10px 15px 10px 10px;
}


/** naglowek ze zdjeciami **/
#contentHeaderContainer {
	height: 165px;
	overflow: hidden;
}

#headerPhotoList {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentToolsColumn {
	width: 207px;
	float: right;
}

#contentCoreContainer {
	padding: 15px;
}



/** wybor jezyka **/
#langToolbar {
	text-align: right;
	height: 20px;
	position: relative;
	float: right;
	width: 100px;
}

#langToolbar a {
	margin-right: 10px;
}
.currentLanguage {
	background: transparent url(/images/frontend/layout/shadow.png) no-repeat bottom;
}


/** pager **/
.pager {
	border-top: 1px solid #e2e2e2;
	padding-top: 5px;
	text-align: center;
	width: 75%;
	margin: 5px auto 0 auto;
}

.pager a {
	color: #cacaca;
}

.pager span {
	font-weight: bold;
}


/** okruszki **/
#breadCrumbs {
	padding-left: 5px;
	font-size: 85%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
	margin-left: 5px;
	width: 615px;
}
 

/** stopka **/

#footContainer .column1 {
	width: 70%;
}
#footContainer a {
	color: #7C7C7C;
}
