#rama { 
	display: table;
	background: url('grafika/menutlo.gif');
	margin-left:auto;
 	margin-right:auto;
	width: 770px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	height: auto;
   }
#header {
	margin-left:auto;
 	margin-right:auto;
 	height: 150px; 
	width: 770px; 
	background:#FFFBF0;
	margin-bottom: 3px;
	}
#row  {
	display: table-row;
	}
#left	{
	display: table-cell; 
	float:left;
	width: 170px;
	}
#middle	{
	display: table-cell;
	float:left;
	width: 430px;
	background: #F2F2F2;
	min-height: 635px;	
	}
#right{
	display: table-cell; 
	float:left;
	width: 170px;
	}
#tlo { 
	background: #FFFBF0;
	}
.center{
	text-align: center; 
	}
.menu ul {
	list-style-type: disc;
  	padding-bottom: 9px;
  	margin-top: 0px;
  	padding-top: 0px;
  	margin-bottom: 0px;
	}
.menu ul li {
	margin-left: -19px;
	}
.menu ul li a {
	text-decoration: none;
	color: #626262;
	}
.menu ul li a:hover {
	color: #2089C8;
	text-decoration: underline;
	font-weight: bold; 
	}
.akt{ 
	margin-bottom: 5px;
	}
.tytul{ 
	font-weight: bold; 
	font-size: 13px;
	background: url('grafika/tyt_tlo.png');
	color: #D4E3FF;
	}
.dod{
	font-size: 9px;
	padding-right: 4px;
	border-top-color: #FFFBF0;
	border-top-style: solid;
	border-top-width: 8px;
	text-align: right;
	}
.tekst{
	margin-top: 5px;
	padding-left: 6px;
	padding-right: 4px;
	}
#stopka{ 
	height: 32px;
	background-image: url('grafika/stback.png');
	font-size: 11px;
	text-align: center;
	color: #CECECE;
	clear: both;
	}
