/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial;
	line-height: 135%;
}

body.f-smaller {
	font-size: 10px;
}

body,
body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: underline;
	color: #333333;
         font-weight: bold;
}

a:hover {
	text-decoration: none;
         font-weight: bold;
	color: #CCCC99;
}
a:visited {
	text-decoration: none;
	color: #666666;
         font-weight: bold;
}
a:visited:hover {
	text-decoration: none;
	color: #CCCC99;
         font-weight: bold;
}

/* @end */

/* @group Joomla Elements */

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: xx-small;
	text-decoration: none;
	color: silver;
}

.componentheading {
	font-size: 150%;
	line-height: 100%;
	padding: 0;
	margin: 10px 0 10px 0;
}

.contentheading {
	font-size: small;
	width: 100%;
	height: 30px;
	line-height: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #333333;
	background-color: #CCCC99;
	border: 1px dotted #999966;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

td.buttonheading,
.contentpaneopen td.buttonheading {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

td.column_separator {
	padding-left: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

.sectiontableheader {
	font-weight: bold;
	padding: 4px;
	line-height: 20px;
	background-color: #CCCC99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	text-align: left;
	padding: 4px 0 4px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999966;
}

.sectiontableentry2 {
	background-color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.contentpane,
.contentpaneopen {
	width: 100%;
	background-color: #FFFFFF;
}

/* @end */

/* @group Structure */

#menu-bar {
	height: 56px;
	background: url(../images/menu-bg.png) 0 0 repeat-x;
}

#inset {
	height: 200px;
	overflow: hidden;
	background-color: #CCCC99;
	background-image: url(../images/inset-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999966;
}

#inset .content {
	padding: 20px 0px 10px 20px;
	width: 60%;
}

#content {
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #CCCC99;
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#sidecol {
	float: left;
}

#side-column {
	width: 95%;
	background-color: #999966;
}

#side-column .padding {
	padding: 3px;
}

#side-column .inner {
	background: #fff;
	padding: 4px;
}

#main-column {
	background-color: #999966;
	width: auto;
	position: relative;
}

#main-column .padding {
	padding: 3px;
}

#main-column .inner {
	background: #fff;
	padding: 2px;
}

#main-column .contentpadding {
	padding: 10px;
}

#bottom {
	background-color: #CCCC99;
	background-image: url(../images/bottom-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#logo {
	width: 258px;
	height: 71px;
	background: url(../images/logo.png) 0 0 no-repeat;
	margin-top: 20px;
}

#topmodules,
#component,
#bottommodules {
	overflow: hidden;
}

#component .padding {
	padding-left: 6px;
}

#content.extraspace #component .padding{
	padding-right: 6px;
}

.spacer .block {
	float: left;
}

.spacer .w99 .block {
	width: 99%;
}

.spacer .w49 .block {
	width: 49%;
}

.spacer .w33 .block {
	width: 33%;
}

img#rocket {
	width: 146px;
	height: 24px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/rocket.png) 0 0 no-repeat;
}

/* @end */

/* @group Modules */

.moduletable,
.moduletable-hilite1 {
	margin-top: 0px;	
	margin-bottom: 6px;
}

.moduletable h3,
.moduletable-hilite1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #999966;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/module-h3.png);
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}

#inset .moduletable h3 {
	background: none;
	border: none;
	font-family: Verdana, Tahoma;
	font-size: 180%;
	color: #333333;
	margin: 5px 0 10px 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}

#top .moduletable {
	padding: 5px;
	background-color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #999966;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#topmodules .moduletable {
	margin: 0 10px 0 5px;
}

#topmodules .moduletable {
	background: url(../images/module-corner.png) 0 100% no-repeat;
	padding: 0 0 15px 17px;
}

#side-column .moduletable-hilite1 {
	border: 1px solid #999966;
	padding: 8px;
	background-color: #CCCC99;
	background-image: url(../images/hilite1-bg.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#side-column .moduletable-hilite1 h3 {
	background: none;
	border: none;
	font-family: Verdana, Tahoma;
	font-size: 130%;
	color: #333333;
	margin: 0px 0 10px 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}

#bottommodules .moduletable {
	background: #fff url(../images/bottommod-bg.png) 0 0 repeat-x;
	border: 1px dotted #999966;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}

