/* CSS Document */
/*************************************************
********              BARVE                 ******
**************************************************/
h1,
h2
{
	/*barva teme 100% */
	color: #336600;
}
/****konec teme*****/

p, td, li, ul{
	/* sivo besedilo 60% */
 	color:#808285;
}

h3, h4, h5, h6 
{
	/* siva 80% */
	color: #525252;
}
a:link, a:visited, a:hover
{
	/* barva za linke -80%*/
	color: #5c8533;
}

/*********************** standardni slogi ******************/
h1{
	font-size: 18px;
	text-align:left;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: uppercase;
	background-image: url(img/podlaga-H1.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.siroki-naslovi h1 {
	background-image: url(img/podlaga-H1-w.gif);
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	font-style: normal;
}
h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	font-style: normal;
}

p, td, li, ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: underline ;
}
.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	/*border: 12px solid #D3E3ED;*/
}
.floatleft
{
float: left;
margin: 0 10px 10px 0px;
padding: 2px;
/*	border: 12px solid #D3E3ED;*/
}
hr
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}