﻿* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	padding: 0;
	font-family: "Microsoft Sans Serif", "Comic Sans MS", Arial, sans-serif;
	font-size: 12px; 
	background: #dac29a url(slike/pozadina.gif) repeat;
	color: #582710;
}

#glavni {
	min-height: 100%;
	width: 1000px;
	background:#dac29a url(slike/glavni.gif) repeat-y;
	margin: 0 auto;
}

* html #glavni {
	height: 100%;
}

a {
	color: #846c56;
	font-weight: bold;
}

a:hover {
	color: #ca2b06;
	text-decoration: none;
}

p {
	text-align:justify;
}

#header {
	background:transparent url(slike/header.jpg) no-repeat scroll 0 0;
	height:350px;
	width:1000px;
}

#header ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#header ul li {
	float:left;
	text-align:center;
	width:120px;
}

#header ul li a {
	color:#fcd6a4;
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

#header ul li a:hover {
	background: url(slike/meni.gif) no-repeat;
	height:30px;
	text-align: left;
	padding-left: 45px;
	color:#582710;
}

#header ul li.dulji {
	float:left;
	text-align:center;
	width:160px;
}

#header ul li.dulji a {
	color:#fcd6a4;
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

#header ul li.dulji a:hover {
	background: url(slike/meni_dulji.gif) no-repeat;
	width:115px;
	height:30px;
	text-align: left;
	padding-left: 45px;
	color:#582710;
}

#meni{
	position:relative;
	left:10px;
	top:317px;
}

#desni {
	float:right;
	width:310px;
}

#lijevi {
	float:left;
	width: 660px;
	margin: 20px 10px 30px 20px;
}

#admin {
	width: 950px;
	margin: 20px 10px 30px 20px;
}

#kontakt {
	background:transparent url(slike/kontakt.gif) no-repeat scroll 0 0;
	height:350px;
	width:280px;
	position:relative;
	padding: 50px 0 0 20px;
}

#kontakt .tekst {
	border-style: solid;
	border-width: 1px;
	border-color: #664836;
	background-color: #96735A;
	color: #FEC000;
}

#kontakt .error {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	background-color: #96735A;
	color: #FEC000;
}

#banner {
	width: 300px;
	text-align:center;
}

#pocistifooter {
	height: 150px;
	clear: both;
}

#footer {
	margin: -150px auto 0 auto;
	background:#dac29a url(slike/footer.jpg) no-repeat;
	width:1000px;
	height: 150px;
}

#footerunutarnji {
	float:left;
	width: 500px;
	position: relative;
	top: 70px;
	display:block;
	color:#ffc000;
	font-size:10px;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	font-weight:900;
}

#footer a {
	color:#fcd6a4;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	list-style-type:none;
}
#footer li {
	float:left;
	padding-left:10px;
}