﻿
/*Elementi*/

#ajaxticker1
{
	width: 220px;
	height: 150px;
	padding: 5px;
	/*background-color: #f5f5f5;*/
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
/*background-color: #f5f5f5;*/
}

#innerdiv
{	
	position: relative;
	left: -5px;
	top: -5px;
	border: 1px solid black;
	width: 960px;
	background-image: url(Images/linijaheaderplava.jpg);
	background-repeat: repeat-y;
	background-color: white;
}

BODY
{
	background: white;	
	font-family: sans-serif, tahoma, verdana;
	font-size: 12px;
	color: black;
}

A
{
	/*text-decoration: none;*/
	color: #000080;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

A:hover {
  text-decoration: underline;
  color: black;
}

/*Klase*/

.LinkImage
{
	padding-right:4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	}
.MeniHeder
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	background-image: url(Images/titleplavo.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	border-top: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
.MeniContent
{
	padding-left: 10px;
	padding-top: 8px;
	text-align: left;
	padding-bottom: 8px;
	line-height: 20px;
}

.menubar
{	
	background-color: #f5f5f5;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;	
}