body			{
				margin: 0px;
				background-color: #0099CC;
				font-family: Arial;
				font-size: 12px;
				}
div.top		{
				width: 970px;
				height: 135px;
				margin: auto;
				background-color: white;
				z-index: 0;
				}
div.bot		{
				width: 970px;
				height: 546px;
				margin: auto;
				background-color: white;
				z-index: 1;
				}
div.stopka	{
				width: 970px;
				height: 80px;
				margin: auto;
				z-index: 1;
				}
div.empty	{
				width: 256px;
				height: 150px;
				}
div.panel	{
				width: 700px;
				height: 530px;
				margin: auto;
				overflow: auto;
				}
div.menu		{
				width: 200px;
				background-image: url(off.png);
				margin: auto;
				text-align: center;
				cursor: pointer;
				margin-top: 4px;
				padding-top: 6px;
				padding-bottom: 2px;
				}
div.menu:hover{
				background-image: url(on.png);
				}
div.menu_on	{
				width: 200px;
				background-image: url(on.png);
				margin: auto;
				text-align: center;
				cursor: pointer;
				margin-top: 4px;
				padding-top: 6px;
				padding-bottom: 2px;
				font-family: Arial;
				color: white;
				font-size: 15px;
				font-weight: bold;
				text-decoration: none;
				}
a.menu 		{
				font-family: Arial;
				color: black;
				font-size: 15px;
				font-weight: bold;
				text-decoration: none;
				}
a.menu:hover{
				color: white;
				}
a				{
				color: black;
				text-decoration: none;
				}
a:hover		{
				color: red;
				}
table.col	{
				border-collapse: collapse;
				border-color: #000000;
				}
td.col		{
				border-color: #000000;
				padding: 6px;
				}
th.col		{
				border-color: #000000;
				padding: 6px;
				background-color: silver;
				}
table.akt	{
				width: 570px;
				border: 0px;
				border-collapse: collapse;
				}
td.akt		{
				padding: 20px;
				border-bottom-style: dotted;
				border-bottom-width: 1px;
				border-bottom-color: black;
				border-left: 0px;
				border-right-width: 0px;
				border-top-color: black;
				border-top-style: dotted;
				border-top-width: 1px;
				}
.a				{
				width: 970px;
				}
td.left		{
				width: 256px;
				height: 546px;
				background: url(tlo_l.jpg);
				}
img.top		{
				width: 946px;
				height: 157;
				margin: 0px;
				position: relative;
				z-index: 0;
				}
h1,h2,h3		{
				text-align: center;
				}
input			{
				font-family: Arial;
				font-size: 12px;
				}
textarea		{
				font-family: Arial;
				font-size: 12px;
				}