@charset "utf-8";

body {
background-image:url(images/background.jpg);
background-repeat:repeat-x;
background-color: #FDFDFD;
margin: 0px;
padding: 0px;
font: 12px/18px Arial, Helvetica, sans-serif;
color: #000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.body {
background: url(images/body_top.jpg) no-repeat top;
width: 561px;
height: 458px;
}

.body_back {
background: url(images/body_back.jpg) repeat-y top;
width: 561px;
height: 14px;
}
.body_foot {
background: url(images/body_foot.jpg) no-repeat top;
width: 561px;
height: 15px;
}
.copyright {
background: url(images/copyright.jpg) no-repeat left;
width: 425px;
height: 15px;
}
.navigacija_top {
padding-left:15px;
}

.banner {
	background-image: url(images/banner_empty.jpg);
	background-repeat: no-repeat;
	height: 183px;
	width: 376px;
}
