html, body {
	background-color: #FFF;
	font-family: geomanistbook, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

td, div {
	font-family: geomanistbook, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0; padding: 0;
}

a:link {
	color: #fff; text-decoration: none;
}
a:visited {
	color: #fff; text-decoration: none;
}
a:active {
	color: #fff; text-decoration: none;
}
a:hover {
	color: #fff; text-decoration: underline;
}


a.white:link {
	color: #fff; text-decoration: none;
}
a.white:visited {
	color: #fff; text-decoration: none;
}
a.white:active {
	color: #fff; text-decoration: none;
}
a.white:hover {
	color: #fff; text-decoration: underline;
}

a.green:link {
	color: #39892f; text-decoration: none;
}
a.green:visited {
	color: #39892f; text-decoration: none;
}
a.green:active {
	color: #39892f; text-decoration: none;
}
a.green:hover {
	color: #39892f; text-decoration: underline;
}

a.black:link {
	color: #343735; text-decoration: none;
}
a.black:visited {
	color: #343735; text-decoration: none;
}
a.black:active {
	color: #343735; text-decoration: none;
}
a.black:hover {
	color: #343735; text-decoration: underline;
}


/* ID POZYCJONOWANE */

#ALL {
	width: 100%; height: 100%;
	text-align: center; 
}

#HEADER {
	height: 100px; width: 100%;
}

#MAIN {
	background-color: #f2faef;
	height: 560px; width: 100%;
}

#MAIN2 {
	background-color: #f2faef;
	width: 100%;
}

#FOOTER {
	width: 100%; height: 120px;
	font-size: 11px;
	background-color: #fff;
}

#HEADER #TOP {
	width: 980px;
	margin: 0 auto;
}

#MAIN #BANNERS {
	width: 980px; height: 560px;
	margin: 0 auto;
}

#MAIN #BANNERS2 {
	width: 980px; height: 824px;
	margin: 0 auto;
}


