@font-face {
    font-family: PoiretOne;
    src: url('PoiretOne-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}

/******* OMOTAC SADRZAJA ******/
#glavni_omotac{
    width: 1000px;
    margin: auto;
    height:100%;
    position: relative;
}

/****** DEKORACIJA *********/
#dekoracija{
    /*background-image: url("../images/bg.jpg");*/

    height: 100%;
    width: 100%;
    background-repeat: repeat;
}


/****** NASLOV *********/
#naslov{
    text-align: left;
    font-weight: bold;
    font-family: 'PoiretOne', cursive;
    letter-spacing: 2px;
    font-size: 60px;
    color: #444444;
    margin-top: 10px;
    margin-left: 10px;
}

#podnaslov{
    text-align: left;
    font-weight: bold;
    font-family: 'PoiretOne', cursive;
    letter-spacing: 2px;
    font-size: 40px;
    color: #444444;
    margin-top: -55px;
    margin-left: 10px;
}

/****** NAVIGACIJA ******/
.ui-corner-all{
    border-width: 0px;
    padding: 0px;
}
.ui-tabs .ui-tabs-nav {
    border-width:1px;
    background-color:#BF245B;
    border-bottom-width: 6px;
    border-color: #BF245F;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding:0px;
}

.ui-tabs .ui-tabs-nav li{
    text-transform: uppercase;
    font-size: 14px;
    border-top-right-radius: 20px;
		
		border-color: #BF245B;
		margin-left: 0px;
		margin-right: 3px;
}

/* za postavljanje boje jednog tab-a */
.ui-tabs .ui-tabs-nav li:nth-child(1){
    background-color: #BF245B;
}

.ui-tabs .ui-tabs-nav li:nth-child(2){
    background-color: #BF245B;
}

.ui-tabs .ui-tabs-nav li:nth-child(3){
    background-color: #BF245B;
}

.ui-tabs .ui-tabs-nav li:nth-child(4){
    background-color: #BF245B;
}

.ui-tabs .ui-tabs-nav li:nth-child(5){
    background-color: #BF245B;
}

.ui-tabs .ui-tabs-nav li:nth-child(6){
    background-color: #BF245B;
}

.ui-tabs .ui-tabs-nav li a{
    color: #FFFFFF;
}

/******** PODESAVANJA SVIH KARTICA */
#kartice{
    padding: 0px;
}

#home, #p1, #p2, #ppR, #dpj, #obavestenja{
    border: 3px dotted #BF245B;
    border-top-width: 0px;
    height: 450px;
    font-size: 15px;
    color: #444444;
}

#home{
    height: 450px;
}

#home ul{
    list-style-type: square;
}

#home ul a{
    text-decoration: none;
}

#home ul a:hover{
    cursor: pointer;
    text-decoration: underline;
}

/*****  OBAVESTENJA ***********/
.obavestenje{
    border-bottom: 1px solid #BF245B;
    color: #444444;
    padding: 10px;
}

.obavestenje .datum_objavljivanja{
    padding:0px;
    margin:0px;
    font-size: 10px;
    text-align:right;
}



/********* DNO STRANE *******/
#podnozje{
    text-align: center;
    height: 45px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
}

#podnozje .matf{
    font-family: 'Tahoma', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #444444;
}


.mali_naslov_sekcije{
    font-weight: bold;
}

ul li{
    list-style-type:square;
}

ul li a{
    text-decoration: none;
}

ul li a:hover{
    text-decoration: underline;
    cursor: pointer;
}

/********* UPUTSTVA *******/

#uputstva{
    border: 2px dotted #BF245B;
    font-size: 15px;
    color: #444444;
    font-family: 'Tahoma', sans-serif;
    padding-bottom: 50px;

}
.uputstvo{

  padding: 0px 20px 0px;
}

.uputstvo h4, .uputstvo h2{
	color: #BF245B;
}

.uputstvo p{
    text-align: justify;
}
