/************* GENERAL ************/
body { background-color: #AC7A25; margin: 0 0 20px 0; font-family: Trebuchet MS, Tahoma, Arial; }
p {}
h1 { font-size: 25px; margin: 20px 0 15px 15px; padding: 0;}
h2 { font-size: 14px;  text-transform: uppercase; color: #AC7A25; padding: 0; margin: 10px 5px 10px 5px;}
h3 { font-size: 14px; margin: 5px 0 5px 0; padding:0; font-weight: normal;}
img { border : 0;}

/*********** INDEX.INC.ASP ***********/
#main_table { }

#main_table_right { width: 3px; background-image: url(images/right_border_background.gif); }

#main_table_left { width: 3px; background-image: url(images/left_border_background.gif); }

#main_table_header { height: 153px; background-image: url(images/header_background.jpg); border-bottom: 1px solid #A1A1A1; text-align: left; }

#main_table_tab_area { height: 30px; /*background-image: url(images/tab_background.jpg);*/ }

.menu_tab {height: 30px; width: 151px; background-image: url(images/tab_background.jpg); border-left: 1px solid #FFFFFF; text-align: center; font-weight: bold; cursor: pointer; }
.menu_tab:hover { background-image: url(images/tab_background_dark.jpg); }
a.menu_tab_link {display: block; width: 100%; height: 100%; text-decoration: none; font-weight:bold; color: #000000; line-height: 190%; }

#main_table_content { height: 100%; background-color: #FFFFFF; padding: 0; margin: 0; text-align: left;}

#main_table_bottom { height: 17px; background-image: url(images/bottom_background.gif); padding: 0 1px 0 1px; border-bottom-color: #AC7A25; }

#img_logo {margin-left: 30px; margin-top: 35px;}

/*
#img_cat_01 { position: absolute; top: 5px; margin-left: 220px; }
#img_cat_02 { position: absolute; top: 153px; margin-left: 221px; }
#img_cat_03 { position: absolute; top: 153px; margin-left: 264px; }
/**/
#img_cat_01 { position: absolute; top: -12px; margin-left: 220px; }
#img_cat_02 { position: absolute; top: 136px; margin-left: 221px; }
#img_cat_03 { position: absolute; top: 136px; margin-left: 264px; }

.small { font-size: 11px; color: #BBBBBB; }
.small a { text-decoration: none; color: #BBBBBB; }

/*********** ALL INC FILES *********/
#content_main_div {padding-left: 15px; padding-right: 10px; padding-bottom: 15px; color: #666666; font-size: 13px;}

/*************** O_NAMA.INC.ASP***********************/
#table_o_nama td.slike { text-align: center; width: 380px;}

#table_o_nama td.podnaslov { padding-left: 30px; }

#table_o_nama td.slike img { border: 1px solid #CCCCCC;}

/*************** HOME.INC.ASP header image ***********************/
.imgteaser {
	margin: 10px 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
    border: 1px solid #CCCCCC;
    width: 726px;
    height: 219px;
}
/*.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}
/**/
.imgteaser a .more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1em;
	text-align:center;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 1px;
	left: 1px;
	margin: 0;
	width: 706px;
	padding:10px;
	/*border-top: 1px solid #999;*/
}
/*
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
/**/
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

