﻿/* top information */
#logo
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e40000;
}

#top-information
{
    border: 1px solid #e40000;
    padding: 10px;
    /*width: 952px;*/
    height: 74px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #ffffff;
    background-color: #e40000;
}

body
{
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size:0.7em;*/
	font-size: 11px;
	color: #000000;
	margin: 0.5em;
}

/* naslovi headings */	
h1, h2, h3, h4, h5, h6 {
	/*font-size:1.8em;*/
	font-size:21px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	font-weight:bold;
}

.head, .title
{
	font-size: 24px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
	font-weight: bold;
	color: #e40000;
}

h1 {
	margin-bottom:18px;
}

h1 {
	margin-top:0px;
}

h2 {
	/*font-size:1.3em;*/
	margin-top:12px;
	margin-bottom:6px;
	font-size:13px;
}

h3 {
	/*font-size:1.1em;*/
	font-size:11px;
}

h3.small {
	font-size:1.2em;
}

hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	margin:10px 0;
	}


p
{
    margin-top: 0px;
    margin-bottom: 6px;    
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
}

img {
	border:none;
	}

/*	
img 
{
    border:none;
    width:100%;
    max-height : auto;
    max-width : 480px;
}
	*/
	

/* linkovi */
a:link 
{
    margin-top: 0pt;
    font-size: 11px;
    margin-bottom: 0pt;
    color: #e40000;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none    
}
a:visited 
{
    margin-top: 0pt;
    font-size: 11px;
    margin-bottom: 0pt;
    color: #e40000;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none    
}
a:active 
{
    margin-top: 0pt;
    font-size: 11px;
    margin-bottom: 0pt;
    color: #e40000;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none
    }
a:hover 
{
	font-size: 11px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #e40000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline    
}
	
	
/* osnovna navigacija - menu - main nav */
#nav-main
{
    height: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: .8em 0 1em 20px;
    position: relative;
    font-weight: bold;
    background: #ffffff url(images/bg-nav.png) no-repeat;
    background: #ffffff;
	padding:10px;
	border:1px solid #818181;
	z-index: 100;
}
#nav-main div {
	/*background:#e40000 url(images/bg-nav-side.png) top right no-repeat;
	width:25%;
	position:relative;
	top:0;
	right:0;
	padding:.8em 0 1em 0;*/
}

#nav-main ul {
	margin:0;
	padding:0 10% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#e40000;
	text-decoration:none;
}

#nav-main a:hover {
	color:#e40000;
	text-decoration:underline;
}

#nav-main a:active {
	color:#e40000;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#e40000;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#e40000;
}

/* selektovani meni */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#ffffff;
	text-decoration:underline;
}


/* footer */

#footer
{
    /*border: 1px solid #e40000;
    width: 952px;*/
    /*background: #e40000 url(../images/bg-nav-bottom.png) no-repeat left bottom;*/
    margin-top: 30px;
    /*margin-left: auto;
    margin-right: auto;
    padding: .8em 0 1em 20px;*/
    position: relative;
    color: #000000;
    font-size: 11px;
}

#footer div {
	/*background:#e40000 url(../images/bg-nav-side.png) bottom right no-repeat;*/
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

.link_invert {
	color:#ffffff;
	text-decoration:none;
}
.link_invert:visited {
	color:#ffffff;
	text-decoration:none;
}
.link_invert:hover 
{
    color: #ffffff;
	text-decoration:underline;
}
.link_invert:active {
	color:#ffffff;
}