body {font: normal 12pt 'Times New Roman';
     text-align: center; line-height: 150%;
     color: black;
     background-color: white;
     padding:0;
     margin:0;
     height: 100%}
     
#strona {width: 780px;
margin: 0px auto;}

#naglowek {background-color: white;
          text-align: center;
          border-bottom: double black;}

#MENU {background-color: white;
      padding-top: 15px;}
      
#tresc {clear:left;
       background-color: white;
      padding-top: 10px;}

 a:link {color: #000080; text-decoration: none}
 a:visited {color: #000080; text-decoration: none}
 a:active {color: red; text-decoration: none}
 a:hover {color: #000080; font-weight: bold}
 
 /* Format głównego menu - STYL WYPUNKTOWANIA */
/* usunięcie domyslnych formatowań */
ul.menuglowne1 ul.menuglowne1 li.menuglowne1 {display: block;
	list-style: none;
	margin: 0;
	padding: 0;}
	
/*ustawienie punktowania w linii*/	
	ul li.menuglowne2 {float: left}	
	
/* format menu */	
	ul a:link.menuglowne3, ul a:visited.menuglowne3 {
	font: normal bold 10pt Arial;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url("obrazy/przycisk.gif");
        background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 6px 0px;
        margin-right: 10px;}

ul a:hover.menuglowne4 { color: black;
		background-image: url("obrazy/przyciska.gif");
		}