#MAIN #BANNERS #BANNER1 {
	width: 980px; height: 560px;
	background-image: url('images/photo_forestry.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}

#MAIN #BANNERS #BANNER2 {
	width: 980px; height: 560px;
	background-image: url('images/photo_social.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}

#MAIN #BANNERS #BANNER3 {
	width: 980px; height: 560px;
	background-image: url('images/photo_renewable.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}

#MAIN #BANNERS #BANNER4 {
	width: 980px; height: 560px;
	background-image: url('images/photo_waste.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}

#MAIN #BANNERS #BANNER5 {
	width: 980px; height: 560px;
	background-image: url('images/photo_biomass.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}

#MAIN #BANNERS #SUBBANNER {
	width: 980px; height: 560px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}

#MAIN #BANNERS2 #SUBBANNER2 {
	width: 980px; height: 824px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}


#FOOTER #FOOTERTEXT {
	width: 980px; height: 100px;
	margin: 0 auto;
}


.bannerBackGreen {
	position: absolute;
	top: 460px; left: 0px;
	width: 980px; height: 100px;
	background-color: #a9dc93;
	filter: alpha(opacity=30);
	opacity: 0.30;
	z-index: 1100;
}

.bannerBackWhite {
	position: absolute;
	top: 460px; left: 0px;
	width: 980px; height: 100px;
	background-color: #fff;
	filter: alpha(opacity=30);
	opacity: 0.30;
	z-index: 1100;
}

.subbannerBack {
	position: absolute;
	top: 20px; left: 40px;
	width: 900px; height: 520px;
	background-color: #4d4e53;
	filter: alpha(opacity=20);
	opacity: 0.20;
	z-index: 1100;
}

.subbanner2Back {
	position: absolute;
	top: 20px; left: 40px;
	width: 900px; height: 784px;
	background-color: #4d4e53;
	filter: alpha(opacity=20);
	opacity: 0.20;
	z-index: 1100;
}


.bannerIcon {
	position: absolute;
	top: 474px; left: 871px;
	z-index: 1200;
}

.bannerTitle {
	position: absolute;
	top: 496px; left: 40px;
	z-index: 1200;
	font-size: 48px;
}

.subbannerTitle {
	position: absolute;
	top: 40px; left: 60px;
	z-index: 1200;
	font-size: 36px;
	color: #a9dc93;
}

.newsroomTitle {
	font-size: 36px;
	color: #343735;
	padding: 45px 0 25px 60px;
}

.subbannerLine {
	position: absolute;
	top: 85px; left: 60px;
	width: 860px; height: 2px;
	z-index: 1200;
	background-color: #fff;
}

.newsroomLine {
	width: 860px; height: 2px;
	background-color: #b3b3b3;
	padding: 0;
	margin: 0 0 0 60px;
}

.newsroomBox {
	width: 960px;
	padding: 0;
	margin: 40px 0 0 0;
}

.newsTitle {
	font-size: 28px;
	padding-bottom: 10px;
	font-family: geomanistbold, sans-serif;
	font-weight: bold;
}

.newsDate {
	font-size: 18px;
	padding-bottom: 20px;
}

.newsText {
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 28px;
}

.newsMore {
	font-size: 18px;
}


.subbannerText {
	position: absolute;
	top: 120px; left: 60px;
	width: 860px; height: 415px;
	z-index: 1200;
	color: #fff;
	text-align: left;
	font-size: 28px;
	line-height: 40px;
}

.subbannermarginleft {
	margin-left: 20px;
	font-size: 28px;
	line-height: 40px;
}


.logo {
	float: left;
	padding: 15px 0 0 15px;
}

.menu {
	float: right;
	padding: 25px 15px 0 0;
}

.menuPadding {
	padding-top: 15px;
	font-size: 18px;
	color: #FFF;
}

.menuButton {
	background-color: #a9dc93;
	width: 110px; height: 50px;
	text-align: center;
	margin-left: 3px;
	cursor: pointer;
	float: right;
}

.clear {
	clear: both;
}

.green {
	color: #39892f;
}

.black {
	color: #343735;
}

.greenLight {
	color: #39892f;
	font-family: geomanistlight, sans-serif;
	font-weight: lighter;
}

.bold {
	font-family: geomanistbold, sans-serif;
	font-weight: bold;
}


@font-face {
    font-family: 'geomanistbold';
    src: url('fonts/geomanistbold-webfont.eot');
    src: url('fonts/geomanistbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanistbold-webfont.woff2') format('woff2'),
         url('fonts/geomanistbold-webfont.woff') format('woff'),
         url('fonts/geomanistbold-webfont.ttf') format('truetype'),
         url('fonts/geomanistbold-webfont.svg#geomanistbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistbook';
    src: url('fonts/geomanistbook-webfont.eot');
    src: url('fonts/geomanistbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanistbook-webfont.woff2') format('woff2'),
         url('fonts/geomanistbook-webfont.woff') format('woff'),
         url('fonts/geomanistbook-webfont.ttf') format('truetype'),
         url('fonts/geomanistbook-webfont.svg#geomanistbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistextralight';
    src: url('fonts/geomanistextralight-webfont.eot');
    src: url('fonts/geomanistextralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanistextralight-webfont.woff2') format('woff2'),
         url('fonts/geomanistextralight-webfont.woff') format('woff'),
         url('fonts/geomanistextralight-webfont.ttf') format('truetype'),
         url('fonts/geomanistextralight-webfont.svg#geomanistextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistlight';
    src: url('fonts/geomanistlight-webfont.eot');
    src: url('fonts/geomanistlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanistlight-webfont.woff2') format('woff2'),
         url('fonts/geomanistlight-webfont.woff') format('woff'),
         url('fonts/geomanistlight-webfont.ttf') format('truetype'),
         url('fonts/geomanistlight-webfont.svg#geomanistlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistmedium';
    src: url('fonts/geomanistmedium-webfont.eot');
    src: url('fonts/geomanistmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanistmedium-webfont.woff2') format('woff2'),
         url('fonts/geomanistmedium-webfont.woff') format('woff'),
         url('fonts/geomanistmedium-webfont.ttf') format('truetype'),
         url('fonts/geomanistmedium-webfont.svg#geomanistmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
