body {
	background-color: #3b3b3b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#KONTENER {
	width: 975px;
	height: 800px;
	margin: 0 auto;
}

#MENU {
    width: 975px;
    height: 300px;
    background-image: url(img/gora_tlo.jpg);
    padding: 20px 5px 5px 5px;
}

#menu2 {
    width: 975px;
    height: 141px;
    background-image: url(img/gora_menu2.jpg);
    padding: 20px 5px 5px 5px;
}

#TLO_PRZYCISK {
    width: 666px;
    height: 52px;
    margin: 0 auto;
    padding-top: 10px;
    background-image: url(img/menu_tlo.png);
}


#MENU ul {
    margin: 0;
    padding: 0;
}

#MENU li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    width: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: solid 1px;
    border-color: #818181;
}

#MENU li.bez_ramki {
    border-right: none;
}

#MENU li.aktywne {
    border: solid 1px;
    border-color: #1274d9;
    background-image: url(img/tresc_tlo-gradient.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	

}

#MENU a {
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    line-height: 10px;
    font-family:Arial;
}

#MENU a:hover {
    font-weight: bold;
}

#STRONA {
	width: 955px;
	overflow: hidden;
	height: auto;
	padding: 15px 15px 15px 15px;

	background-color: #e6e6e6;
}

#TRESC {
	width: 600px;
	padding: 0px 10px 10px 15px;
	background-color: #e6e6e6;
	float: left;
}

#REKLAMY {
  	width: 170px;
	padding: 0px;
	float: right;	
	border: solid 1px;
	border-color: #999999;
	padding: 5px 15px 5px 15px;

}

#STOPKA {	
	width: 955px;
	height: 50;
	padding: 15px 15px 15px 15px;
	background-color: #cbcbcb;
	border-top: solid 1px;
	border-color: #999999;	
  
}





#TRESC h1 {
    color: #303030;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 12px;
    text-align: left;
    text-transform: uppercase;
}

#TRESC h2 {
    color: #575757;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    text-align: left;
    text-transform: uppercase;
    
}


#TRESC p {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    font-family:Arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align : left;
}

#TRESC p.wstep {
    color: #0b70e4;  
    font-weight: bold;    
}

li {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    list-style-type: none;    
    font-family:Arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align : left;
}

li.kropka {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    list-style-type: disc;    
    font-family:Arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align : left;
}

li.niebieski {
    color: #0b70e4;  
    font-weight: bold;    
}

#STOPKA p {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    font-family:Arial, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align : left;
}

#STOPKA a {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    
}

#STOPKA a:hover {
    font-weight: bold;
    color: #ffffff;
}


#REKLAMY img {
    border: none;
}



