html, body
	{
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	background-color: #ffffff;
	text-align: center;
	}
#TOP
	{
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	width: 960px;
	}
#BANER
	{
	margin: 0;
	width: 960px;
	}
#OPIS
	  {
  	  	margin:auto 0;
  	  	padding: 10px;
  	  	font-family: Times new roman;
  	  	color: #0062a3;
  	  	text-align: center;
	  }
#OPIS a:link , a:visited
		{
			color: #0062a3;
			text-decoration: none;
		}
#OPIS a:hover
		{
		 color: #0062a3;
		 text-decoration: underline;	
		}	  
	  
#MENU
	{
	text-align: center;
	font-family: Arial, Helvatica, sans-serif;
	font-size: 0.95em;
	background-image: url(./obrazy/menu.jpg);
	height: 50px;
	}
#MENU ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	}
#MENU li
	{
	display: inline;
	}
#MENU a:link, #MENU a:visited
	{
	text-decoration: none;
	color: #ffffff;
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	}
#MENU a:hover
	{
	text-decoration: underline;
	color:#c0c0c0;
	}
#TRESC
	{
	margin-top: 5px;
	font-size: 0.85em;
	text-align: justify;
	color: #787878;
	}
#TRESC a:link, #TRESC a:visited 
		 {
		  text-decoration: none;
		  color:#787878;
		 }
#TRESC a:hover
		 {
		 	text-decoration: underline;
		 }
#STOPKA
	{
	clear: both;
	width: 960px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .8em;
	background-image: url(./obrazy/stopka.jpg);
	text-align: center;
	height: 90px;
	}
#STOPKA ul
	{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#STOPKA li
	{
	display: inline;
	margin-top: 10px;
	}
#STOPKA a:link, #STOPKA a:visited
	{
	text-decoration: none;
	color: #ffffff;
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	border-right: 1px solid #ffffff;
	}
h1
  {
  	font-size: 0.9em;
  	text-align: center;
  }
h2
  {
  	font-size: 0.9em;
  	text-align: left;
  	text-decoration: underline;
  }
p
 {
 	font-size: 0.85em;
 }
ul
  {
  	list-style-type: square;
  	font-size: 0.85em;
  }