html, body  
	{background: #ffffff; 
	 font-size: 1em; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	background-image: url(grafika/tlo.jpg);
	background-repeat: no-repeat; 
	
	background-attachment: fixed;
	}
#logo
{
	position: fixed;
	left:0%;
	top: 0%;
	width: 980px;
	z-index: 2; 
	border-bottom-style: solid; 
	border-bottom-color: black;
	border-bottom-width: 1px;   
}
#menu
{
	position: fixed;
	left:0%;
	top:122px;
	width:200px;
}
#tresc
{
	line-height: 1.5em;
	position: absolute;
	left:200px;
	top:122px;
	width:780px;
	height: 500px;
	z-index: 1; 
}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	}
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; }
