body
{
     background-image: url('../images/tlo2.jpg');
	 margin: 0;
	 padding: 0;
}
p
{
	margin: 0;
	font-size: 12;
}
h1
{
	font-size: 18;
	margin-bottom: 4;
	margin-top: 0;
	color: green;
}
table
{
	font-size:12;
}
a
{
	color: green;
}

#top 
{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	border-style: solid;
	border-width: 1px;
	border-color: lightgrey;
	font-family: Tahoma;
	font-size: 12;
	color: black;
	text-align: left;
}
#baner
{
}
#menu
{
	background-color: rgb(115,189,63);
	text-align: center;
	color: rgb*(140,65,189);
}
#mainframe
{
	margin: 3px;
	width: 805px;
	float: left;
	/*background-color: rgb(130,189,63);*/
}
#rightframe
{
	padding: 0;
	border-left: 1px solid lightgrey;
	margin: 2px;
	width: 200px;
	float: right;
	/*background-color: rgb(150,189,63);*/
}
#bottomframe
{
	clear: both;
	/*background-color: rgb(170,189,63);*/
}
#log
{
	padding: 2;
	margin: 5px;
	margin-bottom: 0;
	background-color: rgb(73,95,95);
	color: white;
}
#tables
{
	margin: 5px;
	background-color: rgb(220,233,198);
	border: 1px solid rgb(187,130,91);
}

/*********************************************************/
/* MODUL START */
/*********************************************************/

#start_left
{
	margin: 5px;
	width: 440px;
	float: left;
	/*background-color: rgb(180,189,63);*/
}
#start_right
{
	margin: 5px;
	margin-right: 0px;
	width: 345px;
	float: left;
	text-align: left;
	/*background-color: rgb(110,189,63);*/
}
#last_day_header
{
	border: 1px solid gray;
	border-bottom: 0px;
	width: 100%;
	background-color: white;
	text-align: left;
}
#last_day
{
	margin-bottom: 15px;
	border: 1px solid gray;
	width: 100%;
	height: 200px;
	background-color: white;
}
#next_day_header
{
	border: 1px solid gray;
	border-bottom: 0px;
	width: 100%;
	background-color: rgb(237,190,144);
	text-align: left;
}
#next_day
{
	border: 1px solid gray;
	width: 100%;
	height: 200px;
	background-color: rgb(241,227,207);
}
.news_title
{
	font-family: 'Times New Roman';
	font-size: 24;
	color: rgb(231,120,23);
}
.news_date
{
	font-family: 'Times New Roman';
	font-size: 10;
	color: rgb(131,130,129);
}
.news_text
{
	margin-top: 5px;
	margin-bottom: 20px;
	font-family: 'Tahoma';
	font-size: 12;
	color: rgb(31,26,23);
}

/*********************************************************/
/* MODUL TABELA */
/*********************************************************/
.tabela_ul, .tabela_ul .tabela_li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabela_ul {
}

.tabela_ul .tabela_li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent darkgreen darkgreen darkgreen;
}

.tabela_ul .tabela_a:link, .tabela_ul .tabela_a:visited {
	text-decoration: none;
	display: block;
	width: 158px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: rgb(187,130,91);
	color: #def;
	border-top: 10px solid darkgreen;
}
.tabela_ul .tabela_a_active:link, .tabela_ul .tabela_a_active:visited {
	text-decoration: none;
	display: block;
	width: 158px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: green;
	color: #def;
	border-top: 10px solid darkgreen;
}