﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #606060;
	color: #606060;
	text-align: center;
	margin: 10px 0 0 0;}

hr {
	background-color: #bf201a;
	color: #bf201a;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	

h1 {
	color: #ce6300;
	font: bold 22px Georgia, Georgia, serif;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;}

h2 {
	color: #7a140f;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 0px solid #c0c0c0;}

h3 {
	color: #ce6300;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0;
	margin: 100x 0 10px 0;}

h4 {
	color: #525252;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 15px 0;}

h5 {
	color: #FF0000;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px 0;
	padding: 0px 0;
	border-bottom: 0px solid #c0c0c0;}

h6 {
	color: #7a140f;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #bf201a;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #727272;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs */

#pozadina {
	background: #fff url('slike/pozadina.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	

	
#navigation {
	background: #ce6300 url('slike/topbar2.jpg'); 
	text-align: center;
	color: #fff;
	font-size: 95%;
	padding: 8px 0 0 0;
	height: 30px;}
	
#navigation a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;}

#navigation a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;}
	
	
#sadrzaj {
	width: 870px;
	float: center;
	text-align: left;
	line-height: 1.6em;
	padding: 10px;}

#footer {
	clear: both;
	background: #fff url('slike/footer.jpg') no-repeat;
	color: #606060;
	height: 40px;
	text-align: left;
	line-height: 2em;
	font-size: 85%;
	padding: 10px 0 0 15px;
	height: 50px;
	
	



