﻿/* CSS Document */

* {
	margin:0; padding:0;
}

body {
	margin:0;
	padding:0;
}

html, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:85%;
}

p {
	margin:.7em 0;
	text-align:justify;
}

p a { 
	font-weight:bold;
	font-style:italic;
}

h2 {font-size:1.5em;}

h3,h5 {font-size:1.17em}

ul {
	margin-left:1.5em;
}

.border {background-image:url(images/poz.gif)}
.tleft {background:url(images/top-l.gif) top left no-repeat;}
.tright {background:url(images/top-r.gif) top right no-repeat;}
.bleft {background:url(images/bot-l.gif) bottom left no-repeat;}
.bright {background:url(images/bot-r.gif) bottom right no-repeat;width:auto;}

.border h2 {
	color:#ffd700;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.sivo {background-image:url(images/sivo.gif)}
.sivo-tl {background:url(images/sivo-tl.gif) top left no-repeat;}
.sivo-tr {background:url(images/sivo-tr.gif) top right no-repeat;}
.sivo-bl {background:url(images/sivo-bl.gif) bottom left no-repeat;}
.sivo-br {background:url(images/sivo-br.gif) bottom right no-repeat;width:auto;}

.headert { width:100%;}

.headert h2 {
	margin-left:20px;
}

h2 { font-style:italic;}

a {
	color: navy;
	text-decoration:none;
}

a:hover {
	color: red;
	text-decoration:underline;
}

#right-col h3 {
	margin-top:1em;
	display:table;
	padding: 1px 5px 2px 5px;
	/*background:#ccf;*/
	border:1px solid #669;
}

.normal {
	background:#ccf;
}

.specijal {
	background:#ffd700;
}

.naslov {
	color: navy;
	text-align:right;
}

.naslov p {
	margin-right:25px;
	text-align:right;
}

.naslov p a {
	font-weight:normal;
	font-style:normal;
}

ul.sections, ul.naslov {
	margin:10px 0 0 10px ;
	list-style:none;
	padding:0;
	margin-top:0;
	/*font-size:95%;*/
}

.sections li {
	border:1px solid;
	border-color:#ccc #bbb #b6b6b6 #ccc;
	margin:0 0 3px 0;
	background:#f1f1f1 url(images/s-bg.gif) top left repeat-x;
}

.sections li a {
	display:block;
	padding:.7em 3px .7em 15px;
	text-decoration:none;
}

.sections a:hover {
	background-position:-500px 50%;
	background-repeat:no-repeat;
}

.sections li a:hover {background-color:#FFFFFF;}

.naslov li {
	padding:.7em 3px .7em 15px;
	background-color:navy;
	color:#ffd700;
	margin-top:2em;
	text-align:left;
	border:1px solid;
	border-color:#ccc #bbb #b6b6b6 #ccc;
	margin:20px 0 3px 0;
}

.prezentacija {
	width:auto;
	margin-top:1em;
}

table.prezentacija td {
	padding:5px;
}

.smsprez {
	width:auto;
	margin-top:1em;
}

table.smsprez td {
	padding:5px;
	text-align:center;
}

.prava1 {
	font-weight: bold;
}

.prava2 {
	padding-left: 30px;
	text-align: justify;
}

.prava3 {
	padding-left: 60px;
	text-align: justify;
}