h1 {
	font-size: 32px;
}
h2 {
	font-size: 16px;
}


body {
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

#stronka {
  width: 900px; 	
  text-align: center;	
  margin-top: 10px; 
  margin-right: 15px; 	
  margin-bottom: 15px; 	
  margin-left: 15px; 
 }
	
#naglowek {
	background-color:  white;
	margin-top: 0px;
	font-family: arial black, helvetica, sans-serif;
	font-size: 32px;
	color: black;
	width: 900px;
	height: 121px;
	text-align: center; }

#pasek_opcji {
        text-align: center;	
	background-color:  white;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	float: left;
	width: 180px;
}

.opcje {
	background-color: #FFFEC2;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
        border-bottom: 2px solid gray;
        border-top: 2px solid gray;
	float: left;
	clear: left;
	margin-top: 30px;
	width: 180px;
	padding: 0px 0px 0px 0px;
}

.opcje a         {color: black; text-decoration: none; font-size: 15px; display: block;padding: 5px 0px 5px 0px;}
.opcje a:visited {color: black; text-decoration: none; font-size: 15px;	display: block;padding: 5px 0px 5px 0px;}
.opcje a:active  {color: black;	text-decoration: none; font-size: 15px;	display: block;padding: 5px 0px 5px 0px;}
.opcje a:hover   {background-color: green;	color: white;text-decoration: none;font-size: 15px; 	display: block;	padding: 5px 0px 5px 0px;}

#tresc {
	background-color:  white;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
    line-height: 130%;
	color: black;
    border-bottom: 0px solid #DDDDDD;
    border-top: 0px solid #DDDDDD;
	margin-top: 30px;
	float: right;
	width: 700px;
	text-align: left;
}
#tresc a, #tresc a:visited, #tresc a:active {text-decoration: none;color: black;}
#tresc a:hover {text-decoration: none ;color: green;}

