@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
	height:100%;
}

#wrapper {
	min-height:100%;
}


h1 {
	font-size:16px;
	color:#add7f3;
	margin-bottom:17px;
}



p {
	font-size:14px;
	color:#666666;
}

.container {
	margin:0 auto;
	width:980px;
}

#header {
	width:980px;
	height:130px;
	margin:0 auto;
}

#logo {
	height:130px;
	width:215px;
	float:left;
}

#right{
	float:right;
	width:290px;
	margin-top:30px;
}

#bg_content{
	background:url(../images/bg_content.png) top left no-repeat;
	padding:5px;
}

#content {
	overflow:auto;
	padding:30px 25px 25px 25px;
	height:550px;
	min-height:550px;
	height:auto !important;
}

#content a {
	font-size:14px;
	color:#73b843;
	text-decoration:underline;
}

#content img {
}

#content ul {
	font-size: 14px;
	color: #666666;
}

#content li {
	list-style-position: outside;
	margin-left: 15px;
	list-style-image: url(../images/bullet.gif);
}

.novica {
	margin:0px 0px 25px 20px;
	float:left;
	width:575px;
	padding-bottom:15px;
	border-bottom: dashed 1px #CCCCCC;
}

a.naslov1  {
	font-size:16px!important;
	color:#add7f3!important;
	margin-botom:17px!important;
	padding-botom:17px!important;
	font-weight:bold!important;
	text-decoration:none!important;
}


.novica span {
	font-size:12px;
}

.ImgBox {
	width:575px;
	float:left;
	margin-top:20px;
}

.novica_slika img {
	margin:3px 20px 10px 0px;
	float:left;
	border:solid 3px #FFFFFF;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
}

.slika img {
	width:120px!important;
	height:80px;
	margin:3px 20px 17px 0px;
	border:solid 3px #FFFFFF;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
}

.slika_large{
	border:solid 3px #FFFFFF;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
}

.number {
	width:50px;
	height:48px;
	margin:-2px 0px 0px -65px;
	background-color:#73b843;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:10px;
	text-align:center;
	background:url(../images/bg_number.png) top left no-repeat;
}

#clear {
	clear:both;
}


/********** NAVIGATION **********/

#navTopCont {
	background-color:#73b843;
}

#navTop {
	width:980px;
	height:35px;
	margin:0 auto;
}

#navTop ul {
	list-style:none;
	float:right;
}

#navTop ul li {
	float:left;
	font-size:12px;
	font-weight:bold;
    color: #FFFFFF;
	height:35px;
	line-height:35px;
}

#navTop ul li a {
	font-size:12px;
	height:35px;
	line-height:35px;
	display:block;
	margin-left:15px;
	text-align:left;
	font-weight:bold;
    color: #FFFFFF;
	text-decoration:none;
}

#navMain {
	height:35px;
	margin-top:40px;
	float:right;
    font-size: 14px;
}

#navMain ul {
	list-style:none;
	float:right;
}

#navMain ul li {
	float:left;
	position:relative;
	top:0;
}

#navMain ul li a {
	width:106px;
	height:44px;
	margin-left:6px;
	line-height:44px;
	font-weight:bold;
	text-align:center;
	display:block;
	background:url(../images/bg_nav.png) top left no-repeat;
    color: #FFFFFF;
	text-decoration:none;
}

#navMain ul li.active a, #navMain ul li a:hover, #navMain ul li:hover a, #navMain ul li.hover a {
	background:url(../images/bg_nav.png) 0 -44px no-repeat;
}

#navMain .current {
	background:url(../images/bg_nav.png) 0 -44px no-repeat;
}

/* SUBMENU ITEMS */

#navMain ul ul {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	right:auto;
	width:auto;
	margin-left:-3px;
	border-top:4px solid #FFF;
}

#navMain ul ul li {
	left:auto;
	clear:left;
	float:left;
	width:100%;
}

#navMain ul ul li a, #navMain ul li.active li a, #navMain ul li:hover ul li a, #navMain ul li.hover ul li a {
	height:30px;
	margin-left:11px;
	padding:0px 5px 0px 15px;
    background: #d2dadd;
	color:#444;
	text-align:left;
	line-height:30px;
	border-bottom:1px solid #999;
	float:left;
	width:100%;
	white-space:nowrap;
	overflow:auto;
}

#navMain ul ul li a:hover, #navMain ul li.active ul li a:hover, #navMain ul li:hover ul li a:hover, #navMain ul li.hover ul li a:hover {
	background:#23408f;
	color:#fff;
	float:left;
}

#navMain ul li:hover ul, #navMain ul li.hover ul {
	display:block;
}

#navLink {
	height:30px;
	float: left;
	margin-left:20px;
	background: url(../images/home.png) center left no-repeat;
	width:940px;
}

#navLink p {
	font-size: 11px;
	color: #666666;
	overflow: hidden;
	line-height: 30px;
	margin-left: 25px;
}

#navLink a {
	font-size: 11px;
	color: #666666;
	overflow: hidden;
	text-decoration:underline;
	line-height: 30px;
}


/********** MODULES **********/

.module {
	width:100%;
	float:left;
}

.module h1 {
	color:#add7f3;
	margin:0px 25px 20px 25px;
}

.moduleContent {
	margin:0px 25px 15px 25px;
	float:left;
	padding-bottom:15px;
	border-bottom: dashed 1px #CCCCCC;
}

.moduleContent p.datum {
	font-size:14px;
	color:#666666;
	font-weight:normal;
	padding-bottom:5px;
}

.moduleContent a.novice {
	font-size:14px;
	color:#73b843;
	text-decoration:underline;
}

.moduleContent a.novice:hover {
	text-decoration:none;
}

#sliderCont {
	background:url(../images/bg_slider.gif) top left repeat-x;
	padding-top:40px;
	overflow:auto;
	padding-bottom: 35px;
}

#slider {
	height:338px;
	background:url(../images/shadow.png) bottom center no-repeat;
}

.navBox {
	float:left;
	margin:30px 32px 40px 0px;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
}




#logos {
	width:930px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}

#logos img {
	height:70px;
	border:solid 1px #999999;
	padding:5px;
	background-color:#FFFFFF;
}

#logos a {
	margin-right:20px;

}

/* FOOTER */

#footerCont {
	clear:both;
	background-color:#73b843;
	margin-top: -35px; /* negative value of footer height */
	height: 160px;
	clear:both;
}

#footer {
	width:930px;
	margin:0 auto;
	background-color:#73b843;
	position: relative;
}

#footer ul {
	list-style:none;
	float:right;
}

#footer ul li {
	float:left;
	font-size:12px;
	font-weight:bold;
    color: #FFFFFF;
	height:35px;
	line-height:35px;
}

#footer ul li a {
	font-size:12px;
	height:35px;
	line-height:35px;
	display:block;
	margin-left:15px;
	text-align:left;
	font-weight:bold;
    color: #FFFFFF;
	text-decoration:none;
}

.datoteke {
	width:400px;
	float:left;
	margin-top:20px;
}

.datoteke a {
	font-size:12px!important;
	vertical-align: middle;
}

.datoteke img {
	margin:5px 10px 5px 0;
	vertical-align: middle;
}





