#html, body {
	
        font-size: 11pt;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #000000;
	color: #dcdcdc;
	margin: 0;
	padding: 0;
}


h1 {
font-size: 25pt;
color: #F9900F;
}
 h2 {
font-size: 15pt;
color: #F9900F;
}
h3 {
font-size: 12pt;
color: #FFFFFF;
}
h4 {
font-size: 13pt;
color: #F9900F;
}


a:link {
font-size: 13pt; color: #FF6000;
 }
a:visited {
font-size: 13pt; color: #FF6000;
}
a:hover {
font-size: 13pt; color: #000000:
}




#top {
       	width: 100%;
       	background-color: #000000;
       	position: absolute;
}
#top2 {
       	width: 980px;
              	}




#NAGLOWEK {
		width: 980px;
		HEIGHT: 160px;
                color=#F0000F;
                background-color: #000000;
}



#MENU {
        width: 980px;
        overflow: hidden;
	background-color: #444444;
	font-weight: bold;
	text-align: center;
}




#PODSTRONA {
	width: 800px;
        float: left;
	background-color: #000000;
       }
#m1 {
	width: 180px;
        float: left;
	background-color: #000000;
       }


#TRESC {
        width: 980px;
        overflow: hidden;
	color=#F0000F;
	background-color: #000000;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #888;
}


/* ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 156px;
	text-align: center;
	background-color: #ccc;
	color: #000;
	border: 2px outset #ccc;
	padding: 5px;
}

ul a:hover {
	border-style: inset;
	padding: 7px 3px 3px 7px;
	

}
  */

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	text-align: center;
	border-bottom: 1px solid #444444;
	padding-bottom: 5px;
}

ul li {
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	background-color: #444444;
	color: #FF6000;
	border: 1px solid #444444;
	padding: 5px;
}

ul a:hover {
	background-color: #000000;
	border-bottom-color: #fff;
}



