body
{
	background-color: #363942;
	color: #363942;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding-left: auto;
	padding-right: auto;
}
a:link, a:visited
{
	text-decoration: none;
	color: #294908;
}
a:hover, a:active
{
	text-decoration: none;
	color: red;
}
#menu
{
	background-color: #4f351e;
	width: 600px;
	background-image: url(../img/menuBar.jpg);
	background-repeat: repeat-x;
	height: 24px;
	line-height: 24px;
	margin: auto;
}
#content
{
	width: 580px;
	text-align: justify;
	background-image: url(../img/pozadina.jpg);
	background-color: #d8c9a8;
	background-repeat: no-repeat;
	padding: 10px;
	height: 100%;
	margin: auto;
}
.menuItem
{
	font-weight: bold;
	padding: 5px;
	color: #d8c9a8;
	font-size: 8pt;
}
.menuItem a
{
	color: #a5a098;
}
.menuItem a:hover, .menuItem a:active
{
	text-decoration: none;
	color: red;
}
#pageHeader
{
	background: url(../img/header.jpg) no-repeat top left;
	width: 600px;
	height: 120px;
	margin: auto;
}
#pageHeader h1
{
	display: none;
}
#history
{
	margin-left: -10px;
	padding-left: 20px;
	font-weight: bold;
}
.vestNaslov
{
	background-image: url(../img/naslovPozadina.jpg);
	color: #5C8330;
	background-color: #d8c9a8;
	background-repeat: no-repeat;
	height: 24px;
	font-size: 14pt;
	font-weight: bold;
	line-height: 24px;
	margin-left: -10px;
	padding-left: 20px;
}
.vestDatum
{
	color: #294908;
	background-color: #d8c9a8;
	font-size: 8pt;
	font-weight: bold;
	margin-left: -10px;
	padding-left: 20px;
}
.vestTekst
{
	margin: 5px 40px 20px 40px;
	display: block;
	clear: both;
	float: none;
}
#copyright
{
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	clear: both;
	float: none;
}
.imageRight
{
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imageLeft
{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.imageCenter
{
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

img
{
	border: 0;
	vertical-align: middle;
}
