/** 1. resettery **/
body, div, img {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	color: #7c7c7c;
}

/** 2. globalne ustawienia **/
body {
	position: relative;
	background: white url(/images/frontend/layout/background.png) repeat-x 0 96px;
	text-align: center;
	font-size: 75%;
}

a {
	color: #003875;
	font-weight: bold;
	text-decoration: none;
}

input, textarea {
	color: #747474;
}

h5  {
	color: #81c06f;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/** 3. glowne kontenery **/
#mainContainer {
	width: 960px;
	margin: 10px auto 0 auto;
	position: relative;
	text-align: justify;
}


#headContainer {
	height: 80px;
	width: 100%;
	position: relative;
}

#bodyContainer {
	margin-top: 20px;
}




/** 4. wspolne elementy layoutu **/

/** 4.1 - naglowek **/
#logoHead {
	position: absolute;
	left: 0;
	top: 0;
}
#miniLinksContainer {
	position: absolute;
	top: 0;
	right: 0;
}

/** 4.2 stopka **/


#mainFooterContainer {
	width: 100%;
	background-color: #171717;
	margin-top: 30px;
	clear: both;
}

#footerContainer {
	width: 960px; /** szerokosc glownego kontenera**/
	margin: 0 auto;
	color: white;
	font-size: 90%;
	padding: 10px;
	text-align: justify;
}

#footerContainer h5 {
	letter-spacing: 3px;
	font-size: 110%;
	font-weight: bold;
}

#footerContainer p {
	margin: 0;
	padding: 0;
	color: white;
}

#footerContainer a {
	color: white;
	font-weight: normal;
}

#breadCrumbs {
	font-size: 80%;
	margin-bottom: 10px;
}

#breadCrumbs a {
	color: #444444;
}

/** 5. helpery **/
.clearer {
	height: 0;
	clear: both;
}

.column1 {
	float: left;
}

.column2 {
	float: right;
}

/** 6. widgety i widgetsloty **/
.widgetSlotbottom_horizontal {
	margin-top: 5px;
}

.widgetSlotright_column .widgetViewMode, .widgetSlotright_column .widgetEditMode {
	margin-bottom: 21px;
	z-index: 1;
}

.widgetPreviewMode {
	background-color: white;
	border: 1px solid black;
}

.widgetPreviewMode p {
	margin: 5px;
}

.widgetPreviewMode .iconBar {
	border-bottom: 1px solid red;
	padding: 5px;
	margin-bottom: 5px;
}

/** 6.1 widgety na stronie glownej **/
.widgetSlotmainPage_content {
	width: 1000px;	
	min-height: 356px;
}
.widgetSlotmainPage_content .widgetViewMode, .widgetSlotmainPage_content .widgetEditMode{
	float: left;
	width: 290px;
	margin: 15px 14px 0 14px;
}


/** 7. wspolny layout wielu contentow **/
#contentArea {
	width: 639px;
	float: left;
}

#contentContainer {
	margin-top: 21px;
	padding: 10px 25px 25px 25px;
	background: transparent url(/images/frontend/contents/background.png) no-repeat left top;
}

#contentContainer h2 {
	color: black;
}

#contentContainer h3 {
	color: black;
	border-bottom: 1px solid #8EC278;
	padding-bottom: 2px;
	margin-top: 30px;
}

#contentContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contentContainer ul li {
	background: transparent url(/images/lib/pointer.png) no-repeat left 4px;
	padding-left: 10px;
	margin: 5px 0 10px 8px;
}

#widgetArea {
	width: 300px;
	float: right;
}


.contentBody img {
	margin: 15px;
}

.contentBody a {
	color: #7C7C7C;
	font-weight: bold;
}

/** podstrony **/
#mainPhotoArea {
	width: 639px;
	height: 248px;
	overflow: hidden;
}

#mainPhotoArea h1 {
	position: absolute;
	color: white;
	top: 310px;
	left: 15px;
	letter-spacing: 5px;
	font-weight: normal;
}

#mainPhotoArea .photo {
	width: 639px;
	height: 248px;
}


