﻿* {
	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: #8e8e8e url(slike/pozadina.gif) repeat-x;
	color: #8e8e8e;
}

#glavni {
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
}

* html #glavni {
	height: 100%;
}

a {
	color: #085000;
	font-weight: bold;
}

a:hover {
	color: #FFD500;
	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;
	background:url(slike/meni.gif);
	height:49px;
	text-align:center;
	width:120px;
} 

#header ul li a {
	color:#d4d4d4;
	padding-top:16px;
	display:block;
	height: 33px;
	text-decoration:none;
}

#header ul li a:hover, li a:focus, li a:active {
	background: url(slike/meni_aktivni.gif) no-repeat;
	width:120px;
	height: 33px;
	color:#d4d4d4;
}

#header ul li.prvi {
	float:left;
	background:url(slike/meni_prvi.gif);
	height:49px;
	text-align:center;
	width:120px;
} 

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

#lijevi {
	float:left;
	width:310px;
}

#desni {
	float:right;
	color: #363636;
	width: 514px;
	margin: 20px 150px 30px 20px;
}

#kontakt {
	background:transparent url(slike/kontakt_srednji.gif) repeat-y;
	width:293px;
	color:#ffcc00;
	padding-left: 8px;
	padding-right: 5px;
}

#kontaktdonji {
	background:transparent url(slike/kontakt_donji.gif) no-repeat;
	width:306px;
	height:29px;
}

#kontakt .tekst {
	border-style: solid;
	border-width: 1px;
	border-color: #085000;
	background-color: #8E8E8E;
	color: #364664;
}

#kontakt .error {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	background-color: #8E8E8E;
	color: #364664;
}

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

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

#footer {
	margin: -120px auto 0 auto;
	background: url(slike/pozadinafooter.gif) repeat-x;
	height: 120px;
}

#footerunutarnji {
	width: 1000px;
	display:block;
	color:#15b203;
	font-size:10px;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	font-weight:bold;
	margin:0 auto;
}

#footerlijevi{
	position:relative;
	top: 40px;
	float:left;
	width: 550px;
}

#footerdesni {
	float:right;
	background:url(slike/footer_logo.gif) no-repeat;
	width:450px;
	height:120px;
}

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

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

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