@charset "utf-8";


		
/*	---------------------------------------------------------------------------------------
	Main styles
*/
		
body {
	margin:0px;
	padding:0px;
}
			
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#eddea2;
	background-color:#000000;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: 50% 0;
}
			
p, h1, h2, h3, h4, form, ul, li {
	padding:0px;
	margin:0px;
	font-size:100%}
			
p {
	line-height:150%;}
			
a {
	color:#F8DDA7;
}
			
a:hover {
	color:#333333;
}
			
img {
	border:0px}

#wrapper {
	width:830px;
	margin:0 auto;
	padding:0;
}
		
/*	---------------------------------------------------------------------------------------
	Content
*/
		
#content {
	padding:0;
/*	background-image:url(bg-content.png);
	background-repeat:repeat-x; */
	width: 830px;
	margin: 0;
	position: relative;
}
			
#content h2 {
	font-size:200%;
	color:#FAE0AB;
	font-weight: bold;
}
			
#content h3 {
	font-size:120%;
	font-weight:normal;
	line-height:30px;
	color:#000000;
}
			
#content h4 {
	font-size:120%;
	font-weight:bold;
	color:#000000;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}
			
#content p {
	color: #000000;
}
			
		
/*	---------------------------------------------------------------------------------------
	Header
*/
			
#header {
	width:830px;
	height:198px;
	margin:0 auto;
/*	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left; */
	padding:0;
			}
/*#header h1 {
	z-index:1;
	font-size: 260%;
	text-decoration: none;
	margin: 85px 20px 10px 10px;
	left: 10px;
	line-height: 90%;
	font-weight: lighter;
	color: #C3974E;
	position: relative;
}*/
#header h1 {
	z-index:1;
	position: relative;
	font-size: 300%;
	text-decoration: none;
	margin: 55px 0px 10px 10px;
	left: 10px;
	line-height: 90%;
	font-weight: lighter;
	color: #C3974E;
}
#header #banner {
	z-index:1;
	position: relative;
	margin: 10px 20px 0 0;
	left: 5px;
}		
#logo {
	background: url(images/logo.png) no-repeat left top;
	float:left;
	width: 204px;
	height: 198px;
}
#header > #logo { /* FOR ALL BUT IE */
	background: url(../images/logo.png) no-repeat left top;
}
* HTML #logo {/* PNG Alpha IE Win ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.hartera.com/assets/images/logo.png', sizingMethod='scale');
}
		
/*	---------------------------------------------------------------------------------------
	Menu
*/
		
#menu {
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
}
			
#menu ul {
	margin:10px 0 0 10px;
	list-style-type:none;
}
			
#menu li {
	float: left;
}
			
#menu li a {
	display:block;
	font-size:80%;
	color:#C3974E;
	text-decoration:none;
	padding:6px 12px;
	text-align:center;
	text-transform: uppercase;
}
		
#menu li a:hover {
	background-color:#C3974E;
	color: #000000;
}
#menu li a:active {
	background-color:#C3974E;
	color: #000000;
}
#menu li.selected {
	background-color:#C3974E;
	color:#000000;
}			
/*#menu li a.selected {
	background-color:#008FD4;
	color:#E1EEF4;
}*/
#menu li.last {
}
#menu ul li a.selected {
	color:#000000;
	background-color: #C3974E;
}
#menu li.selected a {
	color:#000000;
	background-color: #C3974E;
}


/*	---------------------------------------------------------------------------------------
	Side Menu
*/
		
#sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	float: left;
	width: 184px;
}
			
#sidemenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
			
#sidemenu li {
	margin: 0;
	padding: 0;
	float: left;
}
			
#sidemenu li a {
	display:block;
	font-size:100%;
	background-position:0px 0px;
	color:#333333;
	text-decoration:none;
	padding:5px;
	text-align:center;
	border-right:1px solid #008FD4;
	text-transform: uppercase;
	background-color: #FF9900;
	margin: 0;
}
		
#sidemenu li a:hover {
	background-color:#13487D;
	color: #E1EEF4;
}
			
#sidemenu li .selected {
	background-color:#13487D;
	color:#E1EEF4
}
			
/*	---------------------------------------------------------------------------------------
	Main content
*/
		
#main-content {
	float:right;
	width:622px;
	margin:0;
	background-color: #c3974e;
	padding: 0;
}
#main-content ul {
	list-style-type:none;
}
			
#main-content li {
}
		
		
#main-content p {
}
			
#main-content h2 {
	font-weight: bold;
}
			
#main-content img {
	margin:0px 0px 10px 0px
}
			

#column-left p.blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	background-image: url(../images/open-quote.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	padding-left: 30px;
}