#bottommodules .moduletable h3,
#topmodules .moduletable h3,
#top .moduletable h3 {
	background: none;
	border: none;
	font-family: Verdana, Tahoma;
	font-size: 120%;
	color: #999966;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: bold;
}

#bottom .moduletable h3 {
	font-family: Verdana, Tahoma;
	font-size: 140%;
	color: #333333;
	border-bottom: 1px solid #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 40px 0 10px 0;
	background: none;
	padding: 0 0 5px 0;
	text-transform: none;
	font-weight: normal;
}

#footermodules .moduletable {
	margin-right: 5px;
	margin-left: 5px;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 56px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#horiz-menu a {
	white-space: nowrap;
	font-family: Verdana, Arial Narrow, Helvetica, sans-serif;
	color: #fff;
	display: block;
	float: left;
	height: 53px;
	line-height: 53px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 15px 0px 15px;
	background: url(../images/menu-divider.png) 100% 0 no-repeat;
}

#horiz-menu li.active,
#horiz-menu li.active_menu {
	background: url(../images/active-menu-r.png) 100% 0;
}

#horiz-menu li.active a,
#horiz-menu li.active_menu a {
	background: url(../images/active-menu-l.png) 0 0 no-repeat;
	color: #000;
}

#horiz-menu a:hover {
	text-decoration: none;
	color: #ccc;
}

/* @end */

/* @group Sub Menu */

ul.sidenav {
	margin: 0;
	padding: 0;
}

ul.sidenav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

ul.sidenav li.active a {
	color: #000;
}

a#active_menu.mainlevel {
	color: #000;
}

ul.sidenav li.active li a {
	font-weight: normal;
	font-size:  100%;
	color: #ab0900;
}

ul.sidenav span {
	display: block;
}

ul.sidenav a {
	display: block;
	line-height: 25px;
	text-indent: 20px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #ab0900;
}

ul.sidenav ul {
	margin-left: 35px;
	padding: 0;
}

ul.sidenav ul ul {
	padding: 0;
	margin: 0;
}

ul.sidenav li li {
	padding: 0;
	margin: 0;
}

ul.sidenav ul a {
	background-image: none;
	text-indent: 0;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

ul.sidenav ul ul a {
	text-indent: 15px;
}

ul.sidenav ul ul ul a {
	text-indent: 30px;
}

/* @end */

/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 20px;
	text-indent: 15px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #999966;
	margin: 1px;
	background-color: #CCCC99;
	text-decoration: none;
}

a.mainlevel:hover {
	display: block;
	line-height: 20px;
	text-indent: 15px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #CCCC99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #CCCC99;
	margin: 1px;
	background-color: #999966;
	text-decoration: none;
}
a.mainlevel:visited {
	color: #999966;
	text-decoration: none;
}
a.mainlevel:visited:hover {
	color: #CCCC99;
	text-decoration: none;
}
a.sublevel {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	line-height: 25px;
	padding-left:  5px;
	text-indent: 30px;
	display: block;
	float: left;
	width: 80%;
}

/* @end */

/* @group Content Styles */

/* @group Readon */

.readon {
	font-family: Verdana, Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	display: block;
	margin: 10px 0 0px 0;
	text-decoration: none;
	color: #333;
	padding: 3px 15px 3px 5px;
	border: 1px dotted #333333;
	width: 75px;
	background-image: url(../images/readon.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

a.readon:hover {
	text-decoration: underline;
}

#inset .readon {
	background: url(../images/inset-readon.png) 0 0 no-repeat;
	border: 0;
	color: #fff;
	font-weight: normal;
	display: block;
	width: 78px;
	height: 23px;
	float: right;
	margin: 10px 0 0 0;
}

/* @end */

/* @group Pathway */

span.pathway {
	display: block;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 10px;
}

span.pathway img {
	float: left;
	width: 9px;
	height: 11px;
	padding-right: 10px;
	background: url(../images/bullet.png) 0 50% no-repeat;
}

span.pathway a {
	float: left;
	padding: 0 10px 0 0;
}

/* @end */

/* @group Typography */

ul {
	padding-left: 0;
	margin-left: 10px;
}

ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../images/bullet-2.png) 0 6px no-repeat;
}

pre {
	padding: 10px;
	background: #CCCC99;
	border: 1px solid #CEE0E4;
	color: #02576B;
}

