html, body  
	{background: #ffffff; 
	 font-size: 1em; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	}
#logo
{
	position: fixed;
	left:0%;
	top: 0%;
	width: 980px;
	height: 100px;
}
#menu
{
	position: fixed;
	left:0%;
	top: 100px;
	width:200px;
	overflow: hidden; 
}
#tresc
{
	position: fixed;
	left:200px;
	top: 100px;
	width:780px;
	height: 547px;
	background-image: url('grafika/tresc.jpg'); 
	overflow: auto;
	
}
#stopka
{
	position: fixed;
	left:0px;
	top: 647px;
	width:980px;
	text-align: center; 
	font-size: x-small; 
}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	 overflow: auto; 
	}
img 
  {border: 0px;
	}
h1 
	{font-size: 1.4em; 
	 font-weight: bold;
	 font-style: italic;
	 color : #000080;
	 background-color: #ffff80;
	 padding: 10px;
	 text-align: center;
	}
h2 
	{font-size: 1.2em;
	 font-weight: bold;
	 font-style: italic;
	 background-color: #ffffc1;
	 padding: 10px;
	 text-align: center;
	}
h3
	{font-size: 1em; 
	 font-weight: bold;
	 font-style: italic;
	 text-decoration: underline; 
	 padding: 10px;
	 text-align: center;
	}
a 
	{color: #9a0000; 
	 font-size: 1em;
	}
a:visited 
	{color: #c60000;
	}
a:hover 
	{color: #cb8583;
	}
p
{padding: 20px;
text-indent: 20px;
line-height: 20px; 
}
ul
{padding:10px;
list-style-position: inside;
list-style-type: square;}
ol
{padding:10px;
list-style-position: inside;}
li
{text-indent: 20px;
padding:5px;
text-align: justify; }