﻿html,body {
	margin: 0px;
	padding: 0px;
	background: #FFFFF;
	height:10px;
}

body {
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 0.8em;
	color: black;
}

h1{
	border-bottom: 0.7px solid black;	
	font-size: 1.9em;
	font-variant: small-caps;
	margin-bottom: 3px;
	text-transform: lowercase;	
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em
}

a {
	color: #FF6600;
	text-decoration: none;
}

/*
a:hover {
	color: #CCCCCC;
}
*/

img {
	border: none;
}

span.jako {	
	color: black;
	font-weight: bold;
}

span.jako_koso {	
	color: black;
	font-weight: bold;
	font-style: italic;
}


li { 
 margin-top: 10px;
}

/**************/
/* OMOT       */
/**************/
#omot {
	width: 950px;	
	margin: 0px auto;
}

/**************/
/* HEADER     */
/**************/
#header {
	height: 90px;
	position: relative;
	margin-bottom:50px;
}

/************************/
/* LOGO KORISNICI     */
/************************/

#logo_korisnici{
/*border:1px solid black;*/
width:600px;
height:80px;
position: absolute;
top:22px;
left:300px;
}

/***********************/
/* LOGO  HARDWARE      */
/***********************/
a.logo_hardware{
margin-left: 40px;
}

/**************/
/* LOGO       */
/**************/
#dam_logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

/**************/
/* SADRŽAJ	  */
/**************/

#content{
margin-top:10px;
margin-bottom:150px;
margin-left:320px;
width:550px;
}

#content h1 {	
	font-size: 1.9em;	
	text-transform:lowercase;
	font-variant: small-caps;
	border-bottom:0.7px solid black;
	margin-bottom:3px;		
}

.post_data {
margin-bottom:50px;
text-align:justify;
}

.post_info{
font-size: 0.7em;
/*color: #CCCCCC;*/
text-align:right;
margin:0;
}

IMG.centar {
	display:block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

/**************************/
/* GLAVNA NAVIGACIJA */
/*************************/
#main_nav {    
	float: left;
	width: 130px;
	margin-left: 15px;
	font-family: "Vedrana";
	font-size: 12px;		
	font-weight: bold;	
}

#main_nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main_nav ul li {
	margin-top: 5px;
}

/**************/
/* FOOTER	  */
/**************/

#footer {
	width:950px;	
	text-align: center;
	background:	#FAFAFA;	
	border-top: 1px solid #CCCCCC;
	padding: 5em 0 4em 0;
	margin-top: 50px;		
	font-size: 0.9em;
	color: black;
}