/* Formatowanie całości dokumentu - otoczenia bloków, usunięcie marginesów */
html, body {background-color: #DFDFBF;
	color: #000;
	margin: 0;
	padding: 0;
        text-align: center;
        font: normal 12pt 'Times New Roman', serif;
	color: black;
        height: 100%}
 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}

/* Formatowanie tabeli - chodzi o główną w treści strony*/
 table {font: normal 12pt 'Times New Roman', serif;
	color: black}
	
/* Formatowanie bloku, w którym zawiera się cała treść - szerokość */
#strona {width: 780px;
        background-color: #DFDFBF;
        margin: 0px auto; /* Ten zapis powoduje, że treść będzie wyśrodkowana*/}
        
/* Format nagłówka */
#baner {background-color: #DFDFBF;
        color: black;
        font: bold 20pt 'Arial black';
	text-align: center;
        height: 45 px;
        padding-top: 3px;}

/*Format bloku menu*/
#blokmenu {background-color: #006600;
      height: 25px;
      padding-top: 3px; padding-left: 10px;
      text-align: left;}
      
/* Format głównego menu - STYL WYPUNKTOWANIA */
/* usunięcie domyslnych formatowań */
ul, ul 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, ul a:visited.menuglowne3 {
	font: normal bold 10pt Arial;
	text-decoration: none;
	display: block;
	width: 80px;
	text-align: center;
	background-color: #006600;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 1px;}

ul a:hover.menuglowne4 { color: black;
		background-color: white;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black}

