 * {margin:0; padding:0;}

body
{
	font-family: arial, verdana;
	font-size: 14px;
} 


 
#container
{
	min-width:600px; max-width: 1100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid; */
}

#header
{
	float: top;
	width: auto;
	background-color: black;
	color: white;
	font-size: 100px;
	font-weight: bold;
	padding: 20px 30px;
	text-align: left;
}

#obraz
{
	float: top;
	width: 100%;

}

#obraz>img
{
	width: 100%;
}

#menu
{
	/* position: relative;  */
	/* left: 50px; top: 50px; */
	width: 100%;
	float: left;
	color: white;
	background-color: white;
}

#tresc
{
	
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	font-size: 18px;

}

#footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	background-color: black;
	color: white;

}

.ilustracje
{
	text-align: center;
    margin-top: 10px;
	margin-bottom: 10px;
}

.podpis_rys
{
	font-size:12px;
	margin-top: 10px;
}

p
{
	margin-bottom: 15px;
}

cite
{
	font-size: 10px;
	margin-top: 30px;
	position: relative;
}

/*lista w tekście*/
ul
{
	margin-left: 20px;
	
}

#tresc>ul li
{
	margin-top: 5px;
}

h1, h2
{
	margin-bottom: 15px;
}

h3, h4
{
	margin-top: 5px;
	margin-bottom: 10px;
}

hr
{
	margin-bottom: 10px;
}

table
{
	display: table;
	
}

td, th
{
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
}




/* MENU */
/*  Menu - góra  */

#menu>ol 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: black;
  font-size: 14px;
  height: 2em;
  line-height: 2em;
  text-align: center;
  
}

#menu>ol a 
{
  display: block;
  color: white;
  text-decoration: none;
  padding: 0 5px;
  
}

#menu>ol > li 
{
  float: left;
  background-color: red;
  width:170px;
  margin-left: 1px;
  height:2em;
  z-index: 2;
}

#menu>ol > li:first-child
{
  margin-left: 0;
}

#menu>ol > li:hover 
{
  background-color: rgb(100,100,100);
}


#menu>ol > li:hover > a
{
  color: white;
  
}

#menu>ol > li:hover > ul 
{
  display: block;
}

/*  Menu - rozwijane  */

#menu>ol > li > ul 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;

}

#menu>ol > li > ul > li 
{
  position: relative;
  background-color: rgb(100,100,100);
  min-width:170px;
}

#menu>ol > li > ul > li > a 
{
  border-top: 1px solid black;
}



#menu>ol > li > ul > li:hover 
{
  background-color: black;

}

#menu>ol > li > ul > li:hover > a 
{
  color: white;
}

/* KONIEC MENU */