blockquote {
	color: #02576B;
	font-style: italic;
	font-size: 110%;
	line-height: 150%;
	width: auto;
	padding: 10px 10px 10px 30px;
	margin: 15px 0;
	background: #CCCC99 url(../images/quote.png) 0 0 no-repeat;
	border: 1px solid #CEE0E4;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../images/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../images/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(../images/status-download.png) 10px 50% no-repeat;
}

/* @end */

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

/* @end */

a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

a.nounder:hover {
	text-decoration: none;
}

.clr {
	clear:both;
}

fieldset.input {
	border: 0;
}

/* @end */

/* moji@start */
/***********************dean2001 spec**************************/
form
{
	padding:0;
	margin:0;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	background-color: #CCCC99;
	text-transform: capitalize;
	font-weight: bold;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFCC;
	background-color: #999966;	
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	background-color: #CCCC99;
	font-weight: bold;
}
table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF3300;
}
	
.overline {  
	font: normal xx-small Verdana, Arial, Helvetica, sans-serif; 
	text-transform: capitalize;
	text-decoration: overline
	}
	
.xs_v_b {  
	font: bold x-small Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
	}
	
.layeri1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	color: #CCCCCC; 
	text-decoration: none; 
	text-align: justify
	}
	
.xxs_v {  
	font: bold normal xx-small Verdana, Arial, Helvetica, sans-serif; 
	text-transform: capitalize; 
	text-decoration: none
	}
		
.pozadina75 {  filter: Alpha(Opacity=75)}

.td-gore {
	background-color: #999966;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	font-size: x-small;
}

.bgtxt {
	background-color: #798877;
	list-style-image: url(../list.gif);
	color: #000000;

}
.table2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #929E8F;
}
.3Dokvir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000026;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	margin: 0px;
	padding: 0px;
}

.blog {
	width: 100%;
}

/* tecajevi */
.naslov {
	text-decoration: none;
	background-color: #CCCC99;
	border: 2px solid #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small ! important;
	font-weight: bold;
	color: #999970;
	margin: 3px;
	padding: 3px;
}

.xxs {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	color: #999966;
}

.xxs1 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999966;
}

.xxsb {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
         font-weight: bold;
	color: #999966;
}


hr {
	color: #999966;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}
/* CSS Document */
/* forma */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-transform: none;
	background-color: #ECECD9;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #DEDEBE;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #DEDEBE;
}

/* slika link */

a:hover img  {FILTER: Invert;}
a:visited img {filter: Alpha(Opacity=50);}
a:visited:hover img {FILTER: "Gray";}
a.nounder:hover img {FILTER: none;}
a.nounder:visited img {FILTER: none;}
a.nounder:visited:hover img {FILTER: none;}

/*dodatak*/

.linxLijevo {
	border: 1px solid #333333;
	background-color: CCCC99;
}

hr {
	color: #FF3300;
}
.ads {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999966;
}


.xs_c {  font: small Courier New, Courier, mono; text-decoration: none}
.xxc_c {  font-family: Courier New, Courier, mono; font-size: small; text-decoration: none; font-weight: bold}
.xs {  font: x-small Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
.naslov {
	text-decoration: none;
	background-color: #CCCC99;
	border: 2px solid #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	margin: 3px;
	padding: 3px;
}
.naslov_sivi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F1F1E2;
	text-decoration: none;
	background-color: #999966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	}
.xxs {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	color: #545438;
}
.xxsb { 
        font: bold normal xx-small Verdana, Arial, Helvetica, sans-serif; 
        text-decoration: none; list-style: lower-alpha; cursor: default}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	background-color: #CCCCBF;
}
.box_site {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	background-color: #CCCCBF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
.svjetlixxs {
	color: #E1E1D9;
	text-decoration: none;
}
.boxtd {
	background-color: #E1E1D9;
	border: 2px outset;
	margin: 1px;
	padding: 1px;
}
.px10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.linxLijevo {
	background-color: #E1E1D9;
	border-top-width: 2px;
	border-top-style: outset;
	border-top-color: #999999;
	border-left-width: 2px;
	border-left-style: outset;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #AFAB9F;
	border-bottom-color: #AFAB9F;


}
.pozadinatd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F1F1E2;
	text-decoration: none;
	background-color: #999966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #CCCCBF;
}
.tdbcg {
	background-color: #CCCC99;
	color: #333333;
}
ul {
	list-style-image: url(../../images/strelica.gif);
}

/* dean2001@end */