﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	/*font-size:10px; 	font-family: "Myriad Pro" 	*/
	font-family: Verdana, Arial, "Myriad Pro" , "Courier New";
	font-size: 9pt; /*small;*/
	text-align: center;
	margin: 0;
}
html, body
{
	height: 100%;
}

noscript
{
	color: Red;
}

a, a:visited
{
	text-decoration: none;
	color: Green;
}



div#bodydiv
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	padding-top:65px;
	width: 960px;
	text-align: left;
	position: relative;
	z-index: 1;
	height: 100%;
}
img.documentBackgroundImage
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#header_bar2
{
	top: 95px;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	z-index: 100;
	text-align: center;
	position: absolute;
}
#header_bar2_inner
{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 960px;
}
#header_bar2_inner_sublogo
{
	margin-left: 107px;
}
#header_bar
{
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 100; /*position:fixed; width:100%; left:0; */
	top: 10px;
	left: 0;
	height: 85px;
	width: 100%;
	background-color: #FFF;
	position: absolute;
}
#header_bar_inner
{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 940px;
}


#header_bar_inner_table_menu_cont
{
	margin-top: 68px; /* PUSH */
	float:right;
}

/************* Layout **********/

.layout_3column
{
	width: 100%;
}
.layout_3column > tbody > tr > td
{
	/*width: 314px;*/
	width: 33%;
	vertical-align: top;
}

.layout_3column tr td > div
{
	margin: 0px 5px 0px 5px;
	background-color: #FFF;
}

/*.layout_3column tr td div.push_content, */
.push_content
{
	margin-top: 0px;
}

/*.layout_3column .content_padding, */
.content_padding
{
	padding: 0px 10px 10px 10px;
}

/************* END Layout **********/

/*************** Novosti ****************/


.novosti_cont
{
	/* 	border:solid 1px Red; 	border-collapse:collapse; 	*/
	width: 100%;
}

.novosti_cont tr td div
{
	padding: 0px;
	margin: 0px;
}

.novosti_top_border
{
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: dashed;
	width: 100%;
}
.novosti_datum
{
	text-align: right;
	font-size: smaller;
	margin: 0px 5px;
}

.novosti_naslov
{
	/*font-size:medium;*/
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding: 10px 0px !important;
}

.novosti_naslov a, .novosti_naslov a:visited
{
	color: #000;
}

.novosti_text
{
	text-align: right;
}

.novosti_kategorije_block
{
	display: inline;
	white-space: nowrap;
}
a.novosti_kategorije, a:visited.novosti_kategorije
{
	color: #0099FF;
	font-size: smaller;
}

a.novosti_kategorije_list, a:visited.novosti_kategorije_list
{
	color: #0099FF;
	font-size: smaller;
}

.novosti_zadnji_red
{
	margin-top: 15px;
}

.novosti_split
{
	height: 5px;
}

/* Detaljnije */
.details
{
	vertical-align: middle;
	text-align: right;
	font-size: smaller;
}
.aktuelno
{
	background-color: #FFF;
}
.aktuelno p
{
	border-bottom: dashed 1px Green;
	padding: 5px;
}

.aktuelno a, .aktuelno a:visited
{
	font-size: 8pt;
	color: Green;
}

/****************************************/


.katedra_linkovi_cont
{
	margin-bottom: 4px;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	font-size: 9pt;
	float: right;
	text-align: right;
}
.katedra_linkovi_cont a, .katedra_linkovi_cont a:visited
{
	color: #FFF;
}

/*.pusher
{
	display:inline; margin-left:auto; margin-right:auto; width:100%;
}*/

/****************************************/


/************* Common **********/

img.naslov
{
	top: 0;
	left: 0;
	padding-bottom: 20px;
}

div.hdn
{
	display: none;
}

div.autosize
{
	display: table;
	width: 1px;
}
div.autosize > div
{
	display: table-cell;
}

/************* END Common **********/

/*********************** DROPDOWN MENU***********************/

ul.dropdown, ul.dropdown ul
{
	list-style: none;
}
/*ul.dropdown {margin-left:124px;}
ul.dropdown ul {margin-left:17px; }*/


/* 
	LEVEL ONE
*/
ul.dropdown
{
	position: relative;
	text-align: left;
}
ul.dropdown li
{
	font-weight: bold;
	float: right;
	background: #FFF;
	margin: 0;
}
/*ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }*/
ul.dropdown li a
{
	display: block;
	padding: 0px 16px 0px 0px;
	color: #222;
}
ul.dropdown li.hover, ul.dropdown li:hover
{
	position: relative;
}
ul.dropdown li.hover a
{
	color: #000;
	background-color: #FFF;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul
{
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li
{
	font-weight: normal;
	float: none;
	background-color: transparent;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a
{
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #FFF;
	background-color: #000;
	width: auto;
	padding: 4px 8px 4px 8px;
}

/* 
	LEVEL THREE

ul.dropdown ul ul 					{ left: 100%; top: 0; } */
ul.dropdown li:hover > ul
{
	visibility: visible;
}




/*********************** DROPDOWN MENU END ***********************/


/*********************** PAGING **********************************/

.paging_num
{
	color: #000000;
	display: block;
	float: left;
	/*font-family: Ariel MS,Helvetica,sans-serif;*/
	font-size: small;
	margin-right: 3px;
	padding: 2px;
	text-decoration: none;
}
.paging_link
{
	color: #0077CC;
	cursor: pointer;
	text-decoration: none;
}
.paging_num.current
{
	background-color: #000000;
	border: 1px solid #808185;
	color: #FFFFFF;
	font-weight: bold;
}
.paging_num.next, .paging_num.prev
{
	border: 1px solid #FFFFFF;
}

.paging_cont
{
	background-color:#FFFFFF;
	display:block;
}
