/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #33BDFF;
}
/* overrides decoration from previous rule for hovered links */



textarea {
	width:100%;
}	

.h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.h2{
	font-size: 14px;
	color: #006699;
}

.h3{
	font-size: 14px;
	color: #334d55;
	font-weight: bold;
}

.h4{
 font-size: 20px;
 font-weight: bold;
 color: #006699;
}

.h5{
 font-size: 100%;
 color: #334d55;
}

.ul{
 list-style-type: square;
}

.ul ul{
 list-style-type: disc;
}

.ul ul ul{
 list-style-type: none;
}
.tabela1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	text-decoration: none;
}
.tabela2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E4E7EF;
	border: 1px solid #cccccc;
	text-decoration: none;
}
.tabela3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C0C4D8;
	border: 1px solid #F0F0F0;
	text-decoration: none;
}
.tabela_naslovna_vrstica {
	background-color: #C0C4D8;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align: center;	
	
}
.brisi_naslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
	font-weight: bold;
}
.brisi_naslov1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
	font-weight: bold;
}
.header_navigacija {
	font-family: Tahoma;
	font-size: 12px;
}

