/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Tahoma, Verdana, Arial;
    font-size:10pt;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
	background-image:url(Images/right.jpg);
	background-repeat:repeat-x;
	background-color:#F1F6F9;
 }

A:link {color: #FFFFFF; text-decoration: none;}
A:visited 	{ color: #FFFFFF; text-decoration:none; }
A:active 	{ color: #FFFFFF;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #1B9BCA;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #1B9BCA; text-decoration:none }
A.bodyLink:visited 	{ color: #1B9BCA; text-decoration:none }
A.bodyLink:active 	{ color: #1B9BCA;  cursor:hand; text-decoration:none }
A.bodyLink:hover 	{ color: #AABFFF;  cursor:hand; text-decoration:"underline" }
		
A.btnLink:link     { color: #FFFFFF; background-image:url(Images/bg-button.gif); text-decoration:none }
A.btnLink:visited 	{ color: #FFFFFF; background-image:url(Images/bg-button.gif);text-decoration:none }
A.btnLink:active 	{ color: #FFFFFF; background-image:url(Images/bg-button.gif) ;cursor:hand; text-decoration:none }
A.btnLink:hover 	{ color: #B2C3E1; background-image:url(Images/bg-button.gif); cursor:hand; text-decoration:none }
		
p
{
	line-height: 1.4em;
	 margin-left:10px;
}

.bocno
{
 font-size:8pt;
 color:#808080;	
	}
	
.white1
{
	color:White;
}
.red
{
	color:#AD0B0B;
}		
	
.silver
{
	color:Silver;
	font-size:8pt;
	}	
	
.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }
 
/*
hr {
	border: 0;
	border-top: 7px solid #DAFF7F;
	height: 7px;
}
*/

hr {
	border: 0;
	border-top: 1px dashed #808080;
	height: 1px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: 18pt;
	color:#3274CA; 
	padding-left:30px;
	/*0094FF vrsta plave*/
}

h2
{
	font-size: 14pt;
	font-weight:normal;
	margin-top: 30;
	color: #336699;
	margin-bottom: -15;
}
	
h3
{
	font-size: 12pt;
	font-weight:bold;
	margin-bottom: -15;
	color: #273F59;
	padding-left: 15;
}

h4
{
	font-size: 10pt;
	font-weight:bold;
	color: #3199CC;
}


h1, h2, h3, h4
{
	margin: 0;

}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#5B6DB5;
}

td.title 
	{
		background-image:url(Images/title.jpg);
		background-repeat:no-repeat;
	}

td.menu 
{
	background-image: url(Images/menu2.jpg);
	background-repeat:no-repeat;
}

td.content
{
	background-image: url(Images/content.jpg);
	background-repeat:no-repeat;
}

td.footer
{
	background-image: url(Images/bottom.jpg);
	background-repeat:no-repeat;
}
td.white
{
	background-color:#FFFFFF;
	}

.first
 {
	background-image:url(Images/shortMenu1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:70px;
	
 }

.second
{
	background-image:url(Images/shortMenu2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:57px;
}

.bottompic
{
	background-image: url(Images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#123360;	
	width:100%;
	height:35px;
}

.bottomlink
{
	background-color:#123360;	
	width:100%;
	height:20px;
	text-align:center;
	font-size:10px;	
}
