﻿/* Globalno */
html
{
	margin: 0;
	height: 100%;
	color: rgb(68, 68, 68);
	font-family: Arial, Verdana, Tahoma;
	font-size: small;
}
body 
{
	margin: 0;
	height: 100%;
	/*background-image: url('../images/podloga.png');*/
}
form
{
	margin: 0;
	height: 100%;
}
hr
{
	color: rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
	border: rgb(170, 170, 170) 1px dashed;
	border-style: none none dashed;
}
.stranicaMaster
{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.lijevoMaster
{
    float: right;
	height: 100%;
    background-image: url('../images/sjena_lijevo.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.sredinaMaster
{
    float: right;
	height: 100%;
}
.desnoMaster
{
    float: right;
	height: 100%;
    background-image: url('../images/sjena_desno.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.zaglavljeMaster
{
    min-height: 20%;
}
.sadrzajMaster
{
    min-height: 75%;
    margin-left: 20px;
    margin-right: 20px;
}
.naslov
{
	color: rgb(85, 85, 85);
	font-weight: bold;
	text-align: left;
}
.datum
{
	color: rgb(85, 85, 85);
	font-size: x-small;
	font-weight: bold;
	text-align: left;
}
.potpis
{
	color: rgb(85, 85, 85);
	font-size: x-small;
	font-weight: bold;
	text-align: right;
}
.tekst a:link
{
	color: rgb(204, 0, 0);
	text-decoration: none;
}
.tekst a:visited
{
	color: rgb(204, 0, 0);
	text-decoration: none;
}
.tekst a:active
{
	color: rgb(204, 0, 0);
	text-decoration: none;
}
.tekst a:hover
{
	color: rgb(204, 0, 0);
	text-decoration: underline;
}

/* Izbornik */
.qmmc .qmdivider 
{
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}
.qmmc .qmdividery 
{
	float: left;
	width: 0px;
}
.qmmc .qmtitle 
{
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.qmclear 
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
}
.qmmc 
{
	position: relative;
	zoom: 1;
	z-index: 10;
}
.qmmc a, .qmmc li 
{
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li 
{
	float: none;
}
.qmsh div a 
{
	float: left;
}
.qmmc div 
{
	visibility: hidden;
	position: absolute;
}
.qmmc li 
{
	z-index: auto;
}
.qmmc ul 
{
	left: -10000px;
	position: absolute;
	z-index: 10;
}
.qmmc, .qmmc ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.qmmc li a 
{
	float: none;
}
.qmmc li:hover>ul 
{
	left: auto;
}
#qm0 ul 
{
	top: 100%;
}
#qm0 ul li:hover>ul 
{
	top: 0px;
	left: 100%;
}
/* MyCSSMenu 0 */
/*"""""""" (MAIN) Items""""""""*/	
#qm0 a	
{	
	padding: 5px 4px 5px 5px;
	color: rgb(85, 85, 85);
	font-family: Arial;
	font-size: small;
	text-decoration: none;
}
/*"""""""" (SUB) Container""""""""*/	
#qm0 div, #qm0 ul	
{	
	padding: 10px;
	margin: -2px 0px 0px;
	background-color: rgb(245, 245, 245);
	border-style: none;
}
/*"""""""" (SUB) Items""""""""*/	
#qm0 div a, #qm0 ul a	
{	
	padding: 3px 10px 3px 5px;
	background-color: rgb(245, 245, 245);
	font-size: small;
	border-width: 0px;
	border-style: none;
}
/*"""""""" (SUB) Hover State""""""""*/	
#qm0 div a:hover, #qm0 ul a:hover	
{	
	background-color: rgb(218, 218, 218);
	color: rgb(204, 0, 0);
}
/*"""""""" (SUB) Active State""""""""*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
{	
	background-color: rgb(218, 218, 218);
	color: rgb(204, 0, 0);
}
/*"""""""" Individual Titles""""""""*/	
#qm0 .qmtitle	
{	
	cursor: default;
	padding: 3px 0px 3px 4px;
	color: rgb(68, 68, 68);
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
/*"""""""" Individual Horizontal Dividers""""""""*/	
#qm0 .qmdividerx	
{	
	border-top-width: 1px;
	margin: 4px 0px;
	border-color: rgb(191, 191, 191);
}
/*"""""""" Individual Vertical Dividers""""""""*/	
#qm0 .qmdividery	
{	
	border-left-width: 1px;
	height: 15px;
	margin: 4px 2px 0px;
	border-color: rgb(170, 170, 170);
}
/*"""""""" (main) Rounded Items""""""""*/	
#qm0 .qmritem span	
{	
	border-color: rgb(218, 218, 218);
	background-color: rgb(247, 247, 247);
}
/*"""""""" (main) Rounded Items Content""""""""*/	
#qm0 .qmritemcontent	
{	
	padding: 0px 0px 0px 4px;
}

