body {
	background-color: #01CC00;
}
.background {

}
.left {
	background-image: url(../images/SideLeft.jpg);
}
.right {
	background-image: url(../images/SideRight.jpg);
}
.leftscroll {
	background-attachment: scroll;
	background-image: url(../images/SideLeftScroll.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightscroll {
	background-attachment: scroll;
	background-image: url(../images/SideRightScroll.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottom {
	background-image: url(../images/BottomPicture.jpg);
	background-position: center top;
}
.leftNav {
	background-image: url(../images/NavBarLeft.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.rightNav {
	background-image: url(../images/NavBarRight.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.backgroundNav {
	background-image: url(../images/NavScroll.jpg);
}
.backgroundText {
	background-image: url(../images/backText.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.backgroundHeader {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tekstNaslov {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #333;
}
.tekstPodnaslov {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #333;
}
.backgroundBottom {
	background-image: url(../images/BottomPicture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tekstCopy {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #333;
}
.tekstNormalanNaslovBold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: justify;
	color: #333;
	padding-left: 30px;
}
.tekstNormalanNaslov {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	color: #333;
}
.tekstNabrajanje {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #333;
	padding: 10px;
	vertical-align: text-top;
}
.tekstNaslovZeleni {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #030;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.breakLine {
	background-image: url(../images/BreakLine.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.tekstPodnaslovZeleniBold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
	color: #060;
}
