/* HTML Elements */

/*
Zamiana:
0b5f45
72b98f

color: #e9e8e7; (polski bialy)
*/

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

html {
	overflow-y: scroll;
}


body {
	font: 100% Calibri, Roboto, Helvetica, Arial, Lucida, sans-serif;
	background-color: #FEFEFE;
	
}

p {	
	color: #7C7C7C;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

div {
	}

a:active, a:focus {
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

a:link, a:visited, td a {
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	color: #29435a;
}



a:hover, a:active {
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

hr {
}

li{	
}

h1, h1 a, h1 a:hover, h1 a:link, h1 a:visited {
	font-size: 2em;
	font-weight: bold;
/*	color: #494949;*/
	color: #0b5f45;
	
}

h2, h2 a, h2 a:hover {
	font-size: 1.8em;
	font-weight: bold;
	color: #494949;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #494949;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #494949;
}

embed{
}

th,td, tbody {
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.show {
}
/* struktura */

#Main {
	margin: auto;
	display: block;
	width: 100%;
}

/* Naglowkowe sprawy*/

#MHeader {
	/*margin-top: 20px;*/
	/*margin: auto;
	display: block;
	width: 100%;*/
	height: 250px;
	background-color: #c0c0c0;
	display: block;
	float: left;
	}

#MHGora {
	display: block;
	margin: auto;
	max-width: 1120px;
	width: 1120px;
}

#MHGLewy {
	display: block;
	float: left;
}

#MHGPrawy {
	display: block;
	float: left;
}

#MHGPLewy {
	display: block;
	float: left;
	text-align: center;
}

#MHGPPrawy {
	display: block;
	float: right;
}

#MHDol {
	background-color: #0b5f45;
	display: block;
	float: left;
	width: 100%;
}

#MHDMenu {
	display: block;
	margin: auto;
	max-width: 1120px;
	width: 1120px;
}

/*Zawartosc i jej przyleglosci*/

#OverMBody {
	display: block;
	float: left;
	width: 100%;
	background-color: #f5f5f5;
}

#MBody {
	background-color: #F5F5F5;
	/*margin-top: 20px;*/
	display: block;
	margin: auto;
	max-width: 1120px;
	width: 1120px;
}

#MBodyF {
	
	/*margin-top: 20px;*/
	display: block;
	float: left;
	background-color: #F5F5F5;

}

#MBGora, #MBTrescF, #MBDol {
	display: block;
	margin: auto;
	max-width: 1120px;
	width: 1120px;
}

#MBRight {
	display: block;
	float: left;
	
}
	
#MBTresc {
	display: block;
	float: left;
	background-color: #F5F5F5;
}




/* Wewnetrzna */


/* Dolna zawartosc*/


/* Stopka */

#Footer {
	/*margin-top: 20px;*/
	background-color: #0b5f45;
	display: block;
	float: left;
	width: 100%;
}

#FGora {
	display: block;
	margin: auto;
	max-width: 1120px;
	width: 1120px;
}

#FDol {
	display: block;
	margin: auto;
	max-width: 1120px;
	width: 1120px;
}

*/
/*Edit list*/

/* koniec struktury */