#column-left p.blockquote span {
	background-image: url(../images/close-quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 30px;
}	
		
/*	---------------------------------------------------------------------------------------
	Sidebar
*/
		
#sidebar {
	float:left;
	width:188px;
	padding:10px 10px 10px 10px;
	background-repeat:no-repeat;
	margin:0;
	background-color: #000000;
	margin-top: 40px;
	background-position: top left;
	position: relative;
}
#sidebar p {
	color:#C3974E;
	font-size:90%;

}
#sidebar a {
	font-size:90%;
	text-decoration: none;
}
#sidebar a:hover {
	color:#C3974E;

}
#sidebar h2{
	color: #C3974E;
	font-weight: bold;
	font-size: 140%;
	padding-bottom: 5px;
	border-bottom: 1px solid #C3974E;
}
#sidebar h3{
	font-size:120%;
	color:#C3974E;
	line-height: 100%;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}
#sidebar ul {
	list-style-type:none;
}	
#sidebar li {
	font-size:120%;
	font-weight:bold;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}
#sidebar li.selected a {
	color:C3974E;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}			
		
/*	---------------------------------------------------------------------------------------
	Naslovnica
*/
		
#naslovnica {
	height:90px;
}
			
#naslovnica .sidemenu {
	width:280px;
	height:150px;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	z-index:0;
}
			
	
#okvir {
	margin:0 8PX;
	padding:0;
	height: 120px;
}
		
#cont {
	padding: 10px;
	background-color: #C3974E;
}
			
		
#cont h2 {
	font-weight:bold;
	color:#000000;
	font-size: 160%;
}
#cont p {
	padding: 5px 0 5px 0;
}			
#cont h3 {
	line-height:140%;
	font-size:140%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding: 10px 0 5px 0;
}
			
#cont .bigger {
	font-size:290%;
	color:#FFFFFF;
	float:left;
	padding:8px 7px 0px 0px}
			
#cont a {
	margin:0;
}
			
#cont a:hover {
}
			
		
#column-left {
	width:290px;
	float:left;
	padding: 10px;
	border-right: 1px solid #866A38;
	margin: 0;
}
			
#column-left p {
}
			
#column-left h2 {
	font-weight: bold;
	color:#000000;
	padding: 5px 0;
}
			
#column-left img {
}
			
#column-left p.blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	background-image: url(../images/open-quote.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	padding-left: 30px;
}

#column-left p.blockquote span {
	background-image: url(../images/close-quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 30px;
}	
	
			
#column-right {
	width:290px;
	float:right;
	padding: 10px;
}
			
#column-right p {
}
			
#column-right h2 {
	font-weight: bold;
	padding: 5px 0;
}
			
#column-right img {
}
			
		

		
/*	---------------------------------------------------------------------------------------
	Footer
*/
		
#footer {
	padding:150px 20px 10px 20px;
	color:#C3974E;
	font-size: 90%;
	background-image: url(../images/sponzori.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 20px 208px;
}
			
#footer a {
	color:#C3974E;
	text-transform: lowercase;
}
#footer span.last {
  display: none;
}
		
/*	---------------------------------------------------------------------------------------
	Klase
*/
		
.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
}

.center {
	width: 830px;
	margin: 0px auto;
}	
.left {
        float: left;
}		
.right {
        float: right;
}
			
.border {
	padding:1px;
	background-color:#FFFFFF;
	border:1px solid #E1DED5;
	margin:20px auto 20px auto;}
			
.smaller {
	font-size:75%;
}
.novosti{
	color:#000000;
	font-size:62.5%;
	padding: 0;
	margin: 0;
}						
.izvodjaci {
	
	padding: 0 0 20px 0;
	margin: 0;
}
.vijesti {
	border-bottom: 1px solid #c3974e;
	padding: 10px 0 10px 0;
}
.vijestifull {
	border-bottom: 1px solid #000;
	padding: 20px 10px;
	zoom: 1;/* misteriozni bug u ie6*/
}

.kontakt {
	padding: 20px 10px;
	height: 600px;
}			

.date {
	color:#FAE0AB;
	padding: 0;
	margin: 0;
}
			
.homeokvir {
	border-top: 1px solid #000;
	padding: 20px 10px;
	margin: 0;
	display: block;
}						
.homeokvir a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.homeokvir a:hover {
	text-decoration: underline;
}		

.boxokvir {
	border-top: 1px solid #000;
	padding: 20px 10px;
	margin: 0;
	background-color: #B87D3C;
	display: block;
}						
.boxokvir a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.boxeokvir a:hover {
	text-decoration: underline;
		
}		

.last {
	border-bottom: none;
}
