/* * * * * * * * * * * * * * * /
 *  !! Site MAIN 
**/		
	.aktualnoWrp { 
		margin-right: 15px; padding-bottom: 10px;
		font-size: 14px; line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	a.aktualnoArhiv:link,
	a.aktualnoArhiv:visited,
	a.aktualnoArhiv:active {
		float:right; display: inline-block; position: relative; margin-top: -4px;
		padding: 4px 8px;
		
		color: #caa19c; text-decoration: none;
		background: #50160f;
	}
	a.aktualnoArhiv:hover { 
		color: #fff;
	}
	
/* * * * * * * * * * * * * * * /
 *  !! LONG
**/		
	.aktualnoWrp .Long {
		min-height: 80px; padding: 10px 0; clear: both;
	}
	.aktualnoWrp .Long h2 {
		display:inline-block; padding: 4px 8px;
		color: #fff; font-size: 18px; font-weight: bold; text-decoration: none;
	}
	.aktualnoWrp .Long .Body {
		color: #ecdfdd; font-size: 12px; line-height: 16px; padding: 0 8px;
	}
	.aktualnoWrp .Long .Body a {
		color: #fff; font-size: 12px; font-weight: bold; text-decoration: underline;
	}
	.aktualnoWrp .Long .Body a:hover {
		text-decoration: none; background: none;
	}
	.aktualnoWrp .Long .Body img {
		width: 200px; height: auto;
		padding: 4px; margin-top: 12px; margin-right: 8px;
		border:  #50160f 1px solid;
		background-color: #fff;
	}
	.aktualnoWrp .Long .Body span {
		display: block; padding-bottom: 0px;
		color: #a79711; font-weight: bold;
	}

	
/* * * * * * * * * * * * * * * /
 *  !! SHORT Arhiv
**/		
	.aktualnoWrp .Short {
		min-height: 70px; padding-top: 4px; padding-bottom: 16px; clear: both;
		background: url(../images/Aktualno/shortBackBottom.png) repeat-x bottom;
	}
	.aktualnoWrp .Short h2 {
		padding:4px;
	}
	.aktualnoWrp .Short h2 a {
		display:inline-block; padding: 2px 4px;
		color: #fff; font-size: 14px; font-weight: bold; text-decoration: none;
	}
	.aktualnoWrp .Short h2 a:hover {
		color: #50160f; background:#fff;
	}
	.aktualnoWrp .Short .Body {
		color: #dabab6; font-size: 12px; line-height: normal; padding: 0 8px;
	}
	.aktualnoWrp .Short .Body a {
		color: #fff; font-size: 12px; font-weight: bold; text-decoration: underline;
	}
	.aktualnoWrp .Short .Body a:hover {
		text-decoration: none; background: none;
	}
	.aktualnoWrp .Short .Body img {
		width: auto; height: 65px;
		padding: 4px; margin-right: 5px;
		border:  #50160f 1px solid;
		background-color: #fff;
	}
	.aktualnoWrp .Short .Body span {
		color: #a79711; font-weight: bold;
	}

	
/* * * * * * * * * * * * * * * /
 *  !! SHORT Window
**/		
	.aktualnoWindowWrp .Short {
		min-height: 80px; margin-bottom: 15px; clear: both;
		background: url(../images/Aktualno/shortBackTop.png) repeat-x top;
	}
	.aktualnoWindowWrp .Short h2 {
		padding:4px 2px;
	}
	.aktualnoWindowWrp .Short h2 a {
		display:inline-block; padding: 2px 4px;
		color: #50160f; font-size: 12px; font-weight: bold; text-decoration: none;
	}
	.aktualnoWindowWrp .Short h2 a:hover {
		color: #fff; background:#50160f;
	}
	.aktualnoWindowWrp .Short .Body {
		color: #000; font-size: 11px; line-height: normal; padding: 0 6px;
	}
	.aktualnoWindowWrp .Short .Body a {
		color: #50160f; font-size: 11px; font-weight: bold; text-decoration: underline;
	}
	.aktualnoWindowWrp .Short .Body a:hover {
		text-decoration: none; background: none;
	}
	.aktualnoWindowWrp .Short .Body img {
		color: #50160f; margin: 5px; margin-top: 0; margin-left: 0;
		border:  #50160f 1px solid;
	}
	.aktualnoWindowWrp .Short .Body span {
		color: #751f14; font-weight: bold;
	}

/*

<div class="Short">
	<h2><a href="<?= $link ?>"><?= $naslov ?></a></h2>
	<div class="Body">
		<?php if($slika) { ?>
      <img src="images/novice/<?= $slika ?>" title="<?= $ime ?>" align="left" />
    <?php } ?>
  	<span><?= $datum ?></span> <?= $kratek_opis ?>
  	<div class="clear"></div>
  </div>
  
  <div class="clear"></div>
</div>


*/


