body {  background-image: url(images/background.png);}
a img {border: none; }

#container {
	text-align: center ; 
	width: 925px ;
	margin-left: auto ;
	margin-right: auto ;
}

/* standard tekst */

p {
	font-family: verdana;
	font-size: 11px;
	color: #aaa064;
	line-height: 14px;
	
}


/* h1 i h2 su za meni i potpis u footeru */
h1 {
	font-family: arial;
	font-size: 16px;
	color: #aaa064;
	padding-bottom: 20px;
	font-style: oblique;
}

h2 {
	font-family: arial;
	font-size: 8px;
	color: #aaa064;
}

/* naslov u tekstovima */

h4 {
	font-family: arial;
	font-size: 16px;
	color: #aaa064;
	padding-bottom: 20px;
	font-style: oblique;
}

/* h5 za reklamu */
h5 {
	font-family: arial;
	font-size: 14px;
	color: #E30500;
}

h6 {
	font-family: arial;
	font-size: 10px;
	color: #aaa064;
}


ul {
	font-family: verdana;
	font-size: 11px;
	color: #aaa064;
	line-height: 14px;
	list-style: square;
	margin-left: 30px;
}
#header {
	position: relative;
	float: left;
	width: 925px;
	height: 110px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#telo {
	position:relative;
	float:left;
	width: 925px;
	background-image: url(images/base.png);
	background-repeat: repeat-y;
	z-index: 3;
}

#gallery {
	position: relative;
	float: left;
	width:850px;
	padding-left:37px;
	padding-right:37px;
}

#gallery img {

	margin-bottom: 30px;	
}

#reklama {
	position: relative;
	float: left;
	width: 725px;
	height: auto;
	background-image: url(images/base.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 100px;
	padding-right: 100px;
}
#footer {
	position: relative;
	float: left;
	width: 925px;
	height: 100px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	z-index: 5;
}

#footertext {
    padding-top: 37px;
}

/* facebook logo na prvoj stranici */

#facebook{
position: relative;
top: -50px;
left: 400px;
}

/* glavni meni */

#menu
{
position: relative;
top: 80px;
left: 485px;

padding:0;
margin:0;
color:#b4a064;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-style: oblique;
font-weight: 500;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
padding:0.2em 1em;
color:#b4a064;
text-decoration:none;
float:left;
}
#menu li a:hover
{
background:#b4a064;
color:#fffbef;
}

#slideshow {
position: relative;
float:left;
width: 900px;
height:600px;
margin-left: 12px;
}

#textfoto {
	position:relative;
	float:left;
	width: 800px;
	margin-left:62px;
	margin-right: 62px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
	}


#navigacija
{
position: relative;
float:left;
width: 925px;
height:40px;
background-image: url(images/base.png);
background-repeat: repeat-y;
top: 0px;
left: 0px;
padding:0;
margin:0;
color:#b4a064;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-style: oblique;
font-weight: 500;
white-space:nowrap;
list-style-type:none;
}
#navigacija li {display:inline;}
#navigacija li a
{
padding:0.2em 1em;
color: #b4a064;
text-decoration:none;
}
#navigacija li a:hover
{
background:#b4a064;
color:#fffbef;
}

