﻿/* CSS Document */

body
{
	margin: 0px 0px 0px 0px;
	height:100%;
	background-color:#079d49;
}

.top
{
	background-image:url(../design_img/top.jpg);
	height:13px;
}
.heder_drvo
{
	background-image:url(../design_img/heder_drvo.jpg);
	background-repeat:no-repeat;
	height:132px;
	width:178;
}

.heder_denot
{
	background-image:url(../design_img/heder_denot.jpg);
	background-repeat:no-repeat;
	width:341px;
	height:132px;
	padding-top:108px;
	padding-left:25px;
}
.href_lang_sel
{
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.href_lang_sel:hover
{
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}
.heder_linija
{
	background-color:#089d49;
	border-bottom:solid 1px #ffffff;
}
.foother
{
	background-image:url(../design_img/foother_left.jpg);
	height:15px;
	background-repeat:repeat-x;
}

.menu
{
	background-color:#19b760;
	background-repeat:no-repeat;
	height:608px;
	width:178px;
	background-position:top left;
	border-right:solid 1px #ffffff;
}

.content
{
	background-image:url(../design_img/content.jpg);
	height:608px;
	width:846px;
	color:White;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.link
{
	font-family:Arial;
	text-align:right;
	color:#FFFFFF;
	font-size:9pt;
	background-image:url("../design_img/menu_item_bg.jpg");
	background-position:right;
	background-repeat:no-repeat;
	width:170px;
}

.link:hover
{
	font-family:Arial;
	text-align:right;
	color:#FFFFFF;
	font-size:9pt;
	background-image:url("../design_img/menu_item_bg_hover.jpg");
	background-position:right;
	background-repeat:no-repeat;
	width:170px;
}

p
{
	color:White;
	font-family:Arial;
	font-size:9pt;
}

a
{
	color:White;
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
}
a:hover
{
	color:White;
	font-family:Arial;
	font-size:9pt;
	text-decoration:underline;
}

table.tb_menu_link_hold
{
	
}

table.tb_menu_link_hold td
{
	width:170px;
	background-image:url("../design_img/menu_item_bg.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	height:35px;
}
table.tb_menu_link_hold td:hover
{
	width:170px;
	background-image:url("../design_img/menu_item_bg_hover.jpg");
	background-position:right top;
	background-repeat:no-repeat;
}
.main_menu_href
{
	font-family:Arial;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.main_menu_href:hover
{
	font-family:Arial;
	text-align:right;
	color:#003300;
	font-size:12px;
	text-decoration:none;
}
.main_menu_sub_item_href
{
	font-family:Arial;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;	
	text-decoration:none;
}
.main_menu_sub_item_href:hover
{
	font-family:Arial;
	text-align:left;
	color:#003300;
	font-size:12px;
	text-decoration:none;
}