/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#415B78;/*#444444;*/
	line-height:20px;
	background-color:#4B7094;/*#CDE0F3;*/
	margin: 0;
}
p{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
}
td,th {
	font-size: 12px;
}

a:link {
	color: #D27E00;/*#00926E;*/
	text-decoration: none;
}
a:visited {
	color: #D27E00;/*#00926E;*/
	text-decoration: none;
}
a:hover {
	color: #DEB116;/*#11FFC4;*/
	text-decoration: none;
}
a:active {
	color: #DEB116;/*#11FFC4;*/
	text-decoration: none;
}

.leva{
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-y;
	background-position:left; 
}

.desna{
	background-image:url(images/right.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.naslov_strane{
	text-transform:uppercase; 
	color:#D27E00;/*#D3A914;*/
	font-size:16px;
}