/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a { 
background-color: inherit; 
color: #3BB0D8;
text-decoration: none; 
}
a:hover { 
background-color: inherit; 
color: #3BB0D8; 
text-decoration: underline;
}
body {
	background: #e2f4fb url(img/backv.gif) repeat-x;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;	
}
.linkback{

padding:5px 10px 0 0;
display:inline;
position:absolute;
top:0;
right:0;

}

p {
	font-size: 1.1em;
	color: #666;
	background-color:inherit;
	line-height: 170%;
	padding:0px 15px 10px 14px;
		
}
h1 {
background: url(img/logo.gif) no-repeat;
width:777px;
	height: 83px;
	text-indent: -99999px;
	margin-bottom: 0px;
	margin-left:15px;
	
	
}
.t {

position:absolute;
top:15px;
left:15px;

}
.t img{
border:none!important;
width:80px;
height:60px;
}
.t a{
border:none!important;
color:transparent!important;
}
.t a:hover{
border:none!important;
color:transparent!important;
}

h2 {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:#1A0D77;
	margin: 10px 15px;
}
h3 {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #1A0D77;
	background-color:#f1fbff;
	margin: 10px 15px;
}

.spec a {
	color: #3BB0D8;
	background-color:inherit;
	text-decoration: none;
}
.spec a:hover {
	color: #3BB0D8;
	background-color:inherit;
	text-decoration: underline;
}

/* ----- NAVIGATION ----- */

#navigation{
	margin:0 auto;
	padding:0;
	background:#3bb0d8;
	height:43px;
	list-style:none;
	width: 780px;
}
    #navigation li.svi{
        float:left;
        clear:none;
        list-style:none;
		padding-left:3px;
		border-right: #ffff66 1px solid;
		height:43px;
		border-bottom: #ffff66 1px solid;
    }
	   #navigation li.jedan {
        float:left;
        clear:none;
        list-style:none;
		padding-left:3px;
		height:43px;
		border-bottom: #ffff66 1px solid;
    }
    #navigation li a{
        color:#FDFE12;
        display:block;
        font-size:1.1em;
		font-weight:bold;
        text-decoration:none;
        padding:8px 8px 7px 8px;

    }
    #navigation li a:hover{
        color:#FDFE12;
        background:#3BB0D8;
		text-decoration:underline;
	

    }

/* structure */
#container {
	background: url(img/backh.gif);
	margin: 0 auto;
	width: 802px;	
}
#sjenadolje {
	position: relative;
	overflow: hidden;
	background: url("img/sjenadolje.gif") left bottom no-repeat;
padding-bottom:20px;
		
}


/* main content */

#sadrzaj {
	float: left;
	width: 67%;
	padding: 10px 5px 10px 25px;
}
#sadrzaj h2 {
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 10px 0px ;
		
}
* html .novost img {
	border: 2px solid #CCC;
	margin: 5px 15px 5px 5px;
}
.novost {
background-color:#f1fbff;
	margin: 0;
	padding: 0 0 20px 0;
	border: 1px dashed #eeebeb;
}
.novost ul {
	list-style: url(img/bullet.gif);
margin-bottom:10px;
}

.novost ul li {
font-size: 1.1em;
	color: #666;
	background-color:inherit;
	
	padding-bottom:8px;
	
margin-left:35px;

}
.novost a.pdf{
background:url('images/pdf.gif') no-repeat 0 5px;
padding:7px 15px 3px 25px;
margin-left:15px;
display:block;
font-size: 1.1em;

}
.novost a.doc{
background: url('images/doc.gif') no-repeat 0 5px;
padding:7px 15px 3px 25px;
margin-left:15px;
display:block;
font-size: 1.1em;

}

/* leftbar */
#leftbar {
	float: right;
	width: 25%;
	padding: 10px 25px 10px 5px;
}	
* html #leftbar {
	float: left;
	padding: 10px 0 10px 8px;
}	
#leftbar h2 {
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 10px 0px;
}
* html #leftbar h2 {
	padding: 5px 0px 5px 15px;
	margin: 0;
}
.leftbox {
background-color:#f1fbff;
	border: 1px dashed #eeebeb;
	margin-bottom: 10px;
}
.leftbox p {
padding:0 0 5px 10px!important;
}



/* misc */
.clear {
	clear: both;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }


/* images */
img {
	border: 2px solid #CCC;
	margin: 5px 15px 5px 5px;
}
* html img {
	border: 2px solid #CCC;
	margin: 5px 0 5px 0;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 10px;
}
a img {  
  border: 2px solid #3BB0D8; /* #32CD32; */
}
a:hover img {  
  border: 2px solid #ffff66 ; /* IE fix*/
  border: 2px solid #ffff66; /* #32CD32; */
}


/* footer */
.footer {
	background-color: #E2F4FB;
	color: #3BB0D8;
	font-size: 1.1em;
	margin: 0px auto;
	text-align: left;
	padding:5px 0px 5px 0px;
	width: 750px;
	
    border-bottom: 1px dashed #eeebeb;
}
.footer a {
	color: #3BB0D8;
	background-color:inherit;
	text-decoration: none;
}
.footer a:hover {
	color: #3BB0D8;
	background-color:inherit;
	text-decoration: underline;
}
.footer .validate {
	padding-left: 15px;
	background: url(http://www.azkz.net/img/validate.gif) no-repeat 0 50%;
}
.footer .rss {
	padding-left: 15px;
	background: url(img/feed.gif) no-repeat 0 50%;
}
.vise{
padding:10px 0 3px 15px;
font-size: 1.1em;
width: 100px;
}
.datum

{
color: #666;
float:right;
font-size: 0.9em;
font-style: italic;
padding: 0 18px 0 0 ;



}

